Color spaces of #e3d00d
RGB | 227 | 208 | 13 |
---|---|---|---|
HSL | 0.15 | 0.89 | 0.47 |
HSV | 55° | 94° | 89° |
CMYK | 0.00 | 0.08 | 0.94 0.11 |
XYZ | 54.3071 | 61.4717 | 9.3837 |
Yxy | 61.4717 | 0.4339 | 0.4911 |
Hunter Lab | 78.4039 | -13.5673 | 47.7867 |
CIE-Lab | 82.6317 | -10.2372 | 81.7124 |
#e3d00d color RGB value is (227,208,13).
#e3d00d hex color red value is 227, green value is 208 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e3d00d hue: 0.15 , saturation: 0.89 and the lightness value of e3d00d is 0.47.
The process color (four color CMYK) of #e3d00d color hex is 0.00, 0.08, 0.94, 0.11. Web safe color of #e3d00d is #cccc00. Color #e3d00d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 11010000 | 00001101 |
Octal | 343 | 320 | 15 |
Decimal | 227 | 208 | 13 |
Hex | E3 | D0 | D |
Shades of #e3d00d
Tints of #e3d00d
RGB Percentages of Color #e3d00d
CMYK Percentages of Color #e3d00d
Complementary Color
#e3d00d | #0d20e3 |
#e3d00d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3d00d Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3d00d Color CSS Codes
.mybgcolor {background-color:#e3d00d; } .myforecolor {color:#e3d00d; } .mybordercolor {border:3px solid #e3d00d; }
#e3d00d Text Font Color
<p style="color:#e3d00d">Text here</p>
This sample text font color is #e3d00d
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.
#e3d00d Background Color
<div style="background-color:#e3d00d">
Div content here</div>
This div background color is #e3d00d
#e3d00d Border Color
<div style="border:3px solid #e3d00d">
Div here</div>
This div border color is #e3d00d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,208,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3d00d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3d00d; -webkit-box-shadow: 1px 1px 3px 2px #e3d00d; box-shadow: 1px 1px 3px 2px #e3d00d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,208,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3d00d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3d00d; -webkit-box-shadow: 1px 1px 3px 2px #e3d00d; box-shadow: 1px 1px 3px 2px #e3d00d;">
Div content here</div>
This div box has shadow with color #e3d00d
Comments
No comments written yet.
Please login to write comment.