COLOR #E9CAA0

HEX: #E9CAA0
RGB: (233,202,160)

Color info

#E9CAA0 contains mainly red and green colors. Web safe color of #E9CAA0 is #FFCC99 (or #FC9).

RGB color model

#E9CAA0 color RGB value is (233,202,160).

  • red value is 233;
  • green value is 202;
  • blue value is 160.
RGB:
(233,202,160)
(91%,79%,63%)

RGB channels and saturation

R 233 of 255 = 91%
G 202 of 255 = 79%
B 160 of 255 = 63%

233
202
160

R + G + B ~ 78%. #E9CAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 202 + 160 = 595 (100%)
R 233 of 595 ~ 39.16%
G 202 of 595 ~ 33.95%
B 160 of 595 ~ 26.89%

%39.16
%33.95
%26.89

CMYK color model

#E9CAA0 color CMYK value is (0,13,31,9).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 31.33%
  • key color value is 8.63%
CMYK:
(0,13,31,9)
C0M13Y31K9 
(0%,13%,31%,9%)
(0.00/0.13/0.31/0.09)	

CMYK percentages

%0
%13.3
%31.33
%8.63

Codes

Color #E9CAA0 in popluar color models

E9CAA0
RGB233202160
HSL35°62.39%77.06%
HSB/HSV35°31.33%91.37%
CMYK0.00%13.30%31.33%
8.63%

Color #E9CAA0 in popluar number systems.

HEXE9CAA0
Decimal233202160
Binary111010011100101010100000
Octal351312240

Shades and tints

Shades of #E9CAA0

#E9CAA0
(233,202,160)
#D4B892
(212,184,146)
#BFA684
(191,166,132)
#AA9476
(170,148,118)
#958268
(149,130,104)
#80705A
(128,112,90)
#6B5E4C
(107,94,76)
#564C3E
(86,76,62)
#413A30
(65,58,48)
#2C2822
(44,40,34)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #E9CAA0

#E9CAA0
(233,202,160)
#EBCEA8
(235,206,168)
#EDD2B0
(237,210,176)
#EFD6B8
(239,214,184)
#F1DAC0
(241,218,192)
#F3DEC8
(243,222,200)
#F5E2D0
(245,226,208)
#F7E6D8
(247,230,216)
#F9EAE0
(249,234,224)
#FBEEE8
(251,238,232)
#FDF2F0
(253,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CAA0 color. Also use rgb(233,202,160) instead hex code.

Text Font Color

.myTextColor { color: #E9CAA0; }

<p style="color:#E9CAA0">This sample text font color is #E9CAA0.</p>

This text font color is #E9CAA0.


Background Color

.myBgColor { background-color: #E9CAA0; }

<div style="background-color:#E9CAA0">Inner text</div>

This div background color is #E9CAA0.


Border color

.myBorderColor { border: 1px solid #E9CAA0; }

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

This div border color is #E9CAA0.


Opacity

.myOpacity80 { color: #E9CAA0; opacity: 0.8; }

<p style="color:#E9CAA0;opacity:0.8;">80%</p>

Text with #E9CAA0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E9CAA0;}

<p style="text-shadow: 3px 3px 1px #E9CAA0">Text here.</p>

This text has shadow with #E9CAA0 color.

.textShadow {text-shadow: 3px 3px 1px #E9CAA0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E9CAA0, 5px 5px 20px red">Text here.</p>

This text has shadow with #E9CAA0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9CAA0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E9CAA0, Direction=45, Strength=4)">Text</p>

This text has shadow with #E9CAA0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E9CAA0;
  -webkit-box-shadow:	1px 1px 3px 2px #E9CAA0;
  box-shadow:		1px 1px 3px 2px #E9CAA0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9CAA0;
-webkit-box-shadow: 1px 1px 3px 2px #E9CAA0;
box-shadow:1px 1px 3px 2px #E9CAA0;">
Div content here</div>
This div box has shadow with color #E9CAA0.

Preview

Color preview on black background

This text has color #E9CAA0 on black background.


Color preview on white background

This text has color #E9CAA0 on white background.



Black color preview on #E9CAA0 background

This text has black color on #E9CAA0 background.


White color preview on #E9CAA0 background

This text has white color on #E9CAA0 background.