COLOR #EEDAAB

HEX: #EEDAAB RGB: (238,218,171)

Color info

#EEDAAB contains mainly red and green colors. Web safe color of #EEDAAB is #FFCC99 (or #FC9).

RGB color model

#EEDAAB color RGB value is (238,218,171).

RGB: (238,218,171) (93%, 85%, 67%)

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 171 of 255 = 67%

238
218
171

R + G + B ~ 82%. #EEDAAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 218 + 171 = 627 (100%)
R 238 of 627 ~ 37.96%
G 218 of 627 ~ 34.77%
B 171 of 627 ~ 27.27'%

%37.96
%34.77
%27.27

CMYK color model

#EEDAAB color CMYK value is (0,8,28,7).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 28.15%
  • key color value is 6.67%

CMYK: (0,8,28,7)
C0M8Y28K7 (0%, 8%, 28%, 7%)
(0.00 / 0.08 / 0.28 / 0.07)

CMYK percentages

%0
%8.4
%28.15
%6.67

Codes

Color #EEDAAB in popluar color models

EE DA AB
RGB 238 218 171
HSL 42° 66.34% 80.20%
HSB/HSV 42° 28.15% 93.33%
CMYK 0.00% 8.40% 28.15%
6.67%

Color #EEDAAB in popluar number systems.

HEX EE DA AB
Decimal 238 218 171
Binary 11101110 11011010 10101011
Octal 356 332 253

Shades and tints

Shades of #EEDAAB

#EEDAAB
(238,218,171)
#D9C79C
(217,199,156)
#C4B48D
(196,180,141)
#AFA17E
(175,161,126)
#9A8E6F
(154,142,111)
#857B60
(133,123,96)
#706851
(112,104,81)
#5B5542
(91,85,66)
#464233
(70,66,51)
#312F24
(49,47,36)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #EEDAAB

#EEDAAB
(238,218,171)
#EFDDB2
(239,221,178)
#F0E0B9
(240,224,185)
#F1E3C0
(241,227,192)
#F2E6C7
(242,230,199)
#F3E9CE
(243,233,206)
#F4ECD5
(244,236,213)
#F5EFDC
(245,239,220)
#F6F2E3
(246,242,227)
#F7F5EA
(247,245,234)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDAAB color. Also use rgb(238,218,171) instead hex code.

Text Font Color

.myTextColor { color: #EEDAAB; }

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

This text font color is #EEDAAB.

Background Color

.myBgColor { background-color: #EEDAAB; }

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

This div background color is #EEDAAB.

Border color

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

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

This div border color is #EEDAAB.

Opacity

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

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

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

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

This text has shadow with #EEDAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDAAB.

Preview

Color preview on black background

This text has color #EEDAAB on black background.


Color preview on white background

This text has color #EEDAAB on white background.


Black color preview on #EEDAAB background

This text has black color on #EEDAAB background.


White color preview on #EEDAAB background

This text has white color on #EEDAAB background.


Related colors

Complementary color

Complementary color for #hex is #112554.


I love getcolorcode.com

Triadic colors

1 #ABEEDA and #DAABEE with #EEDAAB are triadic colors.

2 #ABDAEE and #DAEEAB with #EEDAAB are triadic colors.