COLOR #E8D091

HEX: #E8D091
RGB: (232,208,145)

Color info

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

RGB color model

#E8D091 color RGB value is (232,208,145).

  • red value is 232;
  • green value is 208;
  • blue value is 145.
RGB:
(232,208,145)
(91%,82%,57%)

RGB channels and saturation

R 232 of 255 = 91%
G 208 of 255 = 82%
B 145 of 255 = 57%

232
208
145

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

Portions of RGB colors in percentages

R + G + B =
232 + 208 + 145 = 585 (100%)
R 232 of 585 ~ 39.66%
G 208 of 585 ~ 35.56%
B 145 of 585 ~ 24.79%

%39.66
%35.56
%24.79

CMYK color model

#E8D091 color CMYK value is (0,10,38,9).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 37.50%
  • key color value is 9.02%
CMYK:
(0,10,38,9)
C0M10Y38K9 
(0%,10%,38%,9%)
(0.00/0.10/0.38/0.09)	

CMYK percentages

%0
%10.34
%37.5
%9.02

Codes

Color #E8D091 in popluar color models

E8D091
RGB232208145
HSL43°65.41%73.92%
HSB/HSV43°37.50%90.98%
CMYK0.00%10.34%37.50%
9.02%

Color #E8D091 in popluar number systems.

HEXE8D091
Decimal232208145
Binary111010001101000010010001
Octal350320221

Shades and tints

Shades of #E8D091

#E8D091
(232,208,145)
#D3BE84
(211,190,132)
#BEAC77
(190,172,119)
#A99A6A
(169,154,106)
#94885D
(148,136,93)
#7F7650
(127,118,80)
#6A6443
(106,100,67)
#555236
(85,82,54)
#404029
(64,64,41)
#2B2E1C
(43,46,28)
#161C0F
(22,28,15)
#000000
(0,0,0)

Tints of #E8D091

#E8D091
(232,208,145)
#EAD49B
(234,212,155)
#ECD8A5
(236,216,165)
#EEDCAF
(238,220,175)
#F0E0B9
(240,224,185)
#F2E4C3
(242,228,195)
#F4E8CD
(244,232,205)
#F6ECD7
(246,236,215)
#F8F0E1
(248,240,225)
#FAF4EB
(250,244,235)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D091 color. Also use rgb(232,208,145) instead hex code.

Text Font Color

.myTextColor { color: #E8D091; }

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

This text font color is #E8D091.


Background Color

.myBgColor { background-color: #E8D091; }

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

This div background color is #E8D091.


Border color

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

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

This div border color is #E8D091.


Opacity

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

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

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

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

This text has shadow with #E8D091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D091 on black background.


Color preview on white background

This text has color #E8D091 on white background.



Black color preview on #E8D091 background

This text has black color on #E8D091 background.


White color preview on #E8D091 background

This text has white color on #E8D091 background.