COLOR #ECD586

HEX: #ECD586 RGB: (236,213,134)

Color info

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

RGB color model

#ECD586 color RGB value is (236,213,134).

RGB: (236,213,134) (93%, 84%, 53%)

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 134 of 255 = 53%

236
213
134

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

Portions of RGB colors in percentages

R + G + B = 236 + 213 + 134 = 583 (100%)
R 236 of 583 ~ 40.48%
G 213 of 583 ~ 36.54%
B 134 of 583 ~ 22.98'%

%40.48
%36.54
%22.98

CMYK color model

#ECD586 color CMYK value is (0,10,43,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 43.22%
  • key color value is 7.45%

CMYK: (0,10,43,7)
C0M10Y43K7 (0%, 10%, 43%, 7%)
(0.00 / 0.10 / 0.43 / 0.07)

CMYK percentages

%0
%9.75
%43.22
%7.45

Codes

Color #ECD586 in popluar color models

EC D5 86
RGB 236 213 134
HSL 46° 72.86% 72.55%
HSB/HSV 46° 43.22% 92.55%
CMYK 0.00% 9.75% 43.22%
7.45%

Color #ECD586 in popluar number systems.

HEX EC D5 86
Decimal 236 213 134
Binary 11101100 11010101 10000110
Octal 354 325 206

Shades and tints

Shades of #ECD586

#ECD586
(236,213,134)
#D7C27A
(215,194,122)
#C2AF6E
(194,175,110)
#AD9C62
(173,156,98)
#988956
(152,137,86)
#83764A
(131,118,74)
#6E633E
(110,99,62)
#595032
(89,80,50)
#443D26
(68,61,38)
#2F2A1A
(47,42,26)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #ECD586

#ECD586
(236,213,134)
#EDD891
(237,216,145)
#EEDB9C
(238,219,156)
#EFDEA7
(239,222,167)
#F0E1B2
(240,225,178)
#F1E4BD
(241,228,189)
#F2E7C8
(242,231,200)
#F3EAD3
(243,234,211)
#F4EDDE
(244,237,222)
#F5F0E9
(245,240,233)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD586 color. Also use rgb(236,213,134) instead hex code.

Text Font Color

.myTextColor { color: #ECD586; }

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

This text font color is #ECD586.

Background Color

.myBgColor { background-color: #ECD586; }

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

This div background color is #ECD586.

Border color

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

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

This div border color is #ECD586.

Opacity

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

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

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

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

This text has shadow with #ECD586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD586.

Preview

Color preview on black background

This text has color #ECD586 on black background.


Color preview on white background

This text has color #ECD586 on white background.


Black color preview on #ECD586 background

This text has black color on #ECD586 background.


White color preview on #ECD586 background

This text has white color on #ECD586 background.


Related colors

Complementary color

Complementary color for #hex is #132A79.


I love getcolorcode.com

Triadic colors

1 #86ECD5 and #D586EC with #ECD586 are triadic colors.

2 #86D5EC and #D5EC86 with #ECD586 are triadic colors.