color details

Color Details
#e9c994 Color Hex

#e9c994 color RGB value is (14, 156, 153).
#e9c994 hex color red value is 14, green value is 156, and blue value is 153.
Cylindrical-coordinate representations (HSL) of color #e9c994 hue: 178.73, saturation: 0.84 and lightness: 0.33.

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

Color Spaces
Color spaces of #e9c994Value
RGB233, 201, 148
HSL0.1, 0.66, 0.75
HSV37°, 36°, 91°
XYZ59.84, 61.24, 36.68
Base Numbers
Base Red Green Blue
Binary 11101001 11001001 10010100
Octal 351 311 224
Decimal 233 201 148
Hex E9 C9 94

RGB Percentages for Color #e9c994

40.03%
34.54%
25.43%

CMYK Percentages of the Color #e9c994

13.73%
36.48%
8.63%
CSS Codes for Color #e9c994
.mybgColor {background-color: #e9c994;}
.myforeColor {color: #e9c994;}
.myborderColor {border:3px solid #e9c994;}
Text Font Color #e9c994

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(233, 201, 148, 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 #e9c994;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top