COLOR #ECD18C

HEX: #ECD18C RGB: (236,209,140)

Color info

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

RGB color model

#ECD18C color RGB value is (236,209,140).

RGB: (236,209,140) (93%, 82%, 55%)

RGB channels and saturation

R 236 of 255 = 93%
G 209 of 255 = 82%
B 140 of 255 = 55%

236
209
140

R + G + B ~ 77%. #ECD18C is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 209 + 140 = 585 (100%)
R 236 of 585 ~ 40.34%
G 209 of 585 ~ 35.73%
B 140 of 585 ~ 23.93'%

%40.34
%35.73
%23.93

CMYK color model

#ECD18C color CMYK value is (0,11,41,7).

  • cyan value is 0.00%
  • magenta value is 11.44%
  • yellow value is 40.68%
  • key color value is 7.45%
CMYK: (0,11,41,7) C0M11Y41K7 (0%,11%,41%,7%) (0.00/0.11/0.41/0.07) 

CMYK percentages

%0
%11.44
%40.68
%7.45

Codes

Color #ECD18C in popluar color models

EC D1 8C
RGB 236 209 140
HSL 43° 71.64% 73.73%
HSB/HSV 43° 40.68% 92.55%
CMYK 0.00% 11.44% 40.68%
7.45%

Color #ECD18C in popluar number systems.

HEX EC D1 8C
Decimal 236 209 140
Binary 11101100 11010001 10001100
Octal 354 321 214

Shades and tints

Shades of #ECD18C

#ECD18C
(236,209,140)
#D7BE80
(215,190,128)
#C2AB74
(194,171,116)
#AD9868
(173,152,104)
#98855C
(152,133,92)
#837250
(131,114,80)
#6E5F44
(110,95,68)
#594C38
(89,76,56)
#44392C
(68,57,44)
#2F2620
(47,38,32)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #ECD18C

#ECD18C
(236,209,140)
#EDD596
(237,213,150)
#EED9A0
(238,217,160)
#EFDDAA
(239,221,170)
#F0E1B4
(240,225,180)
#F1E5BE
(241,229,190)
#F2E9C8
(242,233,200)
#F3EDD2
(243,237,210)
#F4F1DC
(244,241,220)
#F5F5E6
(245,245,230)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD18C color. Also use rgb(236,209,140) instead hex code.

Text Font Color

.myTextColor { color: #ECD18C; }

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

This text font color is #ECD18C.

Background Color

.myBgColor { background-color: #ECD18C; }

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

This div background color is #ECD18C.

Border color

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

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

This div border color is #ECD18C.

Opacity

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

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

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

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

This text has shadow with #ECD18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD18C.

Preview

Color preview on black background

This text has color #ECD18C on black background.


Color preview on white background

This text has color #ECD18C on white background.


Black color preview on #ECD18C background

This text has black color on #ECD18C background.


White color preview on #ECD18C background

This text has white color on #ECD18C background.


Related colors

Complementary color

Complementary color for #hex is #132E73.


I love getcolorcode.com

Triadic colors

1 #8CECD1 and #D18CEC with #ECD18C are triadic colors.

2 #8CD1EC and #D1EC8C with #ECD18C are triadic colors.