COLOR #E0C0AE

HEX: #E0C0AE
RGB: (224,192,174)

Color info

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

RGB color model

#E0C0AE color RGB value is (224,192,174).

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

RGB channels and saturation

R 224 of 255 = 88%
G 192 of 255 = 75%
B 174 of 255 = 68%

224
192
174

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

Portions of RGB colors in percentages

R + G + B =
224 + 192 + 174 = 590 (100%)
R 224 of 590 ~ 37.97%
G 192 of 590 ~ 32.54%
B 174 of 590 ~ 29.49%

%37.97
%32.54
%29.49

CMYK color model

#E0C0AE color CMYK value is (0,14,22,12).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 22.32%
  • key color value is 12.16%
CMYK:
(0,14,22,12)
C0M14Y22K12 
(0%,14%,22%,12%)
(0.00/0.14/0.22/0.12)	

CMYK percentages

%0
%14.29
%22.32
%12.16

Codes

Color #E0C0AE in popluar color models

E0C0AE
RGB224192174
HSL22°44.64%78.04%
HSB/HSV22°22.32%87.84%
CMYK0.00%14.29%22.32%
12.16%

Color #E0C0AE in popluar number systems.

HEXE0C0AE
Decimal224192174
Binary111000001100000010101110
Octal340300256

Shades and tints

Shades of #E0C0AE

#E0C0AE
(224,192,174)
#CCAF9F
(204,175,159)
#B89E90
(184,158,144)
#A48D81
(164,141,129)
#907C72
(144,124,114)
#7C6B63
(124,107,99)
#685A54
(104,90,84)
#544945
(84,73,69)
#403836
(64,56,54)
#2C2727
(44,39,39)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #E0C0AE

#E0C0AE
(224,192,174)
#E2C5B5
(226,197,181)
#E4CABC
(228,202,188)
#E6CFC3
(230,207,195)
#E8D4CA
(232,212,202)
#EAD9D1
(234,217,209)
#ECDED8
(236,222,216)
#EEE3DF
(238,227,223)
#F0E8E6
(240,232,230)
#F2EDED
(242,237,237)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C0AE; }

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

This text font color is #E0C0AE.


Background Color

.myBgColor { background-color: #E0C0AE; }

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

This div background color is #E0C0AE.


Border color

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

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

This div border color is #E0C0AE.


Opacity

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

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

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

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

This text has shadow with #E0C0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C0AE on black background.


Color preview on white background

This text has color #E0C0AE on white background.



Black color preview on #E0C0AE background

This text has black color on #E0C0AE background.


White color preview on #E0C0AE background

This text has white color on #E0C0AE background.