COLOR #EEDCA0

HEX: #EEDCA0 RGB: (238,220,160)

Color info

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

RGB color model

#EEDCA0 color RGB value is (238,220,160).

RGB: (238,220,160) (93%, 86%, 63%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 160 of 255 = 63%

238
220
160

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

Portions of RGB colors in percentages

R + G + B = 238 + 220 + 160 = 618 (100%)
R 238 of 618 ~ 38.51%
G 220 of 618 ~ 35.6%
B 160 of 618 ~ 25.89'%

%38.51
%35.6
%25.89

CMYK color model

#EEDCA0 color CMYK value is (0,8,33,7).

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

CMYK: (0,8,33,7)
C0M8Y33K7 (0%, 8%, 33%, 7%)
(0.00 / 0.08 / 0.33 / 0.07)

CMYK percentages

%0
%7.56
%32.77
%6.67

Codes

Color #EEDCA0 in popluar color models

EE DC A0
RGB 238 220 160
HSL 46° 69.64% 78.04%
HSB/HSV 46° 32.77% 93.33%
CMYK 0.00% 7.56% 32.77%
6.67%

Color #EEDCA0 in popluar number systems.

HEX EE DC A0
Decimal 238 220 160
Binary 11101110 11011100 10100000
Octal 356 334 240

Shades and tints

Shades of #EEDCA0

#EEDCA0
(238,220,160)
#D9C892
(217,200,146)
#C4B484
(196,180,132)
#AFA076
(175,160,118)
#9A8C68
(154,140,104)
#85785A
(133,120,90)
#70644C
(112,100,76)
#5B503E
(91,80,62)
#463C30
(70,60,48)
#312822
(49,40,34)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #EEDCA0

#EEDCA0
(238,220,160)
#EFDFA8
(239,223,168)
#F0E2B0
(240,226,176)
#F1E5B8
(241,229,184)
#F2E8C0
(242,232,192)
#F3EBC8
(243,235,200)
#F4EED0
(244,238,208)
#F5F1D8
(245,241,216)
#F6F4E0
(246,244,224)
#F7F7E8
(247,247,232)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCA0; }

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

This text font color is #EEDCA0.

Background Color

.myBgColor { background-color: #EEDCA0; }

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

This div background color is #EEDCA0.

Border color

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

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

This div border color is #EEDCA0.

Opacity

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

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

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

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

This text has shadow with #EEDCA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDCA0.

Preview

Color preview on black background

This text has color #EEDCA0 on black background.


Color preview on white background

This text has color #EEDCA0 on white background.


Black color preview on #EEDCA0 background

This text has black color on #EEDCA0 background.


White color preview on #EEDCA0 background

This text has white color on #EEDCA0 background.


Related colors

Complementary color

Complementary color for #hex is #11235F.


I love getcolorcode.com

Triadic colors

1 #A0EEDC and #DCA0EE with #EEDCA0 are triadic colors.

2 #A0DCEE and #DCEEA0 with #EEDCA0 are triadic colors.