COLOR #E0F0A5

HEX: #E0F0A5 RGB: (224,240,165)

Color info

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

RGB color model

#E0F0A5 color RGB value is (224,240,165).

RGB: (224,240,165) (88%, 94%, 65%)

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 165 of 255 = 65%

224
240
165

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

Portions of RGB colors in percentages

R + G + B = 224 + 240 + 165 = 629 (100%)
R 224 of 629 ~ 35.61%
G 240 of 629 ~ 38.16%
B 165 of 629 ~ 26.23'%

%35.61
%38.16
%26.23

CMYK color model

#E0F0A5 color CMYK value is (7,0,31,6).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 5.88%

CMYK: (7,0,31,6)
C7M0Y31K6 (7%, 0%, 31%, 6%)
(0.07 / 0.00 / 0.31 / 0.06)

CMYK percentages

%6.67
%0
%31.25
%5.88

Codes

Color #E0F0A5 in popluar color models

E0 F0 A5
RGB 224 240 165
HSL 73° 71.43% 79.41%
HSB/HSV 73° 31.25% 94.12%
CMYK 6.67% 0.00% 31.25%
5.88%

Color #E0F0A5 in popluar number systems.

HEX E0 F0 A5
Decimal 224 240 165
Binary 11100000 11110000 10100101
Octal 340 360 245

Shades and tints

Shades of #E0F0A5

#E0F0A5
(224,240,165)
#CCDB96
(204,219,150)
#B8C687
(184,198,135)
#A4B178
(164,177,120)
#909C69
(144,156,105)
#7C875A
(124,135,90)
#68724B
(104,114,75)
#545D3C
(84,93,60)
#40482D
(64,72,45)
#2C331E
(44,51,30)
#181E0F
(24,30,15)
#000000
(0,0,0)

Tints of #E0F0A5

#E0F0A5
(224,240,165)
#E2F1AD
(226,241,173)
#E4F2B5
(228,242,181)
#E6F3BD
(230,243,189)
#E8F4C5
(232,244,197)
#EAF5CD
(234,245,205)
#ECF6D5
(236,246,213)
#EEF7DD
(238,247,221)
#F0F8E5
(240,248,229)
#F2F9ED
(242,249,237)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0A5; }

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

This text font color is #E0F0A5.

Background Color

.myBgColor { background-color: #E0F0A5; }

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

This div background color is #E0F0A5.

Border color

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

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

This div border color is #E0F0A5.

Opacity

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

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

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

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

This text has shadow with #E0F0A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F0A5.

Preview

Color preview on black background

This text has color #E0F0A5 on black background.


Color preview on white background

This text has color #E0F0A5 on white background.


Black color preview on #E0F0A5 background

This text has black color on #E0F0A5 background.


White color preview on #E0F0A5 background

This text has white color on #E0F0A5 background.


Related colors

Complementary color

Complementary color for #hex is #1F0F5A.


I love getcolorcode.com

Triadic colors

1 #A5E0F0 and #F0A5E0 with #E0F0A5 are triadic colors.

2 #A5F0E0 and #F0E0A5 with #E0F0A5 are triadic colors.