COLOR #E4C0A9

HEX: #E4C0A9 RGB: (228,192,169)

Color info

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

RGB color model

#E4C0A9 color RGB value is (228,192,169).

RGB: (228,192,169) (89%, 75%, 66%)

RGB channels and saturation

R 228 of 255 = 89%
G 192 of 255 = 75%
B 169 of 255 = 66%

228
192
169

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

Portions of RGB colors in percentages

R + G + B = 228 + 192 + 169 = 589 (100%)
R 228 of 589 ~ 38.71%
G 192 of 589 ~ 32.6%
B 169 of 589 ~ 28.69'%

%38.71
%32.6
%28.69

CMYK color model

#E4C0A9 color CMYK value is (0,16,26,11).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 25.88%
  • key color value is 10.59%
CMYK: (0,16,26,11) C0M16Y26K11 (0%,16%,26%,11%) (0.00/0.16/0.26/0.11) 

CMYK percentages

%0
%15.79
%25.88
%10.59

Codes

Color #E4C0A9 in popluar color models

E4 C0 A9
RGB 228 192 169
HSL 23° 52.21% 77.84%
HSB/HSV 23° 25.88% 89.41%
CMYK 0.00% 15.79% 25.88%
10.59%

Color #E4C0A9 in popluar number systems.

HEX E4 C0 A9
Decimal 228 192 169
Binary 11100100 11000000 10101001
Octal 344 300 251

Shades and tints

Shades of #E4C0A9

#E4C0A9
(228,192,169)
#D0AF9A
(208,175,154)
#BC9E8B
(188,158,139)
#A88D7C
(168,141,124)
#947C6D
(148,124,109)
#806B5E
(128,107,94)
#6C5A4F
(108,90,79)
#584940
(88,73,64)
#443831
(68,56,49)
#302722
(48,39,34)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #E4C0A9

#E4C0A9
(228,192,169)
#E6C5B0
(230,197,176)
#E8CAB7
(232,202,183)
#EACFBE
(234,207,190)
#ECD4C5
(236,212,197)
#EED9CC
(238,217,204)
#F0DED3
(240,222,211)
#F2E3DA
(242,227,218)
#F4E8E1
(244,232,225)
#F6EDE8
(246,237,232)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C0A9 color. Also use rgb(228,192,169) instead hex code.

Text Font Color

.myTextColor { color: #E4C0A9; }

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

This text font color is #E4C0A9.

Background Color

.myBgColor { background-color: #E4C0A9; }

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

This div background color is #E4C0A9.

Border color

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

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

This div border color is #E4C0A9.

Opacity

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

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

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

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

This text has shadow with #E4C0A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C0A9.

Preview

Color preview on black background

This text has color #E4C0A9 on black background.


Color preview on white background

This text has color #E4C0A9 on white background.


Black color preview on #E4C0A9 background

This text has black color on #E4C0A9 background.


White color preview on #E4C0A9 background

This text has white color on #E4C0A9 background.


Related colors

Complementary color

Complementary color for #hex is #1B3F56.


I love getcolorcode.com

Triadic colors

1 #A9E4C0 and #C0A9E4 with #E4C0A9 are triadic colors.

2 #A9C0E4 and #C0E4A9 with #E4C0A9 are triadic colors.