color details

Color Details
#e3a01b Color Hex

#e3a01b color RGB value is (14, 58, 1).
#e3a01b hex color red value is 14, green value is 58, and blue value is 1.
Cylindrical-coordinate representations (HSL) of color #e3a01b hue: 106.32, saturation: 0.97 and lightness: 0.12.

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

Color Spaces
Color spaces of #e3a01bValue
RGB227, 160, 27
HSL0.11, 0.79, 0.5
HSV40°, 88°, 89°
XYZ44.45, 41.56, 6.72
Base Numbers
Base Red Green Blue
Binary 11100011 10100000 11011
Octal 343 240 33
Decimal 227 160 27
Hex E3 A0 1B

RGB Percentages for Color #e3a01b

54.83%
38.65%
6.52%

CMYK Percentages of the Color #e3a01b

29.52%
88.11%
10.98%
CSS Codes for Color #e3a01b
.mybgColor {background-color: #e3a01b;}
.myforeColor {color: #e3a01b;}
.myborderColor {border:3px solid #e3a01b;}
Text Font Color #e3a01b

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

This sample text is styled with the font color #e3a01b. 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 #e3a01b

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(227, 160, 27, 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 #e3a01b;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #e3a01b

Scroll to Top