COLOR #ECC5AE

HEX: #ECC5AE RGB: (236,197,174)

Color info

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

RGB color model

#ECC5AE color RGB value is (236,197,174).

RGB: (236,197,174) (93%, 77%, 68%)

RGB channels and saturation

R 236 of 255 = 93%
G 197 of 255 = 77%
B 174 of 255 = 68%

236
197
174

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

Portions of RGB colors in percentages

R + G + B = 236 + 197 + 174 = 607 (100%)
R 236 of 607 ~ 38.88%
G 197 of 607 ~ 32.45%
B 174 of 607 ~ 28.67'%

%38.88
%32.45
%28.67

CMYK color model

#ECC5AE color CMYK value is (0,17,26,7).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 26.27%
  • key color value is 7.45%

CMYK: (0,17,26,7)
C0M17Y26K7 (0%, 17%, 26%, 7%)
(0.00 / 0.17 / 0.26 / 0.07)

CMYK percentages

%0
%16.53
%26.27
%7.45

Codes

Color #ECC5AE in popluar color models

EC C5 AE
RGB 236 197 174
HSL 22° 62.00% 80.39%
HSB/HSV 22° 26.27% 92.55%
CMYK 0.00% 16.53% 26.27%
7.45%

Color #ECC5AE in popluar number systems.

HEX EC C5 AE
Decimal 236 197 174
Binary 11101100 11000101 10101110
Octal 354 305 256

Shades and tints

Shades of #ECC5AE

#ECC5AE
(236,197,174)
#D7B49F
(215,180,159)
#C2A390
(194,163,144)
#AD9281
(173,146,129)
#988172
(152,129,114)
#837063
(131,112,99)
#6E5F54
(110,95,84)
#594E45
(89,78,69)
#443D36
(68,61,54)
#2F2C27
(47,44,39)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #ECC5AE

#ECC5AE
(236,197,174)
#EDCAB5
(237,202,181)
#EECFBC
(238,207,188)
#EFD4C3
(239,212,195)
#F0D9CA
(240,217,202)
#F1DED1
(241,222,209)
#F2E3D8
(242,227,216)
#F3E8DF
(243,232,223)
#F4EDE6
(244,237,230)
#F5F2ED
(245,242,237)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC5AE color. Also use rgb(236,197,174) instead hex code.

Text Font Color

.myTextColor { color: #ECC5AE; }

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

This text font color is #ECC5AE.

Background Color

.myBgColor { background-color: #ECC5AE; }

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

This div background color is #ECC5AE.

Border color

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

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

This div border color is #ECC5AE.

Opacity

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

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

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

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

This text has shadow with #ECC5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC5AE.

Preview

Color preview on black background

This text has color #ECC5AE on black background.


Color preview on white background

This text has color #ECC5AE on white background.


Black color preview on #ECC5AE background

This text has black color on #ECC5AE background.


White color preview on #ECC5AE background

This text has white color on #ECC5AE background.


Related colors

Complementary color

Complementary color for #hex is #133A51.


I love getcolorcode.com

Triadic colors

1 #AEECC5 and #C5AEEC with #ECC5AE are triadic colors.

2 #AEC5EC and #C5ECAE with #ECC5AE are triadic colors.