COLOR #E5E5A5

HEX: #E5E5A5
RGB: (229,229,165)

Color info

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

RGB color model

#E5E5A5 color RGB value is (229,229,165).

  • red value is 229;
  • green value is 229;
  • blue value is 165.
RGB:
(229,229,165)
(90%,90%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 229 of 255 = 90%
B 165 of 255 = 65%

229
229
165

R + G + B ~ 82%. #E5E5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 229 + 165 = 623 (100%)
R 229 of 623 ~ 36.76%
G 229 of 623 ~ 36.76%
B 165 of 623 ~ 26.48%

%36.76
%36.76
%26.48

CMYK color model

#E5E5A5 color CMYK value is (0,0,28,10).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 27.95%
  • key color value is 10.20%
CMYK:
(0,0,28,10)
C0M0Y28K10 
(0%,0%,28%,10%)
(0.00/0.00/0.28/0.10)	

CMYK percentages

%0
%0
%27.95
%10.2

Codes

Color #E5E5A5 in popluar color models

E5E5A5
RGB229229165
HSL60°55.17%77.25%
HSB/HSV60°27.95%89.80%
CMYK0.00%0.00%27.95%
10.20%

Color #E5E5A5 in popluar number systems.

HEXE5E5A5
Decimal229229165
Binary111001011110010110100101
Octal345345245

Shades and tints

Shades of #E5E5A5

#E5E5A5
(229,229,165)
#D1D196
(209,209,150)
#BDBD87
(189,189,135)
#A9A978
(169,169,120)
#959569
(149,149,105)
#81815A
(129,129,90)
#6D6D4B
(109,109,75)
#59593C
(89,89,60)
#45452D
(69,69,45)
#31311E
(49,49,30)
#1D1D0F
(29,29,15)
#000000
(0,0,0)

Tints of #E5E5A5

#E5E5A5
(229,229,165)
#E7E7AD
(231,231,173)
#E9E9B5
(233,233,181)
#EBEBBD
(235,235,189)
#EDEDC5
(237,237,197)
#EFEFCD
(239,239,205)
#F1F1D5
(241,241,213)
#F3F3DD
(243,243,221)
#F5F5E5
(245,245,229)
#F7F7ED
(247,247,237)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E5A5; }

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

This text font color is #E5E5A5.


Background Color

.myBgColor { background-color: #E5E5A5; }

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

This div background color is #E5E5A5.


Border color

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

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

This div border color is #E5E5A5.


Opacity

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

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

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

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

This text has shadow with #E5E5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E5A5 on black background.


Color preview on white background

This text has color #E5E5A5 on white background.



Black color preview on #E5E5A5 background

This text has black color on #E5E5A5 background.


White color preview on #E5E5A5 background

This text has white color on #E5E5A5 background.