COLOR #E4EA9A

HEX: #E4EA9A
RGB: (228,234,154)

Color info

#E4EA9A contains mainly red and green colors. Web safe color of #E4EA9A is #CCFF99 (or #CF9).

RGB color model

#E4EA9A color RGB value is (228,234,154).

  • red value is 228;
  • green value is 234;
  • blue value is 154.
RGB:
(228,234,154)
(89%,92%,60%)

RGB channels and saturation

R 228 of 255 = 89%
G 234 of 255 = 92%
B 154 of 255 = 60%

228
234
154

R + G + B ~ 80%. #E4EA9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 234 + 154 = 616 (100%)
R 228 of 616 ~ 37.01%
G 234 of 616 ~ 37.99%
B 154 of 616 ~ 25%

%37.01
%37.99
%25

CMYK color model

#E4EA9A color CMYK value is (3,0,34,8).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 8.24%
CMYK:
(3,0,34,8)
C3M0Y34K8 
(3%,0%,34%,8%)
(0.03/0.00/0.34/0.08)	

CMYK percentages

%2.56
%0
%34.19
%8.24

Codes

Color #E4EA9A in popluar color models

E4EA9A
RGB228234154
HSL65°65.57%76.08%
HSB/HSV65°34.19%91.76%
CMYK2.56%0.00%34.19%
8.24%

Color #E4EA9A in popluar number systems.

HEXE4EA9A
Decimal228234154
Binary111001001110101010011010
Octal344352232

Shades and tints

Shades of #E4EA9A

#E4EA9A
(228,234,154)
#D0D58C
(208,213,140)
#BCC07E
(188,192,126)
#A8AB70
(168,171,112)
#949662
(148,150,98)
#808154
(128,129,84)
#6C6C46
(108,108,70)
#585738
(88,87,56)
#44422A
(68,66,42)
#302D1C
(48,45,28)
#1C180E
(28,24,14)
#000000
(0,0,0)

Tints of #E4EA9A

#E4EA9A
(228,234,154)
#E6EBA3
(230,235,163)
#E8ECAC
(232,236,172)
#EAEDB5
(234,237,181)
#ECEEBE
(236,238,190)
#EEEFC7
(238,239,199)
#F0F0D0
(240,240,208)
#F2F1D9
(242,241,217)
#F4F2E2
(244,242,226)
#F6F3EB
(246,243,235)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EA9A color. Also use rgb(228,234,154) instead hex code.

Text Font Color

.myTextColor { color: #E4EA9A; }

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

This text font color is #E4EA9A.


Background Color

.myBgColor { background-color: #E4EA9A; }

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

This div background color is #E4EA9A.


Border color

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

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

This div border color is #E4EA9A.


Opacity

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

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

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

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

This text has shadow with #E4EA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EA9A on black background.


Color preview on white background

This text has color #E4EA9A on white background.



Black color preview on #E4EA9A background

This text has black color on #E4EA9A background.


White color preview on #E4EA9A background

This text has white color on #E4EA9A background.