COLOR #E1D1A0

HEX: #E1D1A0
RGB: (225,209,160)

Color info

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

RGB color model

#E1D1A0 color RGB value is (225,209,160).

  • red value is 225;
  • green value is 209;
  • blue value is 160.
RGB:
(225,209,160)
(88%,82%,63%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 160 of 255 = 63%

225
209
160

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

Portions of RGB colors in percentages

R + G + B =
225 + 209 + 160 = 594 (100%)
R 225 of 594 ~ 37.88%
G 209 of 594 ~ 35.19%
B 160 of 594 ~ 26.94%

%37.88
%35.19
%26.94

CMYK color model

#E1D1A0 color CMYK value is (0,7,29,12).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 28.89%
  • key color value is 11.76%
CMYK:
(0,7,29,12)
C0M7Y29K12 
(0%,7%,29%,12%)
(0.00/0.07/0.29/0.12)	

CMYK percentages

%0
%7.11
%28.89
%11.76

Codes

Color #E1D1A0 in popluar color models

E1D1A0
RGB225209160
HSL45°52.00%75.49%
HSB/HSV45°28.89%88.24%
CMYK0.00%7.11%28.89%
11.76%

Color #E1D1A0 in popluar number systems.

HEXE1D1A0
Decimal225209160
Binary111000011101000110100000
Octal341321240

Shades and tints

Shades of #E1D1A0

#E1D1A0
(225,209,160)
#CDBE92
(205,190,146)
#B9AB84
(185,171,132)
#A59876
(165,152,118)
#918568
(145,133,104)
#7D725A
(125,114,90)
#695F4C
(105,95,76)
#554C3E
(85,76,62)
#413930
(65,57,48)
#2D2622
(45,38,34)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #E1D1A0

#E1D1A0
(225,209,160)
#E3D5A8
(227,213,168)
#E5D9B0
(229,217,176)
#E7DDB8
(231,221,184)
#E9E1C0
(233,225,192)
#EBE5C8
(235,229,200)
#EDE9D0
(237,233,208)
#EFEDD8
(239,237,216)
#F1F1E0
(241,241,224)
#F3F5E8
(243,245,232)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D1A0 color. Also use rgb(225,209,160) instead hex code.

Text Font Color

.myTextColor { color: #E1D1A0; }

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

This text font color is #E1D1A0.


Background Color

.myBgColor { background-color: #E1D1A0; }

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

This div background color is #E1D1A0.


Border color

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

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

This div border color is #E1D1A0.


Opacity

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

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

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

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

This text has shadow with #E1D1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D1A0 on black background.


Color preview on white background

This text has color #E1D1A0 on white background.



Black color preview on #E1D1A0 background

This text has black color on #E1D1A0 background.


White color preview on #E1D1A0 background

This text has white color on #E1D1A0 background.