COLOR #E0C5AA

HEX: #E0C5AA
RGB: (224,197,170)

Color info

#E0C5AA contains red, green and blue colors in about the same proportion. Web safe color of #E0C5AA is #CCCC99 (or #CC9).

RGB color model

#E0C5AA color RGB value is (224,197,170).

  • red value is 224;
  • green value is 197;
  • blue value is 170.
RGB:
(224,197,170)
(88%,77%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 197 of 255 = 77%
B 170 of 255 = 67%

224
197
170

R + G + B ~ 77%. #E0C5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 197 + 170 = 591 (100%)
R 224 of 591 ~ 37.9%
G 197 of 591 ~ 33.33%
B 170 of 591 ~ 28.76%

%37.9
%33.33
%28.76

CMYK color model

#E0C5AA color CMYK value is (0,12,24,12).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(0,12,24,12)
C0M12Y24K12 
(0%,12%,24%,12%)
(0.00/0.12/0.24/0.12)	

CMYK percentages

%0
%12.05
%24.11
%12.16

Codes

Color #E0C5AA in popluar color models

E0C5AA
RGB224197170
HSL30°46.55%77.25%
HSB/HSV30°24.11%87.84%
CMYK0.00%12.05%24.11%
12.16%

Color #E0C5AA in popluar number systems.

HEXE0C5AA
Decimal224197170
Binary111000001100010110101010
Octal340305252

Shades and tints

Shades of #E0C5AA

#E0C5AA
(224,197,170)
#CCB49B
(204,180,155)
#B8A38C
(184,163,140)
#A4927D
(164,146,125)
#90816E
(144,129,110)
#7C705F
(124,112,95)
#685F50
(104,95,80)
#544E41
(84,78,65)
#403D32
(64,61,50)
#2C2C23
(44,44,35)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #E0C5AA

#E0C5AA
(224,197,170)
#E2CAB1
(226,202,177)
#E4CFB8
(228,207,184)
#E6D4BF
(230,212,191)
#E8D9C6
(232,217,198)
#EADECD
(234,222,205)
#ECE3D4
(236,227,212)
#EEE8DB
(238,232,219)
#F0EDE2
(240,237,226)
#F2F2E9
(242,242,233)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C5AA color. Also use rgb(224,197,170) instead hex code.

Text Font Color

.myTextColor { color: #E0C5AA; }

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

This text font color is #E0C5AA.


Background Color

.myBgColor { background-color: #E0C5AA; }

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

This div background color is #E0C5AA.


Border color

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

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

This div border color is #E0C5AA.


Opacity

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

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

Text with #E0C5AA 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 #E0C5AA;}

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

This text has shadow with #E0C5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C5AA on black background.


Color preview on white background

This text has color #E0C5AA on white background.



Black color preview on #E0C5AA background

This text has black color on #E0C5AA background.


White color preview on #E0C5AA background

This text has white color on #E0C5AA background.