Color spaces of #edc95f
RGB | 237 | 201 | 95 |
---|---|---|---|
HSL | 0.12 | 0.80 | 0.65 |
HSV | 45° | 60° | 93° |
CMYK | 0.00 | 0.15 | 0.60 0.07 |
XYZ | 57.8773 | 60.6040 | 19.4738 |
Yxy | 60.6040 | 0.4195 | 0.4393 |
Hunter Lab | 77.8486 | -3.5274 | 39.6626 |
CIE-Lab | 82.1654 | 0.6723 | 56.5672 |
#edc95f color RGB value is (237,201,95).
#edc95f hex color red value is 237, green value is 201 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #edc95f hue: 0.12 , saturation: 0.80 and the lightness value of edc95f is 0.65.
The process color (four color CMYK) of #edc95f color hex is 0.00, 0.15, 0.60, 0.07. Web safe color of #edc95f is #ffcc66. Color #edc95f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001001 | 01011111 |
Octal | 355 | 311 | 137 |
Decimal | 237 | 201 | 95 |
Hex | ED | C9 | 5F |
Shades of #edc95f
Tints of #edc95f
RGB Percentages of Color #edc95f
CMYK Percentages of Color #edc95f
Complementary Color
#edc95f | #5f83ed |
#edc95f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc95f Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc95f Color CSS Codes
.mybgcolor {background-color:#edc95f; } .myforecolor {color:#edc95f; } .mybordercolor {border:3px solid #edc95f; }
#edc95f Text Font Color
<p style="color:#edc95f">Text here</p>
This sample text font color is #edc95f
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.
#edc95f Background Color
<div style="background-color:#edc95f">
Div content here</div>
This div background color is #edc95f
#edc95f Border Color
<div style="border:3px solid #edc95f">
Div here</div>
This div border color is #edc95f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,201,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc95f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc95f; -webkit-box-shadow: 1px 1px 3px 2px #edc95f; box-shadow: 1px 1px 3px 2px #edc95f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,201,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc95f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc95f; -webkit-box-shadow: 1px 1px 3px 2px #edc95f; box-shadow: 1px 1px 3px 2px #edc95f;">
Div content here</div>
This div box has shadow with color #edc95f
#edc95f Color Palettes
Comments
No comments written yet.
Please login to write comment.