COLOR #E0C1A9

HEX: #E0C1A9 RGB: (224,193,169)

Color info

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

RGB color model

#E0C1A9 color RGB value is (224,193,169).

RGB: (224,193,169) (88%, 76%, 66%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 169 of 255 = 66%

224
193
169

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

Portions of RGB colors in percentages

R + G + B = 224 + 193 + 169 = 586 (100%)
R 224 of 586 ~ 38.23%
G 193 of 586 ~ 32.94%
B 169 of 586 ~ 28.84'%

%38.23
%32.94
%28.84

CMYK color model

#E0C1A9 color CMYK value is (0,14,25,12).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 24.55%
  • key color value is 12.16%

CMYK: (0,14,25,12)
C0M14Y25K12 (0%, 14%, 25%, 12%)
(0.00 / 0.14 / 0.25 / 0.12)

CMYK percentages

%0
%13.84
%24.55
%12.16

Codes

Color #E0C1A9 in popluar color models

E0 C1 A9
RGB 224 193 169
HSL 26° 47.01% 77.06%
HSB/HSV 26° 24.55% 87.84%
CMYK 0.00% 13.84% 24.55%
12.16%

Color #E0C1A9 in popluar number systems.

HEX E0 C1 A9
Decimal 224 193 169
Binary 11100000 11000001 10101001
Octal 340 301 251

Shades and tints

Shades of #E0C1A9

#E0C1A9
(224,193,169)
#CCB09A
(204,176,154)
#B89F8B
(184,159,139)
#A48E7C
(164,142,124)
#907D6D
(144,125,109)
#7C6C5E
(124,108,94)
#685B4F
(104,91,79)
#544A40
(84,74,64)
#403931
(64,57,49)
#2C2822
(44,40,34)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #E0C1A9

#E0C1A9
(224,193,169)
#E2C6B0
(226,198,176)
#E4CBB7
(228,203,183)
#E6D0BE
(230,208,190)
#E8D5C5
(232,213,197)
#EADACC
(234,218,204)
#ECDFD3
(236,223,211)
#EEE4DA
(238,228,218)
#F0E9E1
(240,233,225)
#F2EEE8
(242,238,232)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C1A9 color. Also use rgb(224,193,169) instead hex code.

Text Font Color

.myTextColor { color: #E0C1A9; }

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

This text font color is #E0C1A9.

Background Color

.myBgColor { background-color: #E0C1A9; }

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

This div background color is #E0C1A9.

Border color

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

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

This div border color is #E0C1A9.

Opacity

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

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

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

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

This text has shadow with #E0C1A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C1A9.

Preview

Color preview on black background

This text has color #E0C1A9 on black background.


Color preview on white background

This text has color #E0C1A9 on white background.


Black color preview on #E0C1A9 background

This text has black color on #E0C1A9 background.


White color preview on #E0C1A9 background

This text has white color on #E0C1A9 background.


Related colors

Complementary color

Complementary color for #hex is #1F3E56.


I love getcolorcode.com

Triadic colors

1 #A9E0C1 and #C1A9E0 with #E0C1A9 are triadic colors.

2 #A9C1E0 and #C1E0A9 with #E0C1A9 are triadic colors.