COLOR #ECDC9D

HEX: #ECDC9D RGB: (236,220,157)

Color info

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

RGB color model

#ECDC9D color RGB value is (236,220,157).

RGB: (236,220,157) (93%, 86%, 62%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 157 of 255 = 62%

236
220
157

R + G + B ~ 80%. #ECDC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 220 + 157 = 613 (100%)
R 236 of 613 ~ 38.5%
G 220 of 613 ~ 35.89%
B 157 of 613 ~ 25.61'%

%38.5
%35.89
%25.61

CMYK color model

#ECDC9D color CMYK value is (0,7,33,7).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 33.47%
  • key color value is 7.45%
CMYK: (0,7,33,7) C0M7Y33K7 (0%,7%,33%,7%) (0.00/0.07/0.33/0.07) 

CMYK percentages

%0
%6.78
%33.47
%7.45

Codes

Color #ECDC9D in popluar color models

EC DC 9D
RGB 236 220 157
HSL 48° 67.52% 77.06%
HSB/HSV 48° 33.47% 92.55%
CMYK 0.00% 6.78% 33.47%
7.45%

Color #ECDC9D in popluar number systems.

HEX EC DC 9D
Decimal 236 220 157
Binary 11101100 11011100 10011101
Octal 354 334 235

Shades and tints

Shades of #ECDC9D

#ECDC9D
(236,220,157)
#D7C88F
(215,200,143)
#C2B481
(194,180,129)
#ADA073
(173,160,115)
#988C65
(152,140,101)
#837857
(131,120,87)
#6E6449
(110,100,73)
#59503B
(89,80,59)
#443C2D
(68,60,45)
#2F281F
(47,40,31)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #ECDC9D

#ECDC9D
(236,220,157)
#EDDFA5
(237,223,165)
#EEE2AD
(238,226,173)
#EFE5B5
(239,229,181)
#F0E8BD
(240,232,189)
#F1EBC5
(241,235,197)
#F2EECD
(242,238,205)
#F3F1D5
(243,241,213)
#F4F4DD
(244,244,221)
#F5F7E5
(245,247,229)
#F6FAED
(246,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDC9D color. Also use rgb(236,220,157) instead hex code.

Text Font Color

.myTextColor { color: #ECDC9D; }

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

This text font color is #ECDC9D.

Background Color

.myBgColor { background-color: #ECDC9D; }

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

This div background color is #ECDC9D.

Border color

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

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

This div border color is #ECDC9D.

Opacity

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

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

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

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

This text has shadow with #ECDC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDC9D.

Preview

Color preview on black background

This text has color #ECDC9D on black background.


Color preview on white background

This text has color #ECDC9D on white background.


Black color preview on #ECDC9D background

This text has black color on #ECDC9D background.


White color preview on #ECDC9D background

This text has white color on #ECDC9D background.


Related colors

Complementary color

Complementary color for #hex is #132362.


I love getcolorcode.com

Triadic colors

1 #9DECDC and #DC9DEC with #ECDC9D are triadic colors.

2 #9DDCEC and #DCEC9D with #ECDC9D are triadic colors.