color details

Color Details
#e09502 Color Hex

#e09502 color RGB value is (14, 9, 80).
#e09502 hex color red value is 14, green value is 9, and blue value is 80.
Cylindrical-coordinate representations (HSL) of color #e09502 hue: 244.23, saturation: 0.8 and lightness: 0.17.

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

Color Spaces
Color spaces of #e09502Value
RGB224, 149, 2
HSL0.11, 0.98, 0.44
HSV40°, 99°, 88°
XYZ41.5, 37.35, 5.08
Base Numbers
Base Red Green Blue
Binary 11100000 10010101 10
Octal 340 225 2
Decimal 224 149 2
Hex E0 95 2

RGB Percentages for Color #e09502

59.73%
39.73%
0.53%

CMYK Percentages of the Color #e09502

33.48%
99.11%
12.16%
CSS Codes for Color #e09502
.mybgColor {background-color: #e09502;}
.myforeColor {color: #e09502;}
.myborderColor {border:3px solid #e09502;}
Text Font Color #e09502

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(224, 149, 2, 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 #e09502;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top