COLOR #E0DAA1

HEX: #E0DAA1 RGB: (224,218,161)

Color info

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

RGB color model

#E0DAA1 color RGB value is (224,218,161).

RGB: (224,218,161) (88%, 85%, 63%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 161 of 255 = 63%

224
218
161

R + G + B ~ 79%. #E0DAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 218 + 161 = 603 (100%)
R 224 of 603 ~ 37.15%
G 218 of 603 ~ 36.15%
B 161 of 603 ~ 26.7'%

%37.15
%36.15
%26.7

CMYK color model

#E0DAA1 color CMYK value is (0,3,28,12).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 28.13%
  • key color value is 12.16%

CMYK: (0,3,28,12)
C0M3Y28K12 (0%, 3%, 28%, 12%)
(0.00 / 0.03 / 0.28 / 0.12)

CMYK percentages

%0
%2.68
%28.13
%12.16

Codes

Color #E0DAA1 in popluar color models

E0 DA A1
RGB 224 218 161
HSL 54° 50.40% 75.49%
HSB/HSV 54° 28.13% 87.84%
CMYK 0.00% 2.68% 28.13%
12.16%

Color #E0DAA1 in popluar number systems.

HEX E0 DA A1
Decimal 224 218 161
Binary 11100000 11011010 10100001
Octal 340 332 241

Shades and tints

Shades of #E0DAA1

#E0DAA1
(224,218,161)
#CCC793
(204,199,147)
#B8B485
(184,180,133)
#A4A177
(164,161,119)
#908E69
(144,142,105)
#7C7B5B
(124,123,91)
#68684D
(104,104,77)
#54553F
(84,85,63)
#404231
(64,66,49)
#2C2F23
(44,47,35)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #E0DAA1

#E0DAA1
(224,218,161)
#E2DDA9
(226,221,169)
#E4E0B1
(228,224,177)
#E6E3B9
(230,227,185)
#E8E6C1
(232,230,193)
#EAE9C9
(234,233,201)
#ECECD1
(236,236,209)
#EEEFD9
(238,239,217)
#F0F2E1
(240,242,225)
#F2F5E9
(242,245,233)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DAA1 color. Also use rgb(224,218,161) instead hex code.

Text Font Color

.myTextColor { color: #E0DAA1; }

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

This text font color is #E0DAA1.

Background Color

.myBgColor { background-color: #E0DAA1; }

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

This div background color is #E0DAA1.

Border color

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

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

This div border color is #E0DAA1.

Opacity

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

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

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

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

This text has shadow with #E0DAA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DAA1.

Preview

Color preview on black background

This text has color #E0DAA1 on black background.


Color preview on white background

This text has color #E0DAA1 on white background.


Black color preview on #E0DAA1 background

This text has black color on #E0DAA1 background.


White color preview on #E0DAA1 background

This text has white color on #E0DAA1 background.


Related colors

Complementary color

Complementary color for #hex is #1F255E.


I love getcolorcode.com

Triadic colors

1 #A1E0DA and #DAA1E0 with #E0DAA1 are triadic colors.

2 #A1DAE0 and #DAE0A1 with #E0DAA1 are triadic colors.