COLOR #E1D18A

HEX: #E1D18A
RGB: (225,209,138)

Color info

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

RGB color model

#E1D18A color RGB value is (225,209,138).

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

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 138 of 255 = 54%

225
209
138

R + G + B ~ 75%. #E1D18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 209 + 138 = 572 (100%)
R 225 of 572 ~ 39.34%
G 209 of 572 ~ 36.54%
B 138 of 572 ~ 24.13%

%39.34
%36.54
%24.13

CMYK color model

#E1D18A color CMYK value is (0,7,39,12).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 38.67%
  • key color value is 11.76%
CMYK:
(0,7,39,12)
C0M7Y39K12 
(0%,7%,39%,12%)
(0.00/0.07/0.39/0.12)	

CMYK percentages

%0
%7.11
%38.67
%11.76

Codes

Color #E1D18A in popluar color models

E1D18A
RGB225209138
HSL49°59.18%71.18%
HSB/HSV49°38.67%88.24%
CMYK0.00%7.11%38.67%
11.76%

Color #E1D18A in popluar number systems.

HEXE1D18A
Decimal225209138
Binary111000011101000110001010
Octal341321212

Shades and tints

Shades of #E1D18A

#E1D18A
(225,209,138)
#CDBE7E
(205,190,126)
#B9AB72
(185,171,114)
#A59866
(165,152,102)
#91855A
(145,133,90)
#7D724E
(125,114,78)
#695F42
(105,95,66)
#554C36
(85,76,54)
#41392A
(65,57,42)
#2D261E
(45,38,30)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #E1D18A

#E1D18A
(225,209,138)
#E3D594
(227,213,148)
#E5D99E
(229,217,158)
#E7DDA8
(231,221,168)
#E9E1B2
(233,225,178)
#EBE5BC
(235,229,188)
#EDE9C6
(237,233,198)
#EFEDD0
(239,237,208)
#F1F1DA
(241,241,218)
#F3F5E4
(243,245,228)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D18A; }

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

This text font color is #E1D18A.


Background Color

.myBgColor { background-color: #E1D18A; }

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

This div background color is #E1D18A.


Border color

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

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

This div border color is #E1D18A.


Opacity

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

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

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

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

This text has shadow with #E1D18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D18A on black background.


Color preview on white background

This text has color #E1D18A on white background.



Black color preview on #E1D18A background

This text has black color on #E1D18A background.


White color preview on #E1D18A background

This text has white color on #E1D18A background.