COLOR #EEAD9A

HEX: #EEAD9A RGB: (238,173,154)

Color info

#EEAD9A contains mainly red color. Web safe color of #EEAD9A is #FF9999 (or #F99).

RGB color model

#EEAD9A color RGB value is (238,173,154).

RGB: (238,173,154) (93%, 68%, 60%)

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 154 of 255 = 60%

238
173
154

R + G + B ~ 74%. #EEAD9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 173 + 154 = 565 (100%)
R 238 of 565 ~ 42.12%
G 173 of 565 ~ 30.62%
B 154 of 565 ~ 27.26'%

%42.12
%30.62
%27.26

CMYK color model

#EEAD9A color CMYK value is (0,27,35,7).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 35.29%
  • key color value is 6.67%
CMYK: (0,27,35,7) C0M27Y35K7 (0%,27%,35%,7%) (0.00/0.27/0.35/0.07) 

CMYK percentages

%0
%27.31
%35.29
%6.67

Codes

Color #EEAD9A in popluar color models

EE AD 9A
RGB 238 173 154
HSL 14° 71.19% 76.86%
HSB/HSV 14° 35.29% 93.33%
CMYK 0.00% 27.31% 35.29%
6.67%

Color #EEAD9A in popluar number systems.

HEX EE AD 9A
Decimal 238 173 154
Binary 11101110 10101101 10011010
Octal 356 255 232

Shades and tints

Shades of #EEAD9A

#EEAD9A
(238,173,154)
#D99E8C
(217,158,140)
#C48F7E
(196,143,126)
#AF8070
(175,128,112)
#9A7162
(154,113,98)
#856254
(133,98,84)
#705346
(112,83,70)
#5B4438
(91,68,56)
#46352A
(70,53,42)
#31261C
(49,38,28)
#1C170E
(28,23,14)
#000000
(0,0,0)

Tints of #EEAD9A

#EEAD9A
(238,173,154)
#EFB4A3
(239,180,163)
#F0BBAC
(240,187,172)
#F1C2B5
(241,194,181)
#F2C9BE
(242,201,190)
#F3D0C7
(243,208,199)
#F4D7D0
(244,215,208)
#F5DED9
(245,222,217)
#F6E5E2
(246,229,226)
#F7ECEB
(247,236,235)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAD9A color. Also use rgb(238,173,154) instead hex code.

Text Font Color

.myTextColor { color: #EEAD9A; }

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

This text font color is #EEAD9A.

Background Color

.myBgColor { background-color: #EEAD9A; }

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

This div background color is #EEAD9A.

Border color

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

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

This div border color is #EEAD9A.

Opacity

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

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

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

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

This text has shadow with #EEAD9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEAD9A.

Preview

Color preview on black background

This text has color #EEAD9A on black background.


Color preview on white background

This text has color #EEAD9A on white background.


Black color preview on #EEAD9A background

This text has black color on #EEAD9A background.


White color preview on #EEAD9A background

This text has white color on #EEAD9A background.


Related colors

Complementary color

Complementary color for #hex is #115265.


I love getcolorcode.com

Triadic colors

1 #9AEEAD and #AD9AEE with #EEAD9A are triadic colors.

2 #9AADEE and #ADEE9A with #EEAD9A are triadic colors.