COLOR #E4D2A0

HEX: #E4D2A0
RGB: (228,210,160)

Color info

#E4D2A0 contains mainly red and green colors. Web safe color of #E4D2A0 is #CCCC99 (or #CC9).

RGB color model

#E4D2A0 color RGB value is (228,210,160).

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

RGB channels and saturation

R 228 of 255 = 89%
G 210 of 255 = 82%
B 160 of 255 = 63%

228
210
160

R + G + B ~ 78%. #E4D2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 210 + 160 = 598 (100%)
R 228 of 598 ~ 38.13%
G 210 of 598 ~ 35.12%
B 160 of 598 ~ 26.76%

%38.13
%35.12
%26.76

CMYK color model

#E4D2A0 color CMYK value is (0,8,30,11).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(0,8,30,11)
C0M8Y30K11 
(0%,8%,30%,11%)
(0.00/0.08/0.30/0.11)	

CMYK percentages

%0
%7.89
%29.82
%10.59

Codes

Color #E4D2A0 in popluar color models

E4D2A0
RGB228210160
HSL44°55.74%76.08%
HSB/HSV44°29.82%89.41%
CMYK0.00%7.89%29.82%
10.59%

Color #E4D2A0 in popluar number systems.

HEXE4D2A0
Decimal228210160
Binary111001001101001010100000
Octal344322240

Shades and tints

Shades of #E4D2A0

#E4D2A0
(228,210,160)
#D0BF92
(208,191,146)
#BCAC84
(188,172,132)
#A89976
(168,153,118)
#948668
(148,134,104)
#80735A
(128,115,90)
#6C604C
(108,96,76)
#584D3E
(88,77,62)
#443A30
(68,58,48)
#302722
(48,39,34)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #E4D2A0

#E4D2A0
(228,210,160)
#E6D6A8
(230,214,168)
#E8DAB0
(232,218,176)
#EADEB8
(234,222,184)
#ECE2C0
(236,226,192)
#EEE6C8
(238,230,200)
#F0EAD0
(240,234,208)
#F2EED8
(242,238,216)
#F4F2E0
(244,242,224)
#F6F6E8
(246,246,232)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D2A0; }

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

This text font color is #E4D2A0.


Background Color

.myBgColor { background-color: #E4D2A0; }

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

This div background color is #E4D2A0.


Border color

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

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

This div border color is #E4D2A0.


Opacity

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

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

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

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

This text has shadow with #E4D2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D2A0 on black background.


Color preview on white background

This text has color #E4D2A0 on white background.



Black color preview on #E4D2A0 background

This text has black color on #E4D2A0 background.


White color preview on #E4D2A0 background

This text has white color on #E4D2A0 background.