COLOR #E4D2AF

HEX: #E4D2AF
RGB: (228,210,175)

Color info

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

RGB color model

#E4D2AF color RGB value is (228,210,175).

  • red value is 228;
  • green value is 210;
  • blue value is 175.
RGB:
(228,210,175)
(89%,82%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 210 of 255 = 82%
B 175 of 255 = 69%

228
210
175

R + G + B ~ 80%. #E4D2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 210 + 175 = 613 (100%)
R 228 of 613 ~ 37.19%
G 210 of 613 ~ 34.26%
B 175 of 613 ~ 28.55%

%37.19
%34.26
%28.55

CMYK color model

#E4D2AF color CMYK value is (0,8,23,11).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 23.25%
  • key color value is 10.59%
CMYK:
(0,8,23,11)
C0M8Y23K11 
(0%,8%,23%,11%)
(0.00/0.08/0.23/0.11)	

CMYK percentages

%0
%7.89
%23.25
%10.59

Codes

Color #E4D2AF in popluar color models

E4D2AF
RGB228210175
HSL40°49.53%79.02%
HSB/HSV40°23.25%89.41%
CMYK0.00%7.89%23.25%
10.59%

Color #E4D2AF in popluar number systems.

HEXE4D2AF
Decimal228210175
Binary111001001101001010101111
Octal344322257

Shades and tints

Shades of #E4D2AF

#E4D2AF
(228,210,175)
#D0BFA0
(208,191,160)
#BCAC91
(188,172,145)
#A89982
(168,153,130)
#948673
(148,134,115)
#807364
(128,115,100)
#6C6055
(108,96,85)
#584D46
(88,77,70)
#443A37
(68,58,55)
#302728
(48,39,40)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #E4D2AF

#E4D2AF
(228,210,175)
#E6D6B6
(230,214,182)
#E8DABD
(232,218,189)
#EADEC4
(234,222,196)
#ECE2CB
(236,226,203)
#EEE6D2
(238,230,210)
#F0EAD9
(240,234,217)
#F2EEE0
(242,238,224)
#F4F2E7
(244,242,231)
#F6F6EE
(246,246,238)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D2AF color. Also use rgb(228,210,175) instead hex code.

Text Font Color

.myTextColor { color: #E4D2AF; }

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

This text font color is #E4D2AF.


Background Color

.myBgColor { background-color: #E4D2AF; }

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

This div background color is #E4D2AF.


Border color

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

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

This div border color is #E4D2AF.


Opacity

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

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

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

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

This text has shadow with #E4D2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D2AF on black background.


Color preview on white background

This text has color #E4D2AF on white background.



Black color preview on #E4D2AF background

This text has black color on #E4D2AF background.


White color preview on #E4D2AF background

This text has white color on #E4D2AF background.