color details

Color Details
#E4D00A Color Hex

#E4D00A color RGB value is (14, 77, 0).
#E4D00A hex color red value is 14, green value is 77, and blue value is 0.
Cylindrical-coordinate representations (HSL) of color #E4D00A hue: 109.09, saturation: 1 and lightness: 0.15.

The process color (four-color CMYK) of #E4D00A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E4D00A is #ff9999. Color #E4D00A contains mainly RED.

Color Spaces
Color spaces of #E4D00AValue
RGB228, 208, 10
HSL0.15, 0.92, 0.47
HSV54°, 96°, 89°
XYZ54.61, 61.63, 9.31
Base Numbers
Base Red Green Blue
Binary 11100100 11010000 1010
Octal 344 320 12
Decimal 228 208 10
Hex E4 D0 A

RGB Percentages for Color #E4D00A

51.12%
46.64%
2.24%

CMYK Percentages of the Color #E4D00A

8.77%
95.61%
10.59%
CSS Codes for Color #E4D00A
.mybgColor {background-color: #E4D00A;}
.myforeColor {color: #E4D00A;}
.myborderColor {border:3px solid #E4D00A;}
Text Font Color #E4D00A

<p style="color:#E4D00A">Text here</p>

This sample text is styled with the font color #E4D00A. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #E4D00A

<div style="background-color:#E4D00A">Div content here</div>

The background color of this div is #E4D00A
Border Color #E4D00A

<div style="border:3px solid #E4D00A">Div here</div>

The border color of this div is #E4D00A
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(228, 208, 10, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #E4D00A;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #E4D00A;
-webkit-box-shadow: 1px 1px 3px #E4D00A;
box-shadow: 1px 1px 3px #E4D00A;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228, 208, 10, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #E4D00A;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #E4D00A; -webkit-box-shadow: 1px 1px 3px #E4D00A; box-shadow: 1px 1px 3px #E4D00A;">Div content here</div>

This div box has a shadow with a specified color. #E4D00A
Scroll to Top