COLOR #E1DB9A

HEX: #E1DB9A RGB: (225,219,154)

Color info

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

RGB color model

#E1DB9A color RGB value is (225,219,154).

RGB: (225,219,154) (88%, 86%, 60%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 154 of 255 = 60%

225
219
154

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

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 154 = 598 (100%)
R 225 of 598 ~ 37.63%
G 219 of 598 ~ 36.62%
B 154 of 598 ~ 25.75'%

%37.63
%36.62
%25.75

CMYK color model

#E1DB9A color CMYK value is (0,3,32,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 31.56%
  • key color value is 11.76%

CMYK: (0,3,32,12)
C0M3Y32K12 (0%, 3%, 32%, 12%)
(0.00 / 0.03 / 0.32 / 0.12)

CMYK percentages

%0
%2.67
%31.56
%11.76

Codes

Color #E1DB9A in popluar color models

E1 DB 9A
RGB 225 219 154
HSL 55° 54.20% 74.31%
HSB/HSV 55° 31.56% 88.24%
CMYK 0.00% 2.67% 31.56%
11.76%

Color #E1DB9A in popluar number systems.

HEX E1 DB 9A
Decimal 225 219 154
Binary 11100001 11011011 10011010
Octal 341 333 232

Shades and tints

Shades of #E1DB9A

#E1DB9A
(225,219,154)
#CDC88C
(205,200,140)
#B9B57E
(185,181,126)
#A5A270
(165,162,112)
#918F62
(145,143,98)
#7D7C54
(125,124,84)
#696946
(105,105,70)
#555638
(85,86,56)
#41432A
(65,67,42)
#2D301C
(45,48,28)
#191D0E
(25,29,14)
#000000
(0,0,0)

Tints of #E1DB9A

#E1DB9A
(225,219,154)
#E3DEA3
(227,222,163)
#E5E1AC
(229,225,172)
#E7E4B5
(231,228,181)
#E9E7BE
(233,231,190)
#EBEAC7
(235,234,199)
#EDEDD0
(237,237,208)
#EFF0D9
(239,240,217)
#F1F3E2
(241,243,226)
#F3F6EB
(243,246,235)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DB9A color. Also use rgb(225,219,154) instead hex code.

Text Font Color

.myTextColor { color: #E1DB9A; }

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

This text font color is #E1DB9A.

Background Color

.myBgColor { background-color: #E1DB9A; }

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

This div background color is #E1DB9A.

Border color

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

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

This div border color is #E1DB9A.

Opacity

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

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

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

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

This text has shadow with #E1DB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DB9A.

Preview

Color preview on black background

This text has color #E1DB9A on black background.


Color preview on white background

This text has color #E1DB9A on white background.


Black color preview on #E1DB9A background

This text has black color on #E1DB9A background.


White color preview on #E1DB9A background

This text has white color on #E1DB9A background.


Related colors

Complementary color

Complementary color for #hex is #1E2465.


I love getcolorcode.com

Triadic colors

1 #9AE1DB and #DB9AE1 with #E1DB9A are triadic colors.

2 #9ADBE1 and #DBE19A with #E1DB9A are triadic colors.