COLOR #EDD587

HEX: #EDD587 RGB: (237,213,135)

Color info

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

RGB color model

#EDD587 color RGB value is (237,213,135).

RGB: (237,213,135) (93%, 84%, 53%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 135 of 255 = 53%

237
213
135

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

Portions of RGB colors in percentages

R + G + B = 237 + 213 + 135 = 585 (100%)
R 237 of 585 ~ 40.51%
G 213 of 585 ~ 36.41%
B 135 of 585 ~ 23.08'%

%40.51
%36.41
%23.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 43.04%
  • key color value is 7.06%

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

CMYK percentages

%0
%10.13
%43.04
%7.06

Codes

Color #EDD587 in popluar color models

ED D5 87
RGB 237 213 135
HSL 46° 73.91% 72.94%
HSB/HSV 46° 43.04% 92.94%
CMYK 0.00% 10.13% 43.04%
7.06%

Color #EDD587 in popluar number systems.

HEX ED D5 87
Decimal 237 213 135
Binary 11101101 11010101 10000111
Octal 355 325 207

Shades and tints

Shades of #EDD587

#EDD587
(237,213,135)
#D8C27B
(216,194,123)
#C3AF6F
(195,175,111)
#AE9C63
(174,156,99)
#998957
(153,137,87)
#84764B
(132,118,75)
#6F633F
(111,99,63)
#5A5033
(90,80,51)
#453D27
(69,61,39)
#302A1B
(48,42,27)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #EDD587

#EDD587
(237,213,135)
#EED891
(238,216,145)
#EFDB9B
(239,219,155)
#F0DEA5
(240,222,165)
#F1E1AF
(241,225,175)
#F2E4B9
(242,228,185)
#F3E7C3
(243,231,195)
#F4EACD
(244,234,205)
#F5EDD7
(245,237,215)
#F6F0E1
(246,240,225)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD587 color. Also use rgb(237,213,135) instead hex code.

Text Font Color

.myTextColor { color: #EDD587; }

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

This text font color is #EDD587.

Background Color

.myBgColor { background-color: #EDD587; }

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

This div background color is #EDD587.

Border color

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

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

This div border color is #EDD587.

Opacity

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

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

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

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

This text has shadow with #EDD587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD587.

Preview

Color preview on black background

This text has color #EDD587 on black background.


Color preview on white background

This text has color #EDD587 on white background.


Black color preview on #EDD587 background

This text has black color on #EDD587 background.


White color preview on #EDD587 background

This text has white color on #EDD587 background.


Related colors

Complementary color

Complementary color for #hex is #122A78.


I love getcolorcode.com

Triadic colors

1 #87EDD5 and #D587ED with #EDD587 are triadic colors.

2 #87D5ED and #D5ED87 with #EDD587 are triadic colors.