COLOR #E4C9AE

HEX: #E4C9AE
RGB: (228,201,174)

Color info

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

RGB color model

#E4C9AE color RGB value is (228,201,174).

  • red value is 228;
  • green value is 201;
  • blue value is 174.
RGB:
(228,201,174)
(89%,79%,68%)

RGB channels and saturation

R 228 of 255 = 89%
G 201 of 255 = 79%
B 174 of 255 = 68%

228
201
174

R + G + B ~ 79%. #E4C9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 201 + 174 = 603 (100%)
R 228 of 603 ~ 37.81%
G 201 of 603 ~ 33.33%
B 174 of 603 ~ 28.86%

%37.81
%33.33
%28.86

CMYK color model

#E4C9AE color CMYK value is (0,12,24,11).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(0,12,24,11)
C0M12Y24K11 
(0%,12%,24%,11%)
(0.00/0.12/0.24/0.11)	

CMYK percentages

%0
%11.84
%23.68
%10.59

Codes

Color #E4C9AE in popluar color models

E4C9AE
RGB228201174
HSL30°50.00%78.82%
HSB/HSV30°23.68%89.41%
CMYK0.00%11.84%23.68%
10.59%

Color #E4C9AE in popluar number systems.

HEXE4C9AE
Decimal228201174
Binary111001001100100110101110
Octal344311256

Shades and tints

Shades of #E4C9AE

#E4C9AE
(228,201,174)
#D0B79F
(208,183,159)
#BCA590
(188,165,144)
#A89381
(168,147,129)
#948172
(148,129,114)
#806F63
(128,111,99)
#6C5D54
(108,93,84)
#584B45
(88,75,69)
#443936
(68,57,54)
#302727
(48,39,39)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #E4C9AE

#E4C9AE
(228,201,174)
#E6CDB5
(230,205,181)
#E8D1BC
(232,209,188)
#EAD5C3
(234,213,195)
#ECD9CA
(236,217,202)
#EEDDD1
(238,221,209)
#F0E1D8
(240,225,216)
#F2E5DF
(242,229,223)
#F4E9E6
(244,233,230)
#F6EDED
(246,237,237)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C9AE color. Also use rgb(228,201,174) instead hex code.

Text Font Color

.myTextColor { color: #E4C9AE; }

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

This text font color is #E4C9AE.


Background Color

.myBgColor { background-color: #E4C9AE; }

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

This div background color is #E4C9AE.


Border color

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

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

This div border color is #E4C9AE.


Opacity

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

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

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

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

This text has shadow with #E4C9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C9AE on black background.


Color preview on white background

This text has color #E4C9AE on white background.



Black color preview on #E4C9AE background

This text has black color on #E4C9AE background.


White color preview on #E4C9AE background

This text has white color on #E4C9AE background.