COLOR #E0EA90

HEX: #E0EA90 RGB: (224,234,144)

Color info

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

RGB color model

#E0EA90 color RGB value is (224,234,144).

RGB: (224,234,144) (88%, 92%, 56%)

RGB channels and saturation

R 224 of 255 = 88%
G 234 of 255 = 92%
B 144 of 255 = 56%

224
234
144

R + G + B ~ 79%. #E0EA90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 234 + 144 = 602 (100%)
R 224 of 602 ~ 37.21%
G 234 of 602 ~ 38.87%
B 144 of 602 ~ 23.92'%

%37.21
%38.87
%23.92

CMYK color model

#E0EA90 color CMYK value is (4,0,38,8).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 8.24%

CMYK: (4,0,38,8)
C4M0Y38K8 (4%, 0%, 38%, 8%)
(0.04 / 0.00 / 0.38 / 0.08)

CMYK percentages

%4.27
%0
%38.46
%8.24

Codes

Color #E0EA90 in popluar color models

E0 EA 90
RGB 224 234 144
HSL 67° 68.18% 74.12%
HSB/HSV 67° 38.46% 91.76%
CMYK 4.27% 0.00% 38.46%
8.24%

Color #E0EA90 in popluar number systems.

HEX E0 EA 90
Decimal 224 234 144
Binary 11100000 11101010 10010000
Octal 340 352 220

Shades and tints

Shades of #E0EA90

#E0EA90
(224,234,144)
#CCD583
(204,213,131)
#B8C076
(184,192,118)
#A4AB69
(164,171,105)
#90965C
(144,150,92)
#7C814F
(124,129,79)
#686C42
(104,108,66)
#545735
(84,87,53)
#404228
(64,66,40)
#2C2D1B
(44,45,27)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #E0EA90

#E0EA90
(224,234,144)
#E2EB9A
(226,235,154)
#E4ECA4
(228,236,164)
#E6EDAE
(230,237,174)
#E8EEB8
(232,238,184)
#EAEFC2
(234,239,194)
#ECF0CC
(236,240,204)
#EEF1D6
(238,241,214)
#F0F2E0
(240,242,224)
#F2F3EA
(242,243,234)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EA90 color. Also use rgb(224,234,144) instead hex code.

Text Font Color

.myTextColor { color: #E0EA90; }

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

This text font color is #E0EA90.

Background Color

.myBgColor { background-color: #E0EA90; }

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

This div background color is #E0EA90.

Border color

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

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

This div border color is #E0EA90.

Opacity

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

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

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

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

This text has shadow with #E0EA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EA90.

Preview

Color preview on black background

This text has color #E0EA90 on black background.


Color preview on white background

This text has color #E0EA90 on white background.


Black color preview on #E0EA90 background

This text has black color on #E0EA90 background.


White color preview on #E0EA90 background

This text has white color on #E0EA90 background.


Related colors

Complementary color

Complementary color for #hex is #1F156F.


I love getcolorcode.com

Triadic colors

1 #90E0EA and #EA90E0 with #E0EA90 are triadic colors.

2 #90EAE0 and #EAE090 with #E0EA90 are triadic colors.