COLOR #EEC4AA

HEX: #EEC4AA
RGB: (238,196,170)

Color info

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

RGB color model

#EEC4AA color RGB value is (238,196,170).

  • red value is 238;
  • green value is 196;
  • blue value is 170.
RGB:
(238,196,170)
(93%,77%,67%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 170 of 255 = 67%

238
196
170

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

Portions of RGB colors in percentages

R + G + B =
238 + 196 + 170 = 604 (100%)
R 238 of 604 ~ 39.4%
G 196 of 604 ~ 32.45%
B 170 of 604 ~ 28.15%

%39.4
%32.45
%28.15

CMYK color model

#EEC4AA color CMYK value is (0,18,29,7).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 28.57%
  • key color value is 6.67%
CMYK:
(0,18,29,7)
C0M18Y29K7 
(0%,18%,29%,7%)
(0.00/0.18/0.29/0.07)	

CMYK percentages

%0
%17.65
%28.57
%6.67

Codes

Color #EEC4AA in popluar color models

EEC4AA
RGB238196170
HSL23°66.67%80.00%
HSB/HSV23°28.57%93.33%
CMYK0.00%17.65%28.57%
6.67%

Color #EEC4AA in popluar number systems.

HEXEEC4AA
Decimal238196170
Binary111011101100010010101010
Octal356304252

Shades and tints

Shades of #EEC4AA

#EEC4AA
(238,196,170)
#D9B39B
(217,179,155)
#C4A28C
(196,162,140)
#AF917D
(175,145,125)
#9A806E
(154,128,110)
#856F5F
(133,111,95)
#705E50
(112,94,80)
#5B4D41
(91,77,65)
#463C32
(70,60,50)
#312B23
(49,43,35)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #EEC4AA

#EEC4AA
(238,196,170)
#EFC9B1
(239,201,177)
#F0CEB8
(240,206,184)
#F1D3BF
(241,211,191)
#F2D8C6
(242,216,198)
#F3DDCD
(243,221,205)
#F4E2D4
(244,226,212)
#F5E7DB
(245,231,219)
#F6ECE2
(246,236,226)
#F7F1E9
(247,241,233)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC4AA color. Also use rgb(238,196,170) instead hex code.

Text Font Color

.myTextColor { color: #EEC4AA; }

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

This text font color is #EEC4AA.


Background Color

.myBgColor { background-color: #EEC4AA; }

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

This div background color is #EEC4AA.


Border color

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

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

This div border color is #EEC4AA.


Opacity

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

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

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

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

This text has shadow with #EEC4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC4AA on black background.


Color preview on white background

This text has color #EEC4AA on white background.



Black color preview on #EEC4AA background

This text has black color on #EEC4AA background.


White color preview on #EEC4AA background

This text has white color on #EEC4AA background.