COLOR #E8DA96

HEX: #E8DA96
RGB: (232,218,150)

Color info

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

RGB color model

#E8DA96 color RGB value is (232,218,150).

  • red value is 232;
  • green value is 218;
  • blue value is 150.
RGB:
(232,218,150)
(91%,85%,59%)

RGB channels and saturation

R 232 of 255 = 91%
G 218 of 255 = 85%
B 150 of 255 = 59%

232
218
150

R + G + B ~ 78%. #E8DA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 150 = 600 (100%)
R 232 of 600 ~ 38.67%
G 218 of 600 ~ 36.33%
B 150 of 600 ~ 25%

%38.67
%36.33
%25

CMYK color model

#E8DA96 color CMYK value is (0,6,35,9).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 35.34%
  • key color value is 9.02%
CMYK:
(0,6,35,9)
C0M6Y35K9 
(0%,6%,35%,9%)
(0.00/0.06/0.35/0.09)	

CMYK percentages

%0
%6.03
%35.34
%9.02

Codes

Color #E8DA96 in popluar color models

E8DA96
RGB232218150
HSL50°64.06%74.90%
HSB/HSV50°35.34%90.98%
CMYK0.00%6.03%35.34%
9.02%

Color #E8DA96 in popluar number systems.

HEXE8DA96
Decimal232218150
Binary111010001101101010010110
Octal350332226

Shades and tints

Shades of #E8DA96

#E8DA96
(232,218,150)
#D3C789
(211,199,137)
#BEB47C
(190,180,124)
#A9A16F
(169,161,111)
#948E62
(148,142,98)
#7F7B55
(127,123,85)
#6A6848
(106,104,72)
#55553B
(85,85,59)
#40422E
(64,66,46)
#2B2F21
(43,47,33)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #E8DA96

#E8DA96
(232,218,150)
#EADD9F
(234,221,159)
#ECE0A8
(236,224,168)
#EEE3B1
(238,227,177)
#F0E6BA
(240,230,186)
#F2E9C3
(242,233,195)
#F4ECCC
(244,236,204)
#F6EFD5
(246,239,213)
#F8F2DE
(248,242,222)
#FAF5E7
(250,245,231)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DA96 color. Also use rgb(232,218,150) instead hex code.

Text Font Color

.myTextColor { color: #E8DA96; }

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

This text font color is #E8DA96.


Background Color

.myBgColor { background-color: #E8DA96; }

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

This div background color is #E8DA96.


Border color

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

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

This div border color is #E8DA96.


Opacity

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

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

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

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

This text has shadow with #E8DA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DA96 on black background.


Color preview on white background

This text has color #E8DA96 on white background.



Black color preview on #E8DA96 background

This text has black color on #E8DA96 background.


White color preview on #E8DA96 background

This text has white color on #E8DA96 background.