COLOR #E9EFA5

HEX: #E9EFA5 RGB: (233,239,165)

Color info

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

RGB color model

#E9EFA5 color RGB value is (233,239,165).

RGB: (233,239,165) (91%, 94%, 65%)

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 165 of 255 = 65%

233
239
165

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

Portions of RGB colors in percentages

R + G + B = 233 + 239 + 165 = 637 (100%)
R 233 of 637 ~ 36.58%
G 239 of 637 ~ 37.52%
B 165 of 637 ~ 25.9'%

%36.58
%37.52
%25.9

CMYK color model

#E9EFA5 color CMYK value is (3,0,31,6).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 30.96%
  • key color value is 6.27%

CMYK: (3,0,31,6)
C3M0Y31K6 (3%, 0%, 31%, 6%)
(0.03 / 0.00 / 0.31 / 0.06)

CMYK percentages

%2.51
%0
%30.96
%6.27

Codes

Color #E9EFA5 in popluar color models

E9 EF A5
RGB 233 239 165
HSL 65° 69.81% 79.22%
HSB/HSV 65° 30.96% 93.73%
CMYK 2.51% 0.00% 30.96%
6.27%

Color #E9EFA5 in popluar number systems.

HEX E9 EF A5
Decimal 233 239 165
Binary 11101001 11101111 10100101
Octal 351 357 245

Shades and tints

Shades of #E9EFA5

#E9EFA5
(233,239,165)
#D4DA96
(212,218,150)
#BFC587
(191,197,135)
#AAB078
(170,176,120)
#959B69
(149,155,105)
#80865A
(128,134,90)
#6B714B
(107,113,75)
#565C3C
(86,92,60)
#41472D
(65,71,45)
#2C321E
(44,50,30)
#171D0F
(23,29,15)
#000000
(0,0,0)

Tints of #E9EFA5

#E9EFA5
(233,239,165)
#EBF0AD
(235,240,173)
#EDF1B5
(237,241,181)
#EFF2BD
(239,242,189)
#F1F3C5
(241,243,197)
#F3F4CD
(243,244,205)
#F5F5D5
(245,245,213)
#F7F6DD
(247,246,221)
#F9F7E5
(249,247,229)
#FBF8ED
(251,248,237)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFA5; }

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

This text font color is #E9EFA5.

Background Color

.myBgColor { background-color: #E9EFA5; }

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

This div background color is #E9EFA5.

Border color

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

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

This div border color is #E9EFA5.

Opacity

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

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

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

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

This text has shadow with #E9EFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EFA5.

Preview

Color preview on black background

This text has color #E9EFA5 on black background.


Color preview on white background

This text has color #E9EFA5 on white background.


Black color preview on #E9EFA5 background

This text has black color on #E9EFA5 background.


White color preview on #E9EFA5 background

This text has white color on #E9EFA5 background.


Related colors

Complementary color

Complementary color for #hex is #16105A.


I love getcolorcode.com

Triadic colors

1 #A5E9EF and #EFA5E9 with #E9EFA5 are triadic colors.

2 #A5EFE9 and #EFE9A5 with #E9EFA5 are triadic colors.