COLOR #ECD08C

HEX: #ECD08C RGB: (236,208,140)

Color info

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

RGB color model

#ECD08C color RGB value is (236,208,140).

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

RGB channels and saturation

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

236
208
140

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

Portions of RGB colors in percentages

R + G + B = 236 + 208 + 140 = 584 (100%)
R 236 of 584 ~ 40.41%
G 208 of 584 ~ 35.62%
B 140 of 584 ~ 23.97'%

%40.41
%35.62
%23.97

CMYK color model

#ECD08C color CMYK value is (0,12,41,7).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 40.68%
  • key color value is 7.45%

CMYK: (0,12,41,7)
C0M12Y41K7 (0%, 12%, 41%, 7%)
(0.00 / 0.12 / 0.41 / 0.07)

CMYK percentages

%0
%11.86
%40.68
%7.45

Codes

Color #ECD08C in popluar color models

EC D0 8C
RGB 236 208 140
HSL 43° 71.64% 73.73%
HSB/HSV 43° 40.68% 92.55%
CMYK 0.00% 11.86% 40.68%
7.45%

Color #ECD08C in popluar number systems.

HEX EC D0 8C
Decimal 236 208 140
Binary 11101100 11010000 10001100
Octal 354 320 214

Shades and tints

Shades of #ECD08C

#ECD08C
(236,208,140)
#D7BE80
(215,190,128)
#C2AC74
(194,172,116)
#AD9A68
(173,154,104)
#98885C
(152,136,92)
#837650
(131,118,80)
#6E6444
(110,100,68)
#595238
(89,82,56)
#44402C
(68,64,44)
#2F2E20
(47,46,32)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #ECD08C

#ECD08C
(236,208,140)
#EDD496
(237,212,150)
#EED8A0
(238,216,160)
#EFDCAA
(239,220,170)
#F0E0B4
(240,224,180)
#F1E4BE
(241,228,190)
#F2E8C8
(242,232,200)
#F3ECD2
(243,236,210)
#F4F0DC
(244,240,220)
#F5F4E6
(245,244,230)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD08C; }

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

This text font color is #ECD08C.

Background Color

.myBgColor { background-color: #ECD08C; }

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

This div background color is #ECD08C.

Border color

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

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

This div border color is #ECD08C.

Opacity

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

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

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

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

This text has shadow with #ECD08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD08C.

Preview

Color preview on black background

This text has color #ECD08C on black background.


Color preview on white background

This text has color #ECD08C on white background.


Black color preview on #ECD08C background

This text has black color on #ECD08C background.


White color preview on #ECD08C background

This text has white color on #ECD08C background.


Related colors

Complementary color

Complementary color for #hex is #132F73.


I love getcolorcode.com

Triadic colors

1 #8CECD0 and #D08CEC with #ECD08C are triadic colors.

2 #8CD0EC and #D0EC8C with #ECD08C are triadic colors.