COLOR #E5E089

HEX: #E5E089
RGB: (229,224,137)

Color info

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

RGB color model

#E5E089 color RGB value is (229,224,137).

  • red value is 229;
  • green value is 224;
  • blue value is 137.
RGB:
(229,224,137)
(90%,88%,54%)

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 137 of 255 = 54%

229
224
137

R + G + B ~ 77%. #E5E089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 224 + 137 = 590 (100%)
R 229 of 590 ~ 38.81%
G 224 of 590 ~ 37.97%
B 137 of 590 ~ 23.22%

%38.81
%37.97
%23.22

CMYK color model

#E5E089 color CMYK value is (0,2,40,10).

  • cyan value is 0.00%
  • magenta value is 2.18%
  • yellow value is 40.17%
  • key color value is 10.20%
CMYK:
(0,2,40,10)
C0M2Y40K10 
(0%,2%,40%,10%)
(0.00/0.02/0.40/0.10)	

CMYK percentages

%0
%2.18
%40.17
%10.2

Codes

Color #E5E089 in popluar color models

E5E089
RGB229224137
HSL57°63.89%71.76%
HSB/HSV57°40.17%89.80%
CMYK0.00%2.18%40.17%
10.20%

Color #E5E089 in popluar number systems.

HEXE5E089
Decimal229224137
Binary111001011110000010001001
Octal345340211

Shades and tints

Shades of #E5E089

#E5E089
(229,224,137)
#D1CC7D
(209,204,125)
#BDB871
(189,184,113)
#A9A465
(169,164,101)
#959059
(149,144,89)
#817C4D
(129,124,77)
#6D6841
(109,104,65)
#595435
(89,84,53)
#454029
(69,64,41)
#312C1D
(49,44,29)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #E5E089

#E5E089
(229,224,137)
#E7E293
(231,226,147)
#E9E49D
(233,228,157)
#EBE6A7
(235,230,167)
#EDE8B1
(237,232,177)
#EFEABB
(239,234,187)
#F1ECC5
(241,236,197)
#F3EECF
(243,238,207)
#F5F0D9
(245,240,217)
#F7F2E3
(247,242,227)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E089 color. Also use rgb(229,224,137) instead hex code.

Text Font Color

.myTextColor { color: #E5E089; }

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

This text font color is #E5E089.


Background Color

.myBgColor { background-color: #E5E089; }

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

This div background color is #E5E089.


Border color

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

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

This div border color is #E5E089.


Opacity

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

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

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

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

This text has shadow with #E5E089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E089 on black background.


Color preview on white background

This text has color #E5E089 on white background.



Black color preview on #E5E089 background

This text has black color on #E5E089 background.


White color preview on #E5E089 background

This text has white color on #E5E089 background.