COLOR #E8D271

HEX: #E8D271
RGB: (232,210,113)

Color info

#E8D271 contains mainly red and green colors. Web safe color of #E8D271 is #FFCC66 (or #FC6).

RGB color model

#E8D271 color RGB value is (232,210,113).

  • red value is 232;
  • green value is 210;
  • blue value is 113.
RGB:
(232,210,113)
(91%,82%,44%)

RGB channels and saturation

R 232 of 255 = 91%
G 210 of 255 = 82%
B 113 of 255 = 44%

232
210
113

R + G + B ~ 72%. #E8D271 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 210 + 113 = 555 (100%)
R 232 of 555 ~ 41.8%
G 210 of 555 ~ 37.84%
B 113 of 555 ~ 20.36%

%41.8
%37.84
%20.36

CMYK color model

#E8D271 color CMYK value is (0,9,51,9).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 51.29%
  • key color value is 9.02%
CMYK:
(0,9,51,9)
C0M9Y51K9 
(0%,9%,51%,9%)
(0.00/0.09/0.51/0.09)	

CMYK percentages

%0
%9.48
%51.29
%9.02

Codes

Color #E8D271 in popluar color models

E8D271
RGB232210113
HSL49°72.12%67.65%
HSB/HSV49°51.29%90.98%
CMYK0.00%9.48%51.29%
9.02%

Color #E8D271 in popluar number systems.

HEXE8D271
Decimal232210113
Binary11101000110100101110001
Octal350322161

Shades and tints

Shades of #E8D271

#E8D271
(232,210,113)
#D3BF67
(211,191,103)
#BEAC5D
(190,172,93)
#A99953
(169,153,83)
#948649
(148,134,73)
#7F733F
(127,115,63)
#6A6035
(106,96,53)
#554D2B
(85,77,43)
#403A21
(64,58,33)
#2B2717
(43,39,23)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #E8D271

#E8D271
(232,210,113)
#EAD67D
(234,214,125)
#ECDA89
(236,218,137)
#EEDE95
(238,222,149)
#F0E2A1
(240,226,161)
#F2E6AD
(242,230,173)
#F4EAB9
(244,234,185)
#F6EEC5
(246,238,197)
#F8F2D1
(248,242,209)
#FAF6DD
(250,246,221)
#FCFAE9
(252,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D271 color. Also use rgb(232,210,113) instead hex code.

Text Font Color

.myTextColor { color: #E8D271; }

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

This text font color is #E8D271.


Background Color

.myBgColor { background-color: #E8D271; }

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

This div background color is #E8D271.


Border color

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

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

This div border color is #E8D271.


Opacity

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

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

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

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

This text has shadow with #E8D271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D271 on black background.


Color preview on white background

This text has color #E8D271 on white background.



Black color preview on #E8D271 background

This text has black color on #E8D271 background.


White color preview on #E8D271 background

This text has white color on #E8D271 background.