Color spaces of #edc910
RGB | 237 | 201 | 16 |
---|---|---|---|
HSL | 0.14 | 0.87 | 0.50 |
HSV | 50° | 93° | 93° |
CMYK | 0.00 | 0.15 | 0.93 0.07 |
XYZ | 55.9052 | 59.8152 | 9.0892 |
Yxy | 59.8152 | 0.4479 | 0.4793 |
Hunter Lab | 77.3403 | -6.3173 | 47.1703 |
CIE-Lab | 81.7376 | -2.3531 | 81.1050 |
#edc910 color RGB value is (237,201,16).
#edc910 hex color red value is 237, green value is 201 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #edc910 hue: 0.14 , saturation: 0.87 and the lightness value of edc910 is 0.50.
The process color (four color CMYK) of #edc910 color hex is 0.00, 0.15, 0.93, 0.07. Web safe color of #edc910 is #ffcc00. Color #edc910 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001001 | 00010000 |
Octal | 355 | 311 | 20 |
Decimal | 237 | 201 | 16 |
Hex | ED | C9 | 10 |
Shades of #edc910
Tints of #edc910
RGB Percentages of Color #edc910
CMYK Percentages of Color #edc910
Complementary Color
#edc910 | #1034ed |
#edc910 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc910 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc910 Color CSS Codes
.mybgcolor {background-color:#edc910; } .myforecolor {color:#edc910; } .mybordercolor {border:3px solid #edc910; }
#edc910 Text Font Color
<p style="color:#edc910">Text here</p>
This sample text font color is #edc910
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.
#edc910 Background Color
<div style="background-color:#edc910">
Div content here</div>
This div background color is #edc910
#edc910 Border Color
<div style="border:3px solid #edc910">
Div here</div>
This div border color is #edc910
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,201,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc910; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc910; -webkit-box-shadow: 1px 1px 3px 2px #edc910; box-shadow: 1px 1px 3px 2px #edc910; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,201,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc910">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc910; -webkit-box-shadow: 1px 1px 3px 2px #edc910; box-shadow: 1px 1px 3px 2px #edc910;">
Div content here</div>
This div box has shadow with color #edc910
Comments
No comments written yet.
Please login to write comment.