Color spaces of #edc91b
RGB | 237 | 201 | 27 |
---|---|---|---|
HSL | 0.14 | 0.85 | 0.52 |
HSV | 50° | 89° | 93° |
CMYK | 0.00 | 0.15 | 0.89 0.07 |
XYZ | 56.0095 | 59.8569 | 9.6384 |
Yxy | 59.8569 | 0.4463 | 0.4769 |
Hunter Lab | 77.3672 | -6.1688 | 46.7707 |
CIE-Lab | 81.7603 | -2.1906 | 79.4180 |
#edc91b color RGB value is (237,201,27).
#edc91b hex color red value is 237, green value is 201 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #edc91b hue: 0.14 , saturation: 0.85 and the lightness value of edc91b is 0.52.
The process color (four color CMYK) of #edc91b color hex is 0.00, 0.15, 0.89, 0.07. Web safe color of #edc91b is #ffcc33. Color #edc91b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001001 | 00011011 |
Octal | 355 | 311 | 33 |
Decimal | 237 | 201 | 27 |
Hex | ED | C9 | 1B |
Shades of #edc91b
Tints of #edc91b
RGB Percentages of Color #edc91b
CMYK Percentages of Color #edc91b
Complementary Color
#edc91b | #1b3fed |
#edc91b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc91b Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc91b Color CSS Codes
.mybgcolor {background-color:#edc91b; } .myforecolor {color:#edc91b; } .mybordercolor {border:3px solid #edc91b; }
#edc91b Text Font Color
<p style="color:#edc91b">Text here</p>
This sample text font color is #edc91b
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.
#edc91b Background Color
<div style="background-color:#edc91b">
Div content here</div>
This div background color is #edc91b
#edc91b Border Color
<div style="border:3px solid #edc91b">
Div here</div>
This div border color is #edc91b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,201,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc91b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc91b; -webkit-box-shadow: 1px 1px 3px 2px #edc91b; box-shadow: 1px 1px 3px 2px #edc91b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,201,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc91b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc91b; -webkit-box-shadow: 1px 1px 3px 2px #edc91b; box-shadow: 1px 1px 3px 2px #edc91b;">
Div content here</div>
This div box has shadow with color #edc91b
Comments
No comments written yet.
Please login to write comment.