COLOR #E9EAA5

HEX: #E9EAA5
RGB: (233,234,165)

Color info

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

RGB color model

#E9EAA5 color RGB value is (233,234,165).

  • red value is 233;
  • green value is 234;
  • blue value is 165.
RGB:
(233,234,165)
(91%,92%,65%)

RGB channels and saturation

R 233 of 255 = 91%
G 234 of 255 = 92%
B 165 of 255 = 65%

233
234
165

R + G + B ~ 83%. #E9EAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 234 + 165 = 632 (100%)
R 233 of 632 ~ 36.87%
G 234 of 632 ~ 37.03%
B 165 of 632 ~ 26.11%

%36.87
%37.03
%26.11

CMYK color model

#E9EAA5 color CMYK value is (0,0,29,8).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 8.24%
CMYK:
(0,0,29,8)
C0M0Y29K8 
(0%,0%,29%,8%)
(0.00/0.00/0.29/0.08)	

CMYK percentages

%0.43
%0
%29.49
%8.24

Codes

Color #E9EAA5 in popluar color models

E9EAA5
RGB233234165
HSL61°62.16%78.24%
HSB/HSV61°29.49%91.76%
CMYK0.43%0.00%29.49%
8.24%

Color #E9EAA5 in popluar number systems.

HEXE9EAA5
Decimal233234165
Binary111010011110101010100101
Octal351352245

Shades and tints

Shades of #E9EAA5

#E9EAA5
(233,234,165)
#D4D596
(212,213,150)
#BFC087
(191,192,135)
#AAAB78
(170,171,120)
#959669
(149,150,105)
#80815A
(128,129,90)
#6B6C4B
(107,108,75)
#56573C
(86,87,60)
#41422D
(65,66,45)
#2C2D1E
(44,45,30)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #E9EAA5

#E9EAA5
(233,234,165)
#EBEBAD
(235,235,173)
#EDECB5
(237,236,181)
#EFEDBD
(239,237,189)
#F1EEC5
(241,238,197)
#F3EFCD
(243,239,205)
#F5F0D5
(245,240,213)
#F7F1DD
(247,241,221)
#F9F2E5
(249,242,229)
#FBF3ED
(251,243,237)
#FDF4F5
(253,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EAA5; }

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

This text font color is #E9EAA5.


Background Color

.myBgColor { background-color: #E9EAA5; }

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

This div background color is #E9EAA5.


Border color

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

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

This div border color is #E9EAA5.


Opacity

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

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

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

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

This text has shadow with #E9EAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EAA5 on black background.


Color preview on white background

This text has color #E9EAA5 on white background.



Black color preview on #E9EAA5 background

This text has black color on #E9EAA5 background.


White color preview on #E9EAA5 background

This text has white color on #E9EAA5 background.