COLOR #E5E697

HEX: #E5E697
RGB: (229,230,151)

Color info

#E5E697 contains mainly red and green colors. Web safe color of #E5E697 is #CCCC99 (or #CC9).

RGB color model

#E5E697 color RGB value is (229,230,151).

  • red value is 229;
  • green value is 230;
  • blue value is 151.
RGB:
(229,230,151)
(90%,90%,59%)

RGB channels and saturation

R 229 of 255 = 90%
G 230 of 255 = 90%
B 151 of 255 = 59%

229
230
151

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

Portions of RGB colors in percentages

R + G + B =
229 + 230 + 151 = 610 (100%)
R 229 of 610 ~ 37.54%
G 230 of 610 ~ 37.7%
B 151 of 610 ~ 24.75%

%37.54
%37.7
%24.75

CMYK color model

#E5E697 color CMYK value is (0,0,34,10).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 34.35%
  • key color value is 9.80%
CMYK:
(0,0,34,10)
C0M0Y34K10 
(0%,0%,34%,10%)
(0.00/0.00/0.34/0.10)	

CMYK percentages

%0.43
%0
%34.35
%9.8

Codes

Color #E5E697 in popluar color models

E5E697
RGB229230151
HSL61°61.24%74.71%
HSB/HSV61°34.35%90.20%
CMYK0.43%0.00%34.35%
9.80%

Color #E5E697 in popluar number systems.

HEXE5E697
Decimal229230151
Binary111001011110011010010111
Octal345346227

Shades and tints

Shades of #E5E697

#E5E697
(229,230,151)
#D1D28A
(209,210,138)
#BDBE7D
(189,190,125)
#A9AA70
(169,170,112)
#959663
(149,150,99)
#818256
(129,130,86)
#6D6E49
(109,110,73)
#595A3C
(89,90,60)
#45462F
(69,70,47)
#313222
(49,50,34)
#1D1E15
(29,30,21)
#000000
(0,0,0)

Tints of #E5E697

#E5E697
(229,230,151)
#E7E8A0
(231,232,160)
#E9EAA9
(233,234,169)
#EBECB2
(235,236,178)
#EDEEBB
(237,238,187)
#EFF0C4
(239,240,196)
#F1F2CD
(241,242,205)
#F3F4D6
(243,244,214)
#F5F6DF
(245,246,223)
#F7F8E8
(247,248,232)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E697 color. Also use rgb(229,230,151) instead hex code.

Text Font Color

.myTextColor { color: #E5E697; }

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

This text font color is #E5E697.


Background Color

.myBgColor { background-color: #E5E697; }

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

This div background color is #E5E697.


Border color

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

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

This div border color is #E5E697.


Opacity

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

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

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

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

This text has shadow with #E5E697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E697 on black background.


Color preview on white background

This text has color #E5E697 on white background.



Black color preview on #E5E697 background

This text has black color on #E5E697 background.


White color preview on #E5E697 background

This text has white color on #E5E697 background.