COLOR #E0C4AE

HEX: #E0C4AE
RGB: (224,196,174)

Color info

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

RGB color model

#E0C4AE color RGB value is (224,196,174).

  • red value is 224;
  • green value is 196;
  • blue value is 174.
RGB:
(224,196,174)
(88%,77%,68%)

RGB channels and saturation

R 224 of 255 = 88%
G 196 of 255 = 77%
B 174 of 255 = 68%

224
196
174

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

Portions of RGB colors in percentages

R + G + B =
224 + 196 + 174 = 594 (100%)
R 224 of 594 ~ 37.71%
G 196 of 594 ~ 33%
B 174 of 594 ~ 29.29%

%37.71
%33
%29.29

CMYK color model

#E0C4AE color CMYK value is (0,13,22,12).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 22.32%
  • key color value is 12.16%
CMYK:
(0,13,22,12)
C0M13Y22K12 
(0%,13%,22%,12%)
(0.00/0.13/0.22/0.12)	

CMYK percentages

%0
%12.5
%22.32
%12.16

Codes

Color #E0C4AE in popluar color models

E0C4AE
RGB224196174
HSL26°44.64%78.04%
HSB/HSV26°22.32%87.84%
CMYK0.00%12.50%22.32%
12.16%

Color #E0C4AE in popluar number systems.

HEXE0C4AE
Decimal224196174
Binary111000001100010010101110
Octal340304256

Shades and tints

Shades of #E0C4AE

#E0C4AE
(224,196,174)
#CCB39F
(204,179,159)
#B8A290
(184,162,144)
#A49181
(164,145,129)
#908072
(144,128,114)
#7C6F63
(124,111,99)
#685E54
(104,94,84)
#544D45
(84,77,69)
#403C36
(64,60,54)
#2C2B27
(44,43,39)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #E0C4AE

#E0C4AE
(224,196,174)
#E2C9B5
(226,201,181)
#E4CEBC
(228,206,188)
#E6D3C3
(230,211,195)
#E8D8CA
(232,216,202)
#EADDD1
(234,221,209)
#ECE2D8
(236,226,216)
#EEE7DF
(238,231,223)
#F0ECE6
(240,236,230)
#F2F1ED
(242,241,237)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C4AE color. Also use rgb(224,196,174) instead hex code.

Text Font Color

.myTextColor { color: #E0C4AE; }

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

This text font color is #E0C4AE.


Background Color

.myBgColor { background-color: #E0C4AE; }

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

This div background color is #E0C4AE.


Border color

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

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

This div border color is #E0C4AE.


Opacity

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

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

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

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

This text has shadow with #E0C4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C4AE on black background.


Color preview on white background

This text has color #E0C4AE on white background.



Black color preview on #E0C4AE background

This text has black color on #E0C4AE background.


White color preview on #E0C4AE background

This text has white color on #E0C4AE background.