COLOR #EDC59E

HEX: #EDC59E RGB: (237,197,158)

Color info

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

RGB color model

#EDC59E color RGB value is (237,197,158).

RGB: (237,197,158) (93%, 77%, 62%)

RGB channels and saturation

R 237 of 255 = 93%
G 197 of 255 = 77%
B 158 of 255 = 62%

237
197
158

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

Portions of RGB colors in percentages

R + G + B = 237 + 197 + 158 = 592 (100%)
R 237 of 592 ~ 40.03%
G 197 of 592 ~ 33.28%
B 158 of 592 ~ 26.69'%

%40.03
%33.28
%26.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 33.33%
  • key color value is 7.06%

CMYK: (0,17,33,7)
C0M17Y33K7 (0%, 17%, 33%, 7%)
(0.00 / 0.17 / 0.33 / 0.07)

CMYK percentages

%0
%16.88
%33.33
%7.06

Codes

Color #EDC59E in popluar color models

ED C5 9E
RGB 237 197 158
HSL 30° 68.70% 77.45%
HSB/HSV 30° 33.33% 92.94%
CMYK 0.00% 16.88% 33.33%
7.06%

Color #EDC59E in popluar number systems.

HEX ED C5 9E
Decimal 237 197 158
Binary 11101101 11000101 10011110
Octal 355 305 236

Shades and tints

Shades of #EDC59E

#EDC59E
(237,197,158)
#D8B490
(216,180,144)
#C3A382
(195,163,130)
#AE9274
(174,146,116)
#998166
(153,129,102)
#847058
(132,112,88)
#6F5F4A
(111,95,74)
#5A4E3C
(90,78,60)
#453D2E
(69,61,46)
#302C20
(48,44,32)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #EDC59E

#EDC59E
(237,197,158)
#EECAA6
(238,202,166)
#EFCFAE
(239,207,174)
#F0D4B6
(240,212,182)
#F1D9BE
(241,217,190)
#F2DEC6
(242,222,198)
#F3E3CE
(243,227,206)
#F4E8D6
(244,232,214)
#F5EDDE
(245,237,222)
#F6F2E6
(246,242,230)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC59E color. Also use rgb(237,197,158) instead hex code.

Text Font Color

.myTextColor { color: #EDC59E; }

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

This text font color is #EDC59E.

Background Color

.myBgColor { background-color: #EDC59E; }

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

This div background color is #EDC59E.

Border color

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

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

This div border color is #EDC59E.

Opacity

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

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

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

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

This text has shadow with #EDC59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC59E.

Preview

Color preview on black background

This text has color #EDC59E on black background.


Color preview on white background

This text has color #EDC59E on white background.


Black color preview on #EDC59E background

This text has black color on #EDC59E background.


White color preview on #EDC59E background

This text has white color on #EDC59E background.


Related colors

Complementary color

Complementary color for #hex is #123A61.


I love getcolorcode.com

Triadic colors

1 #9EEDC5 and #C59EED with #EDC59E are triadic colors.

2 #9EC5ED and #C5ED9E with #EDC59E are triadic colors.