Color spaces of #edc95c
RGB | 237 | 201 | 92 |
---|---|---|---|
HSL | 0.13 | 0.80 | 0.65 |
HSV | 45° | 61° | 93° |
CMYK | 0.00 | 0.15 | 0.61 0.07 |
XYZ | 57.7435 | 60.5505 | 18.7692 |
Yxy | 60.5505 | 0.4213 | 0.4418 |
Hunter Lab | 77.8142 | -3.7156 | 40.1689 |
CIE-Lab | 82.1365 | 0.4700 | 57.8932 |
#edc95c color RGB value is (237,201,92).
#edc95c hex color red value is 237, green value is 201 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #edc95c hue: 0.13 , saturation: 0.80 and the lightness value of edc95c is 0.65.
The process color (four color CMYK) of #edc95c color hex is 0.00, 0.15, 0.61, 0.07. Web safe color of #edc95c is #ffcc66. Color #edc95c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001001 | 01011100 |
Octal | 355 | 311 | 134 |
Decimal | 237 | 201 | 92 |
Hex | ED | C9 | 5C |
Shades of #edc95c
Tints of #edc95c
RGB Percentages of Color #edc95c
CMYK Percentages of Color #edc95c
Complementary Color
#edc95c | #5c80ed |
#edc95c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc95c Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc95c Color CSS Codes
.mybgcolor {background-color:#edc95c; } .myforecolor {color:#edc95c; } .mybordercolor {border:3px solid #edc95c; }
#edc95c Text Font Color
<p style="color:#edc95c">Text here</p>
This sample text font color is #edc95c
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.
#edc95c Background Color
<div style="background-color:#edc95c">
Div content here</div>
This div background color is #edc95c
#edc95c Border Color
<div style="border:3px solid #edc95c">
Div here</div>
This div border color is #edc95c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,201,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc95c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc95c; -webkit-box-shadow: 1px 1px 3px 2px #edc95c; box-shadow: 1px 1px 3px 2px #edc95c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,201,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc95c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc95c; -webkit-box-shadow: 1px 1px 3px 2px #edc95c; box-shadow: 1px 1px 3px 2px #edc95c;">
Div content here</div>
This div box has shadow with color #edc95c
#edc95c Color Palettes
Comments
No comments written yet.
Please login to write comment.