Color spaces of #ecd806
RGB | 236 | 216 | 6 |
---|---|---|---|
HSL | 0.15 | 0.95 | 0.47 |
HSV | 55° | 97° | 93° |
CMYK | 0.00 | 0.08 | 0.97 0.07 |
XYZ | 59.1808 | 66.9577 | 9.9773 |
Yxy | 66.9577 | 0.4348 | 0.4919 |
Hunter Lab | 81.8277 | -14.1007 | 50.0501 |
CIE-Lab | 85.4826 | -10.4679 | 84.8030 |
#ecd806 color RGB value is (236,216,6).
#ecd806 hex color red value is 236, green value is 216 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ecd806 hue: 0.15 , saturation: 0.95 and the lightness value of ecd806 is 0.47.
The process color (four color CMYK) of #ecd806 color hex is 0.00, 0.08, 0.97, 0.07. Web safe color of #ecd806 is #ffcc00. Color #ecd806 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011000 | 00000110 |
Octal | 354 | 330 | 6 |
Decimal | 236 | 216 | 6 |
Hex | EC | D8 | 6 |
Shades of #ecd806
Tints of #ecd806
RGB Percentages of Color #ecd806
CMYK Percentages of Color #ecd806
Complementary Color
#ecd806 | #061aec |
#ecd806 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd806 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd806 Color CSS Codes
.mybgcolor {background-color:#ecd806; } .myforecolor {color:#ecd806; } .mybordercolor {border:3px solid #ecd806; }
#ecd806 Text Font Color
<p style="color:#ecd806">Text here</p>
This sample text font color is #ecd806
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.
#ecd806 Background Color
<div style="background-color:#ecd806">
Div content here</div>
This div background color is #ecd806
#ecd806 Border Color
<div style="border:3px solid #ecd806">
Div here</div>
This div border color is #ecd806
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,216,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd806; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd806; -webkit-box-shadow: 1px 1px 3px 2px #ecd806; box-shadow: 1px 1px 3px 2px #ecd806; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,216,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd806">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd806; -webkit-box-shadow: 1px 1px 3px 2px #ecd806; box-shadow: 1px 1px 3px 2px #ecd806;">
Div content here</div>
This div box has shadow with color #ecd806
Comments
No comments written yet.
Please login to write comment.