COLOR #E8E894

HEX: #E8E894
RGB: (232,232,148)

Color info

#E8E894 contains mainly red and green colors. Web safe color of #E8E894 is #FFFF99 (or #FF9).

RGB color model

#E8E894 color RGB value is (232,232,148).

  • red value is 232;
  • green value is 232;
  • blue value is 148.
RGB:
(232,232,148)
(91%,91%,58%)

RGB channels and saturation

R 232 of 255 = 91%
G 232 of 255 = 91%
B 148 of 255 = 58%

232
232
148

R + G + B ~ 80%. #E8E894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 232 + 148 = 612 (100%)
R 232 of 612 ~ 37.91%
G 232 of 612 ~ 37.91%
B 148 of 612 ~ 24.18%

%37.91
%37.91
%24.18

CMYK color model

#E8E894 color CMYK value is (0,0,36,9).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 9.02%
CMYK:
(0,0,36,9)
C0M0Y36K9 
(0%,0%,36%,9%)
(0.00/0.00/0.36/0.09)	

CMYK percentages

%0
%0
%36.21
%9.02

Codes

Color #E8E894 in popluar color models

E8E894
RGB232232148
HSL60°64.62%74.51%
HSB/HSV60°36.21%90.98%
CMYK0.00%0.00%36.21%
9.02%

Color #E8E894 in popluar number systems.

HEXE8E894
Decimal232232148
Binary111010001110100010010100
Octal350350224

Shades and tints

Shades of #E8E894

#E8E894
(232,232,148)
#D3D387
(211,211,135)
#BEBE7A
(190,190,122)
#A9A96D
(169,169,109)
#949460
(148,148,96)
#7F7F53
(127,127,83)
#6A6A46
(106,106,70)
#555539
(85,85,57)
#40402C
(64,64,44)
#2B2B1F
(43,43,31)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #E8E894

#E8E894
(232,232,148)
#EAEA9D
(234,234,157)
#ECECA6
(236,236,166)
#EEEEAF
(238,238,175)
#F0F0B8
(240,240,184)
#F2F2C1
(242,242,193)
#F4F4CA
(244,244,202)
#F6F6D3
(246,246,211)
#F8F8DC
(248,248,220)
#FAFAE5
(250,250,229)
#FCFCEE
(252,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E894; }

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

This text font color is #E8E894.


Background Color

.myBgColor { background-color: #E8E894; }

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

This div background color is #E8E894.


Border color

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

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

This div border color is #E8E894.


Opacity

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

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

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

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

This text has shadow with #E8E894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E894 on black background.


Color preview on white background

This text has color #E8E894 on white background.



Black color preview on #E8E894 background

This text has black color on #E8E894 background.


White color preview on #E8E894 background

This text has white color on #E8E894 background.