Color spaces of #edd55e
RGB | 237 | 213 | 94 |
---|---|---|---|
HSL | 0.14 | 0.80 | 0.65 |
HSV | 50° | 60° | 93° |
CMYK | 0.00 | 0.10 | 0.60 0.07 |
XYZ | 60.7397 | 66.4012 | 20.2051 |
Yxy | 66.4012 | 0.4122 | 0.4506 |
Hunter Lab | 81.4869 | -9.5497 | 42.3396 |
CIE-Lab | 85.2006 | -5.5363 | 60.4072 |
#edd55e color RGB value is (237,213,94).
#edd55e hex color red value is 237, green value is 213 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #edd55e hue: 0.14 , saturation: 0.80 and the lightness value of edd55e is 0.65.
The process color (four color CMYK) of #edd55e color hex is 0.00, 0.10, 0.60, 0.07. Web safe color of #edd55e is #ffcc66. Color #edd55e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010101 | 01011110 |
Octal | 355 | 325 | 136 |
Decimal | 237 | 213 | 94 |
Hex | ED | D5 | 5E |
Shades of #edd55e
Tints of #edd55e
RGB Percentages of Color #edd55e
CMYK Percentages of Color #edd55e
Complementary Color
#edd55e | #5e76ed |
#edd55e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd55e Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd55e Color CSS Codes
.mybgcolor {background-color:#edd55e; } .myforecolor {color:#edd55e; } .mybordercolor {border:3px solid #edd55e; }
#edd55e Text Font Color
<p style="color:#edd55e">Text here</p>
This sample text font color is #edd55e
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.
#edd55e Background Color
<div style="background-color:#edd55e">
Div content here</div>
This div background color is #edd55e
#edd55e Border Color
<div style="border:3px solid #edd55e">
Div here</div>
This div border color is #edd55e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,213,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd55e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd55e; -webkit-box-shadow: 1px 1px 3px 2px #edd55e; box-shadow: 1px 1px 3px 2px #edd55e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,213,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd55e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd55e; -webkit-box-shadow: 1px 1px 3px 2px #edd55e; box-shadow: 1px 1px 3px 2px #edd55e;">
Div content here</div>
This div box has shadow with color #edd55e
Comments
No comments written yet.
Please login to write comment.