COLOR #EDD59E

HEX: #EDD59E
RGB: (237,213,158)

Color info

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

RGB color model

#EDD59E color RGB value is (237,213,158).

  • red value is 237;
  • green value is 213;
  • blue value is 158.
RGB:
(237,213,158)
(93%,84%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 158 of 255 = 62%

237
213
158

R + G + B ~ 80%. #EDD59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 158 = 608 (100%)
R 237 of 608 ~ 38.98%
G 213 of 608 ~ 35.03%
B 158 of 608 ~ 25.99%

%38.98
%35.03
%25.99

CMYK color model

#EDD59E color CMYK value is (0,10,33,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,10,33,7)
C0M10Y33K7 
(0%,10%,33%,7%)
(0.00/0.10/0.33/0.07)	

CMYK percentages

%0
%10.13
%33.33
%7.06

Codes

Color #EDD59E in popluar color models

EDD59E
RGB237213158
HSL42°68.70%77.45%
HSB/HSV42°33.33%92.94%
CMYK0.00%10.13%33.33%
7.06%

Color #EDD59E in popluar number systems.

HEXEDD59E
Decimal237213158
Binary111011011101010110011110
Octal355325236

Shades and tints

Shades of #EDD59E

#EDD59E
(237,213,158)
#D8C290
(216,194,144)
#C3AF82
(195,175,130)
#AE9C74
(174,156,116)
#998966
(153,137,102)
#847658
(132,118,88)
#6F634A
(111,99,74)
#5A503C
(90,80,60)
#453D2E
(69,61,46)
#302A20
(48,42,32)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #EDD59E

#EDD59E
(237,213,158)
#EED8A6
(238,216,166)
#EFDBAE
(239,219,174)
#F0DEB6
(240,222,182)
#F1E1BE
(241,225,190)
#F2E4C6
(242,228,198)
#F3E7CE
(243,231,206)
#F4EAD6
(244,234,214)
#F5EDDE
(245,237,222)
#F6F0E6
(246,240,230)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD59E; }

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

This text font color is #EDD59E.


Background Color

.myBgColor { background-color: #EDD59E; }

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

This div background color is #EDD59E.


Border color

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

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

This div border color is #EDD59E.


Opacity

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

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

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

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

This text has shadow with #EDD59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD59E on black background.


Color preview on white background

This text has color #EDD59E on white background.



Black color preview on #EDD59E background

This text has black color on #EDD59E background.


White color preview on #EDD59E background

This text has white color on #EDD59E background.