COLOR #E5E691

HEX: #E5E691
RGB: (229,230,145)

Color info

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

RGB color model

#E5E691 color RGB value is (229,230,145).

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

RGB channels and saturation

R 229 of 255 = 90%
G 230 of 255 = 90%
B 145 of 255 = 57%

229
230
145

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

Portions of RGB colors in percentages

R + G + B =
229 + 230 + 145 = 604 (100%)
R 229 of 604 ~ 37.91%
G 230 of 604 ~ 38.08%
B 145 of 604 ~ 24.01%

%37.91
%38.08
%24.01

CMYK color model

#E5E691 color CMYK value is (0,0,37,10).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 36.96%
  • key color value is 9.80%
CMYK:
(0,0,37,10)
C0M0Y37K10 
(0%,0%,37%,10%)
(0.00/0.00/0.37/0.10)	

CMYK percentages

%0.43
%0
%36.96
%9.8

Codes

Color #E5E691 in popluar color models

E5E691
RGB229230145
HSL61°62.96%73.53%
HSB/HSV61°36.96%90.20%
CMYK0.43%0.00%36.96%
9.80%

Color #E5E691 in popluar number systems.

HEXE5E691
Decimal229230145
Binary111001011110011010010001
Octal345346221

Shades and tints

Shades of #E5E691

#E5E691
(229,230,145)
#D1D284
(209,210,132)
#BDBE77
(189,190,119)
#A9AA6A
(169,170,106)
#95965D
(149,150,93)
#818250
(129,130,80)
#6D6E43
(109,110,67)
#595A36
(89,90,54)
#454629
(69,70,41)
#31321C
(49,50,28)
#1D1E0F
(29,30,15)
#000000
(0,0,0)

Tints of #E5E691

#E5E691
(229,230,145)
#E7E89B
(231,232,155)
#E9EAA5
(233,234,165)
#EBECAF
(235,236,175)
#EDEEB9
(237,238,185)
#EFF0C3
(239,240,195)
#F1F2CD
(241,242,205)
#F3F4D7
(243,244,215)
#F5F6E1
(245,246,225)
#F7F8EB
(247,248,235)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E691; }

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

This text font color is #E5E691.


Background Color

.myBgColor { background-color: #E5E691; }

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

This div background color is #E5E691.


Border color

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

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

This div border color is #E5E691.


Opacity

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

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

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

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

This text has shadow with #E5E691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E691 on black background.


Color preview on white background

This text has color #E5E691 on white background.



Black color preview on #E5E691 background

This text has black color on #E5E691 background.


White color preview on #E5E691 background

This text has white color on #E5E691 background.