COLOR #E8D0A5

HEX: #E8D0A5
RGB: (232,208,165)

Color info

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

RGB color model

#E8D0A5 color RGB value is (232,208,165).

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

RGB channels and saturation

R 232 of 255 = 91%
G 208 of 255 = 82%
B 165 of 255 = 65%

232
208
165

R + G + B ~ 79%. #E8D0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 208 + 165 = 605 (100%)
R 232 of 605 ~ 38.35%
G 208 of 605 ~ 34.38%
B 165 of 605 ~ 27.27%

%38.35
%34.38
%27.27

CMYK color model

#E8D0A5 color CMYK value is (0,10,29,9).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 28.88%
  • key color value is 9.02%
CMYK:
(0,10,29,9)
C0M10Y29K9 
(0%,10%,29%,9%)
(0.00/0.10/0.29/0.09)	

CMYK percentages

%0
%10.34
%28.88
%9.02

Codes

Color #E8D0A5 in popluar color models

E8D0A5
RGB232208165
HSL39°59.29%77.84%
HSB/HSV39°28.88%90.98%
CMYK0.00%10.34%28.88%
9.02%

Color #E8D0A5 in popluar number systems.

HEXE8D0A5
Decimal232208165
Binary111010001101000010100101
Octal350320245

Shades and tints

Shades of #E8D0A5

#E8D0A5
(232,208,165)
#D3BE96
(211,190,150)
#BEAC87
(190,172,135)
#A99A78
(169,154,120)
#948869
(148,136,105)
#7F765A
(127,118,90)
#6A644B
(106,100,75)
#55523C
(85,82,60)
#40402D
(64,64,45)
#2B2E1E
(43,46,30)
#161C0F
(22,28,15)
#000000
(0,0,0)

Tints of #E8D0A5

#E8D0A5
(232,208,165)
#EAD4AD
(234,212,173)
#ECD8B5
(236,216,181)
#EEDCBD
(238,220,189)
#F0E0C5
(240,224,197)
#F2E4CD
(242,228,205)
#F4E8D5
(244,232,213)
#F6ECDD
(246,236,221)
#F8F0E5
(248,240,229)
#FAF4ED
(250,244,237)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D0A5; }

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

This text font color is #E8D0A5.


Background Color

.myBgColor { background-color: #E8D0A5; }

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

This div background color is #E8D0A5.


Border color

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

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

This div border color is #E8D0A5.


Opacity

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

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

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

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

This text has shadow with #E8D0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D0A5 on black background.


Color preview on white background

This text has color #E8D0A5 on white background.



Black color preview on #E8D0A5 background

This text has black color on #E8D0A5 background.


White color preview on #E8D0A5 background

This text has white color on #E8D0A5 background.