COLOR #EED1A0

HEX: #EED1A0 RGB: (238,209,160)

Color info

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

RGB color model

#EED1A0 color RGB value is (238,209,160).

RGB: (238,209,160) (93%, 82%, 63%)

RGB channels and saturation

R 238 of 255 = 93%
G 209 of 255 = 82%
B 160 of 255 = 63%

238
209
160

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

Portions of RGB colors in percentages

R + G + B = 238 + 209 + 160 = 607 (100%)
R 238 of 607 ~ 39.21%
G 209 of 607 ~ 34.43%
B 160 of 607 ~ 26.36'%

%39.21
%34.43
%26.36

CMYK color model

#EED1A0 color CMYK value is (0,12,33,7).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 32.77%
  • key color value is 6.67%

CMYK: (0,12,33,7)
C0M12Y33K7 (0%, 12%, 33%, 7%)
(0.00 / 0.12 / 0.33 / 0.07)

CMYK percentages

%0
%12.18
%32.77
%6.67

Codes

Color #EED1A0 in popluar color models

EE D1 A0
RGB 238 209 160
HSL 38° 69.64% 78.04%
HSB/HSV 38° 32.77% 93.33%
CMYK 0.00% 12.18% 32.77%
6.67%

Color #EED1A0 in popluar number systems.

HEX EE D1 A0
Decimal 238 209 160
Binary 11101110 11010001 10100000
Octal 356 321 240

Shades and tints

Shades of #EED1A0

#EED1A0
(238,209,160)
#D9BE92
(217,190,146)
#C4AB84
(196,171,132)
#AF9876
(175,152,118)
#9A8568
(154,133,104)
#85725A
(133,114,90)
#705F4C
(112,95,76)
#5B4C3E
(91,76,62)
#463930
(70,57,48)
#312622
(49,38,34)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #EED1A0

#EED1A0
(238,209,160)
#EFD5A8
(239,213,168)
#F0D9B0
(240,217,176)
#F1DDB8
(241,221,184)
#F2E1C0
(242,225,192)
#F3E5C8
(243,229,200)
#F4E9D0
(244,233,208)
#F5EDD8
(245,237,216)
#F6F1E0
(246,241,224)
#F7F5E8
(247,245,232)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED1A0; }

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

This text font color is #EED1A0.

Background Color

.myBgColor { background-color: #EED1A0; }

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

This div background color is #EED1A0.

Border color

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

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

This div border color is #EED1A0.

Opacity

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

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

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

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

This text has shadow with #EED1A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED1A0.

Preview

Color preview on black background

This text has color #EED1A0 on black background.


Color preview on white background

This text has color #EED1A0 on white background.


Black color preview on #EED1A0 background

This text has black color on #EED1A0 background.


White color preview on #EED1A0 background

This text has white color on #EED1A0 background.


Related colors

Complementary color

Complementary color for #hex is #112E5F.


I love getcolorcode.com

Triadic colors

1 #A0EED1 and #D1A0EE with #EED1A0 are triadic colors.

2 #A0D1EE and #D1EEA0 with #EED1A0 are triadic colors.