Color spaces of #ede64f
RGB | 237 | 230 | 79 |
---|---|---|---|
HSL | 0.16 | 0.81 | 0.62 |
HSV | 57° | 67° | 93° |
CMYK | 0.00 | 0.03 | 0.67 0.07 |
XYZ | 64.6331 | 75.1627 | 18.4985 |
Yxy | 75.1627 | 0.4083 | 0.4748 |
Hunter Lab | 86.6964 | -18.6451 | 48.0367 |
CIE-Lab | 89.4692 | -14.9229 | 71.0734 |
#ede64f color RGB value is (237,230,79).
#ede64f hex color red value is 237, green value is 230 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ede64f hue: 0.16 , saturation: 0.81 and the lightness value of ede64f is 0.62.
The process color (four color CMYK) of #ede64f color hex is 0.00, 0.03, 0.67, 0.07. Web safe color of #ede64f is #ffff66. Color #ede64f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100110 | 01001111 |
Octal | 355 | 346 | 117 |
Decimal | 237 | 230 | 79 |
Hex | ED | E6 | 4F |
Shades of #ede64f
Tints of #ede64f
RGB Percentages of Color #ede64f
CMYK Percentages of Color #ede64f
Complementary Color
#ede64f | #4f56ed |
#ede64f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede64f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede64f Color CSS Codes
.mybgcolor {background-color:#ede64f; } .myforecolor {color:#ede64f; } .mybordercolor {border:3px solid #ede64f; }
#ede64f Text Font Color
<p style="color:#ede64f">Text here</p>
This sample text font color is #ede64f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ede64f Background Color
<div style="background-color:#ede64f">
Div content here</div>
This div background color is #ede64f
#ede64f Border Color
<div style="border:3px solid #ede64f">
Div here</div>
This div border color is #ede64f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,230,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede64f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede64f; -webkit-box-shadow: 1px 1px 3px 2px #ede64f; box-shadow: 1px 1px 3px 2px #ede64f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,230,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede64f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede64f; -webkit-box-shadow: 1px 1px 3px 2px #ede64f; box-shadow: 1px 1px 3px 2px #ede64f;">
Div content here</div>
This div box has shadow with color #ede64f
Comments
No comments written yet.
Please login to write comment.