COLOR #EECAA6

HEX: #EECAA6 RGB: (238,202,166)

Color info

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

RGB color model

#EECAA6 color RGB value is (238,202,166).

RGB: (238,202,166) (93%, 79%, 65%)

RGB channels and saturation

R 238 of 255 = 93%
G 202 of 255 = 79%
B 166 of 255 = 65%

238
202
166

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

Portions of RGB colors in percentages

R + G + B = 238 + 202 + 166 = 606 (100%)
R 238 of 606 ~ 39.27%
G 202 of 606 ~ 33.33%
B 166 of 606 ~ 27.39'%

%39.27
%33.33
%27.39

CMYK color model

#EECAA6 color CMYK value is (0,15,30,7).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 30.25%
  • key color value is 6.67%
CMYK: (0,15,30,7) C0M15Y30K7 (0%,15%,30%,7%) (0.00/0.15/0.30/0.07) 

CMYK percentages

%0
%15.13
%30.25
%6.67

Codes

Color #EECAA6 in popluar color models

EE CA A6
RGB 238 202 166
HSL 30° 67.92% 79.22%
HSB/HSV 30° 30.25% 93.33%
CMYK 0.00% 15.13% 30.25%
6.67%

Color #EECAA6 in popluar number systems.

HEX EE CA A6
Decimal 238 202 166
Binary 11101110 11001010 10100110
Octal 356 312 246

Shades and tints

Shades of #EECAA6

#EECAA6
(238,202,166)
#D9B897
(217,184,151)
#C4A688
(196,166,136)
#AF9479
(175,148,121)
#9A826A
(154,130,106)
#85705B
(133,112,91)
#705E4C
(112,94,76)
#5B4C3D
(91,76,61)
#463A2E
(70,58,46)
#31281F
(49,40,31)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #EECAA6

#EECAA6
(238,202,166)
#EFCEAE
(239,206,174)
#F0D2B6
(240,210,182)
#F1D6BE
(241,214,190)
#F2DAC6
(242,218,198)
#F3DECE
(243,222,206)
#F4E2D6
(244,226,214)
#F5E6DE
(245,230,222)
#F6EAE6
(246,234,230)
#F7EEEE
(247,238,238)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECAA6 color. Also use rgb(238,202,166) instead hex code.

Text Font Color

.myTextColor { color: #EECAA6; }

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

This text font color is #EECAA6.

Background Color

.myBgColor { background-color: #EECAA6; }

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

This div background color is #EECAA6.

Border color

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

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

This div border color is #EECAA6.

Opacity

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

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

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

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

This text has shadow with #EECAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECAA6.

Preview

Color preview on black background

This text has color #EECAA6 on black background.


Color preview on white background

This text has color #EECAA6 on white background.


Black color preview on #EECAA6 background

This text has black color on #EECAA6 background.


White color preview on #EECAA6 background

This text has white color on #EECAA6 background.


Related colors

Complementary color

Complementary color for #hex is #113559.


I love getcolorcode.com

Triadic colors

1 #A6EECA and #CAA6EE with #EECAA6 are triadic colors.

2 #A6CAEE and #CAEEA6 with #EECAA6 are triadic colors.