COLOR #E8D582

HEX: #E8D582
RGB: (232,213,130)

Color info

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

RGB color model

#E8D582 color RGB value is (232,213,130).

  • red value is 232;
  • green value is 213;
  • blue value is 130.
RGB:
(232,213,130)
(91%,84%,51%)

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 130 of 255 = 51%

232
213
130

R + G + B ~ 75%. #E8D582 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 213 + 130 = 575 (100%)
R 232 of 575 ~ 40.35%
G 213 of 575 ~ 37.04%
B 130 of 575 ~ 22.61%

%40.35
%37.04
%22.61

CMYK color model

#E8D582 color CMYK value is (0,8,44,9).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 43.97%
  • key color value is 9.02%
CMYK:
(0,8,44,9)
C0M8Y44K9 
(0%,8%,44%,9%)
(0.00/0.08/0.44/0.09)	

CMYK percentages

%0
%8.19
%43.97
%9.02

Codes

Color #E8D582 in popluar color models

E8D582
RGB232213130
HSL49°68.92%70.98%
HSB/HSV49°43.97%90.98%
CMYK0.00%8.19%43.97%
9.02%

Color #E8D582 in popluar number systems.

HEXE8D582
Decimal232213130
Binary111010001101010110000010
Octal350325202

Shades and tints

Shades of #E8D582

#E8D582
(232,213,130)
#D3C277
(211,194,119)
#BEAF6C
(190,175,108)
#A99C61
(169,156,97)
#948956
(148,137,86)
#7F764B
(127,118,75)
#6A6340
(106,99,64)
#555035
(85,80,53)
#403D2A
(64,61,42)
#2B2A1F
(43,42,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #E8D582

#E8D582
(232,213,130)
#EAD88D
(234,216,141)
#ECDB98
(236,219,152)
#EEDEA3
(238,222,163)
#F0E1AE
(240,225,174)
#F2E4B9
(242,228,185)
#F4E7C4
(244,231,196)
#F6EACF
(246,234,207)
#F8EDDA
(248,237,218)
#FAF0E5
(250,240,229)
#FCF3F0
(252,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D582 color. Also use rgb(232,213,130) instead hex code.

Text Font Color

.myTextColor { color: #E8D582; }

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

This text font color is #E8D582.


Background Color

.myBgColor { background-color: #E8D582; }

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

This div background color is #E8D582.


Border color

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

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

This div border color is #E8D582.


Opacity

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

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

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

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

This text has shadow with #E8D582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D582 on black background.


Color preview on white background

This text has color #E8D582 on white background.



Black color preview on #E8D582 background

This text has black color on #E8D582 background.


White color preview on #E8D582 background

This text has white color on #E8D582 background.