COLOR #EEC4A1

HEX: #EEC4A1 RGB: (238,196,161)

Color info

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

RGB color model

#EEC4A1 color RGB value is (238,196,161).

RGB: (238,196,161) (93%, 77%, 63%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 161 of 255 = 63%

238
196
161

R + G + B ~ 78%. #EEC4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 196 + 161 = 595 (100%)
R 238 of 595 ~ 40%
G 196 of 595 ~ 32.94%
B 161 of 595 ~ 27.06'%

%40
%32.94
%27.06

CMYK color model

#EEC4A1 color CMYK value is (0,18,32,7).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 32.35%
  • key color value is 6.67%

CMYK: (0,18,32,7)
C0M18Y32K7 (0%, 18%, 32%, 7%)
(0.00 / 0.18 / 0.32 / 0.07)

CMYK percentages

%0
%17.65
%32.35
%6.67

Codes

Color #EEC4A1 in popluar color models

EE C4 A1
RGB 238 196 161
HSL 27° 69.37% 78.24%
HSB/HSV 27° 32.35% 93.33%
CMYK 0.00% 17.65% 32.35%
6.67%

Color #EEC4A1 in popluar number systems.

HEX EE C4 A1
Decimal 238 196 161
Binary 11101110 11000100 10100001
Octal 356 304 241

Shades and tints

Shades of #EEC4A1

#EEC4A1
(238,196,161)
#D9B393
(217,179,147)
#C4A285
(196,162,133)
#AF9177
(175,145,119)
#9A8069
(154,128,105)
#856F5B
(133,111,91)
#705E4D
(112,94,77)
#5B4D3F
(91,77,63)
#463C31
(70,60,49)
#312B23
(49,43,35)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #EEC4A1

#EEC4A1
(238,196,161)
#EFC9A9
(239,201,169)
#F0CEB1
(240,206,177)
#F1D3B9
(241,211,185)
#F2D8C1
(242,216,193)
#F3DDC9
(243,221,201)
#F4E2D1
(244,226,209)
#F5E7D9
(245,231,217)
#F6ECE1
(246,236,225)
#F7F1E9
(247,241,233)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC4A1; }

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

This text font color is #EEC4A1.

Background Color

.myBgColor { background-color: #EEC4A1; }

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

This div background color is #EEC4A1.

Border color

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

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

This div border color is #EEC4A1.

Opacity

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

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

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

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

This text has shadow with #EEC4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC4A1.

Preview

Color preview on black background

This text has color #EEC4A1 on black background.


Color preview on white background

This text has color #EEC4A1 on white background.


Black color preview on #EEC4A1 background

This text has black color on #EEC4A1 background.


White color preview on #EEC4A1 background

This text has white color on #EEC4A1 background.


Related colors

Complementary color

Complementary color for #hex is #113B5E.


I love getcolorcode.com

Triadic colors

1 #A1EEC4 and #C4A1EE with #EEC4A1 are triadic colors.

2 #A1C4EE and #C4EEA1 with #EEC4A1 are triadic colors.