COLOR #ECC4AA

HEX: #ECC4AA RGB: (236,196,170)

Color info

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

RGB color model

#ECC4AA color RGB value is (236,196,170).

RGB: (236,196,170) (93%, 77%, 67%)

RGB channels and saturation

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

236
196
170

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

Portions of RGB colors in percentages

R + G + B = 236 + 196 + 170 = 602 (100%)
R 236 of 602 ~ 39.2%
G 196 of 602 ~ 32.56%
B 170 of 602 ~ 28.24'%

%39.2
%32.56
%28.24

CMYK color model

#ECC4AA color CMYK value is (0,17,28,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 27.97%
  • key color value is 7.45%

CMYK: (0,17,28,7)
C0M17Y28K7 (0%, 17%, 28%, 7%)
(0.00 / 0.17 / 0.28 / 0.07)

CMYK percentages

%0
%16.95
%27.97
%7.45

Codes

Color #ECC4AA in popluar color models

EC C4 AA
RGB 236 196 170
HSL 24° 63.46% 79.61%
HSB/HSV 24° 27.97% 92.55%
CMYK 0.00% 16.95% 27.97%
7.45%

Color #ECC4AA in popluar number systems.

HEX EC C4 AA
Decimal 236 196 170
Binary 11101100 11000100 10101010
Octal 354 304 252

Shades and tints

Shades of #ECC4AA

#ECC4AA
(236,196,170)
#D7B39B
(215,179,155)
#C2A28C
(194,162,140)
#AD917D
(173,145,125)
#98806E
(152,128,110)
#836F5F
(131,111,95)
#6E5E50
(110,94,80)
#594D41
(89,77,65)
#443C32
(68,60,50)
#2F2B23
(47,43,35)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #ECC4AA

#ECC4AA
(236,196,170)
#EDC9B1
(237,201,177)
#EECEB8
(238,206,184)
#EFD3BF
(239,211,191)
#F0D8C6
(240,216,198)
#F1DDCD
(241,221,205)
#F2E2D4
(242,226,212)
#F3E7DB
(243,231,219)
#F4ECE2
(244,236,226)
#F5F1E9
(245,241,233)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4AA; }

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

This text font color is #ECC4AA.

Background Color

.myBgColor { background-color: #ECC4AA; }

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

This div background color is #ECC4AA.

Border color

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

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

This div border color is #ECC4AA.

Opacity

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

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

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

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

This text has shadow with #ECC4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC4AA.

Preview

Color preview on black background

This text has color #ECC4AA on black background.


Color preview on white background

This text has color #ECC4AA on white background.


Black color preview on #ECC4AA background

This text has black color on #ECC4AA background.


White color preview on #ECC4AA background

This text has white color on #ECC4AA background.


Related colors

Complementary color

Complementary color for #hex is #133B55.


I love getcolorcode.com

Triadic colors

1 #AAECC4 and #C4AAEC with #ECC4AA are triadic colors.

2 #AAC4EC and #C4ECAA with #ECC4AA are triadic colors.