COLOR #E8E995

HEX: #E8E995
RGB: (232,233,149)

Color info

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

RGB color model

#E8E995 color RGB value is (232,233,149).

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

RGB channels and saturation

R 232 of 255 = 91%
G 233 of 255 = 91%
B 149 of 255 = 58%

232
233
149

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

Portions of RGB colors in percentages

R + G + B =
232 + 233 + 149 = 614 (100%)
R 232 of 614 ~ 37.79%
G 233 of 614 ~ 37.95%
B 149 of 614 ~ 24.27%

%37.79
%37.95
%24.27

CMYK color model

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

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

CMYK percentages

%0.43
%0
%36.05
%8.63

Codes

Color #E8E995 in popluar color models

E8E995
RGB232233149
HSL61°65.63%74.90%
HSB/HSV61°36.05%91.37%
CMYK0.43%0.00%36.05%
8.63%

Color #E8E995 in popluar number systems.

HEXE8E995
Decimal232233149
Binary111010001110100110010101
Octal350351225

Shades and tints

Shades of #E8E995

#E8E995
(232,233,149)
#D3D488
(211,212,136)
#BEBF7B
(190,191,123)
#A9AA6E
(169,170,110)
#949561
(148,149,97)
#7F8054
(127,128,84)
#6A6B47
(106,107,71)
#55563A
(85,86,58)
#40412D
(64,65,45)
#2B2C20
(43,44,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #E8E995

#E8E995
(232,233,149)
#EAEB9E
(234,235,158)
#ECEDA7
(236,237,167)
#EEEFB0
(238,239,176)
#F0F1B9
(240,241,185)
#F2F3C2
(242,243,194)
#F4F5CB
(244,245,203)
#F6F7D4
(246,247,212)
#F8F9DD
(248,249,221)
#FAFBE6
(250,251,230)
#FCFDEF
(252,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E995; }

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

This text font color is #E8E995.


Background Color

.myBgColor { background-color: #E8E995; }

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

This div background color is #E8E995.


Border color

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

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

This div border color is #E8E995.


Opacity

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

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

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

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

This text has shadow with #E8E995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E995 on black background.


Color preview on white background

This text has color #E8E995 on white background.



Black color preview on #E8E995 background

This text has black color on #E8E995 background.


White color preview on #E8E995 background

This text has white color on #E8E995 background.