color details

Color Details
#e1c099 Color Hex

#e1c099 color RGB value is (14, 28, 9).
#e1c099 hex color red value is 14, green value is 28, and blue value is 9.
Cylindrical-coordinate representations (HSL) of color #e1c099 hue: 104.21, saturation: 0.51 and lightness: 0.07.

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

Color Spaces
Color spaces of #e1c099Value
RGB225, 192, 153
HSL0.09, 0.55, 0.74
HSV33°, 32°, 88°
XYZ55.65, 56.01, 38.01
Base Numbers
Base Red Green Blue
Binary 11100001 11000000 10011001
Octal 341 300 231
Decimal 225 192 153
Hex E1 C0 99

RGB Percentages for Color #e1c099

39.47%
33.68%
26.84%

CMYK Percentages of the Color #e1c099

14.67%
32%
11.76%
CSS Codes for Color #e1c099
.mybgColor {background-color: #e1c099;}
.myforeColor {color: #e1c099;}
.myborderColor {border:3px solid #e1c099;}
Text Font Color #e1c099

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(225, 192, 153, 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 #e1c099;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top