COLOR #E0CAA4

HEX: #E0CAA4
RGB: (224,202,164)

Color info

#E0CAA4 contains mainly red and green colors. Web safe color of #E0CAA4 is #CCCC99 (or #CC9).

RGB color model

#E0CAA4 color RGB value is (224,202,164).

  • red value is 224;
  • green value is 202;
  • blue value is 164.
RGB:
(224,202,164)
(88%,79%,64%)

RGB channels and saturation

R 224 of 255 = 88%
G 202 of 255 = 79%
B 164 of 255 = 64%

224
202
164

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

Portions of RGB colors in percentages

R + G + B =
224 + 202 + 164 = 590 (100%)
R 224 of 590 ~ 37.97%
G 202 of 590 ~ 34.24%
B 164 of 590 ~ 27.8%

%37.97
%34.24
%27.8

CMYK color model

#E0CAA4 color CMYK value is (0,10,27,12).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 26.79%
  • key color value is 12.16%
CMYK:
(0,10,27,12)
C0M10Y27K12 
(0%,10%,27%,12%)
(0.00/0.10/0.27/0.12)	

CMYK percentages

%0
%9.82
%26.79
%12.16

Codes

Color #E0CAA4 in popluar color models

E0CAA4
RGB224202164
HSL38°49.18%76.08%
HSB/HSV38°26.79%87.84%
CMYK0.00%9.82%26.79%
12.16%

Color #E0CAA4 in popluar number systems.

HEXE0CAA4
Decimal224202164
Binary111000001100101010100100
Octal340312244

Shades and tints

Shades of #E0CAA4

#E0CAA4
(224,202,164)
#CCB896
(204,184,150)
#B8A688
(184,166,136)
#A4947A
(164,148,122)
#90826C
(144,130,108)
#7C705E
(124,112,94)
#685E50
(104,94,80)
#544C42
(84,76,66)
#403A34
(64,58,52)
#2C2826
(44,40,38)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #E0CAA4

#E0CAA4
(224,202,164)
#E2CEAC
(226,206,172)
#E4D2B4
(228,210,180)
#E6D6BC
(230,214,188)
#E8DAC4
(232,218,196)
#EADECC
(234,222,204)
#ECE2D4
(236,226,212)
#EEE6DC
(238,230,220)
#F0EAE4
(240,234,228)
#F2EEEC
(242,238,236)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CAA4 color. Also use rgb(224,202,164) instead hex code.

Text Font Color

.myTextColor { color: #E0CAA4; }

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

This text font color is #E0CAA4.


Background Color

.myBgColor { background-color: #E0CAA4; }

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

This div background color is #E0CAA4.


Border color

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

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

This div border color is #E0CAA4.


Opacity

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

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

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

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

This text has shadow with #E0CAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CAA4 on black background.


Color preview on white background

This text has color #E0CAA4 on white background.



Black color preview on #E0CAA4 background

This text has black color on #E0CAA4 background.


White color preview on #E0CAA4 background

This text has white color on #E0CAA4 background.