COLOR #ECD9AE

HEX: #ECD9AE
RGB: (236,217,174)

Color info

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

RGB color model

#ECD9AE color RGB value is (236,217,174).

  • red value is 236;
  • green value is 217;
  • blue value is 174.
RGB:
(236,217,174)
(93%,85%,68%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 174 of 255 = 68%

236
217
174

R + G + B ~ 82%. #ECD9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 217 + 174 = 627 (100%)
R 236 of 627 ~ 37.64%
G 217 of 627 ~ 34.61%
B 174 of 627 ~ 27.75%

%37.64
%34.61
%27.75

CMYK color model

#ECD9AE color CMYK value is (0,8,26,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 26.27%
  • key color value is 7.45%
CMYK:
(0,8,26,7)
C0M8Y26K7 
(0%,8%,26%,7%)
(0.00/0.08/0.26/0.07)	

CMYK percentages

%0
%8.05
%26.27
%7.45

Codes

Color #ECD9AE in popluar color models

ECD9AE
RGB236217174
HSL42°62.00%80.39%
HSB/HSV42°26.27%92.55%
CMYK0.00%8.05%26.27%
7.45%

Color #ECD9AE in popluar number systems.

HEXECD9AE
Decimal236217174
Binary111011001101100110101110
Octal354331256

Shades and tints

Shades of #ECD9AE

#ECD9AE
(236,217,174)
#D7C69F
(215,198,159)
#C2B390
(194,179,144)
#ADA081
(173,160,129)
#988D72
(152,141,114)
#837A63
(131,122,99)
#6E6754
(110,103,84)
#595445
(89,84,69)
#444136
(68,65,54)
#2F2E27
(47,46,39)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #ECD9AE

#ECD9AE
(236,217,174)
#EDDCB5
(237,220,181)
#EEDFBC
(238,223,188)
#EFE2C3
(239,226,195)
#F0E5CA
(240,229,202)
#F1E8D1
(241,232,209)
#F2EBD8
(242,235,216)
#F3EEDF
(243,238,223)
#F4F1E6
(244,241,230)
#F5F4ED
(245,244,237)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD9AE; }

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

This text font color is #ECD9AE.


Background Color

.myBgColor { background-color: #ECD9AE; }

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

This div background color is #ECD9AE.


Border color

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

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

This div border color is #ECD9AE.


Opacity

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

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

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

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

This text has shadow with #ECD9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD9AE on black background.


Color preview on white background

This text has color #ECD9AE on white background.



Black color preview on #ECD9AE background

This text has black color on #ECD9AE background.


White color preview on #ECD9AE background

This text has white color on #ECD9AE background.