COLOR #E1DA8B

HEX: #E1DA8B RGB: (225,218,139)

Color info

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

RGB color model

#E1DA8B color RGB value is (225,218,139).

RGB: (225,218,139) (88%, 85%, 55%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 139 of 255 = 55%

225
218
139

R + G + B ~ 76%. #E1DA8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 139 = 582 (100%)
R 225 of 582 ~ 38.66%
G 218 of 582 ~ 37.46%
B 139 of 582 ~ 23.88'%

%38.66
%37.46
%23.88

CMYK color model

#E1DA8B color CMYK value is (0,3,38,12).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 38.22%
  • key color value is 11.76%
CMYK: (0,3,38,12) C0M3Y38K12 (0%,3%,38%,12%) (0.00/0.03/0.38/0.12) 

CMYK percentages

%0
%3.11
%38.22
%11.76

Codes

Color #E1DA8B in popluar color models

E1 DA 8B
RGB 225 218 139
HSL 55° 58.90% 71.37%
HSB/HSV 55° 38.22% 88.24%
CMYK 0.00% 3.11% 38.22%
11.76%

Color #E1DA8B in popluar number systems.

HEX E1 DA 8B
Decimal 225 218 139
Binary 11100001 11011010 10001011
Octal 341 332 213

Shades and tints

Shades of #E1DA8B

#E1DA8B
(225,218,139)
#CDC77F
(205,199,127)
#B9B473
(185,180,115)
#A5A167
(165,161,103)
#918E5B
(145,142,91)
#7D7B4F
(125,123,79)
#696843
(105,104,67)
#555537
(85,85,55)
#41422B
(65,66,43)
#2D2F1F
(45,47,31)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #E1DA8B

#E1DA8B
(225,218,139)
#E3DD95
(227,221,149)
#E5E09F
(229,224,159)
#E7E3A9
(231,227,169)
#E9E6B3
(233,230,179)
#EBE9BD
(235,233,189)
#EDECC7
(237,236,199)
#EFEFD1
(239,239,209)
#F1F2DB
(241,242,219)
#F3F5E5
(243,245,229)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DA8B color. Also use rgb(225,218,139) instead hex code.

Text Font Color

.myTextColor { color: #E1DA8B; }

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

This text font color is #E1DA8B.

Background Color

.myBgColor { background-color: #E1DA8B; }

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

This div background color is #E1DA8B.

Border color

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

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

This div border color is #E1DA8B.

Opacity

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

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

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

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

This text has shadow with #E1DA8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DA8B.

Preview

Color preview on black background

This text has color #E1DA8B on black background.


Color preview on white background

This text has color #E1DA8B on white background.


Black color preview on #E1DA8B background

This text has black color on #E1DA8B background.


White color preview on #E1DA8B background

This text has white color on #E1DA8B background.


Related colors

Complementary color

Complementary color for #hex is #1E2574.


I love getcolorcode.com

Triadic colors

1 #8BE1DA and #DA8BE1 with #E1DA8B are triadic colors.

2 #8BDAE1 and #DAE18B with #E1DA8B are triadic colors.