COLOR #EEDDA4

HEX: #EEDDA4 RGB: (238,221,164)

Color info

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

RGB color model

#EEDDA4 color RGB value is (238,221,164).

RGB: (238,221,164) (93%, 87%, 64%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 164 of 255 = 64%

238
221
164

R + G + B ~ 81%. #EEDDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 221 + 164 = 623 (100%)
R 238 of 623 ~ 38.2%
G 221 of 623 ~ 35.47%
B 164 of 623 ~ 26.32'%

%38.2
%35.47
%26.32

CMYK color model

#EEDDA4 color CMYK value is (0,7,31,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 31.09%
  • key color value is 6.67%

CMYK: (0,7,31,7)
C0M7Y31K7 (0%, 7%, 31%, 7%)
(0.00 / 0.07 / 0.31 / 0.07)

CMYK percentages

%0
%7.14
%31.09
%6.67

Codes

Color #EEDDA4 in popluar color models

EE DD A4
RGB 238 221 164
HSL 46° 68.52% 78.82%
HSB/HSV 46° 31.09% 93.33%
CMYK 0.00% 7.14% 31.09%
6.67%

Color #EEDDA4 in popluar number systems.

HEX EE DD A4
Decimal 238 221 164
Binary 11101110 11011101 10100100
Octal 356 335 244

Shades and tints

Shades of #EEDDA4

#EEDDA4
(238,221,164)
#D9C996
(217,201,150)
#C4B588
(196,181,136)
#AFA17A
(175,161,122)
#9A8D6C
(154,141,108)
#85795E
(133,121,94)
#706550
(112,101,80)
#5B5142
(91,81,66)
#463D34
(70,61,52)
#312926
(49,41,38)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #EEDDA4

#EEDDA4
(238,221,164)
#EFE0AC
(239,224,172)
#F0E3B4
(240,227,180)
#F1E6BC
(241,230,188)
#F2E9C4
(242,233,196)
#F3ECCC
(243,236,204)
#F4EFD4
(244,239,212)
#F5F2DC
(245,242,220)
#F6F5E4
(246,245,228)
#F7F8EC
(247,248,236)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDDA4 color. Also use rgb(238,221,164) instead hex code.

Text Font Color

.myTextColor { color: #EEDDA4; }

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

This text font color is #EEDDA4.

Background Color

.myBgColor { background-color: #EEDDA4; }

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

This div background color is #EEDDA4.

Border color

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

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

This div border color is #EEDDA4.

Opacity

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

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

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

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

This text has shadow with #EEDDA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDDA4.

Preview

Color preview on black background

This text has color #EEDDA4 on black background.


Color preview on white background

This text has color #EEDDA4 on white background.


Black color preview on #EEDDA4 background

This text has black color on #EEDDA4 background.


White color preview on #EEDDA4 background

This text has white color on #EEDDA4 background.


Related colors

Complementary color

Complementary color for #hex is #11225B.


I love getcolorcode.com

Triadic colors

1 #A4EEDD and #DDA4EE with #EEDDA4 are triadic colors.

2 #A4DDEE and #DDEEA4 with #EEDDA4 are triadic colors.