COLOR #EED9A0

HEX: #EED9A0 RGB: (238,217,160)

Color info

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

RGB color model

#EED9A0 color RGB value is (238,217,160).

RGB: (238,217,160) (93%, 85%, 63%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 160 of 255 = 63%

238
217
160

R + G + B ~ 80%. #EED9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 217 + 160 = 615 (100%)
R 238 of 615 ~ 38.7%
G 217 of 615 ~ 35.28%
B 160 of 615 ~ 26.02'%

%38.7
%35.28
%26.02

CMYK color model

#EED9A0 color CMYK value is (0,9,33,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 32.77%
  • key color value is 6.67%
CMYK: (0,9,33,7) C0M9Y33K7 (0%,9%,33%,7%) (0.00/0.09/0.33/0.07) 

CMYK percentages

%0
%8.82
%32.77
%6.67

Codes

Color #EED9A0 in popluar color models

EE D9 A0
RGB 238 217 160
HSL 44° 69.64% 78.04%
HSB/HSV 44° 32.77% 93.33%
CMYK 0.00% 8.82% 32.77%
6.67%

Color #EED9A0 in popluar number systems.

HEX EE D9 A0
Decimal 238 217 160
Binary 11101110 11011001 10100000
Octal 356 331 240

Shades and tints

Shades of #EED9A0

#EED9A0
(238,217,160)
#D9C692
(217,198,146)
#C4B384
(196,179,132)
#AFA076
(175,160,118)
#9A8D68
(154,141,104)
#857A5A
(133,122,90)
#70674C
(112,103,76)
#5B543E
(91,84,62)
#464130
(70,65,48)
#312E22
(49,46,34)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #EED9A0

#EED9A0
(238,217,160)
#EFDCA8
(239,220,168)
#F0DFB0
(240,223,176)
#F1E2B8
(241,226,184)
#F2E5C0
(242,229,192)
#F3E8C8
(243,232,200)
#F4EBD0
(244,235,208)
#F5EED8
(245,238,216)
#F6F1E0
(246,241,224)
#F7F4E8
(247,244,232)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED9A0 color. Also use rgb(238,217,160) instead hex code.

Text Font Color

.myTextColor { color: #EED9A0; }

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

This text font color is #EED9A0.

Background Color

.myBgColor { background-color: #EED9A0; }

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

This div background color is #EED9A0.

Border color

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

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

This div border color is #EED9A0.

Opacity

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

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

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

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

This text has shadow with #EED9A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED9A0.

Preview

Color preview on black background

This text has color #EED9A0 on black background.


Color preview on white background

This text has color #EED9A0 on white background.


Black color preview on #EED9A0 background

This text has black color on #EED9A0 background.


White color preview on #EED9A0 background

This text has white color on #EED9A0 background.


Related colors

Complementary color

Complementary color for #hex is #11265F.


I love getcolorcode.com

Triadic colors

1 #A0EED9 and #D9A0EE with #EED9A0 are triadic colors.

2 #A0D9EE and #D9EEA0 with #EED9A0 are triadic colors.