COLOR #E4F5A9

HEX: #E4F5A9 RGB: (228,245,169)

Color info

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

RGB color model

#E4F5A9 color RGB value is (228,245,169).

RGB: (228,245,169) (89%, 96%, 66%)

RGB channels and saturation

R 228 of 255 = 89%
G 245 of 255 = 96%
B 169 of 255 = 66%

228
245
169

R + G + B ~ 84%. #E4F5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 245 + 169 = 642 (100%)
R 228 of 642 ~ 35.51%
G 245 of 642 ~ 38.16%
B 169 of 642 ~ 26.32'%

%35.51
%38.16
%26.32

CMYK color model

#E4F5A9 color CMYK value is (7,0,31,4).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 31.02%
  • key color value is 3.92%

CMYK: (7,0,31,4)
C7M0Y31K4 (7%, 0%, 31%, 4%)
(0.07 / 0.00 / 0.31 / 0.04)

CMYK percentages

%6.94
%0
%31.02
%3.92

Codes

Color #E4F5A9 in popluar color models

E4 F5 A9
RGB 228 245 169
HSL 73° 79.17% 81.18%
HSB/HSV 73° 31.02% 96.08%
CMYK 6.94% 0.00% 31.02%
3.92%

Color #E4F5A9 in popluar number systems.

HEX E4 F5 A9
Decimal 228 245 169
Binary 11100100 11110101 10101001
Octal 344 365 251

Shades and tints

Shades of #E4F5A9

#E4F5A9
(228,245,169)
#D0DF9A
(208,223,154)
#BCC98B
(188,201,139)
#A8B37C
(168,179,124)
#949D6D
(148,157,109)
#80875E
(128,135,94)
#6C714F
(108,113,79)
#585B40
(88,91,64)
#444531
(68,69,49)
#302F22
(48,47,34)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #E4F5A9

#E4F5A9
(228,245,169)
#E6F5B0
(230,245,176)
#E8F5B7
(232,245,183)
#EAF5BE
(234,245,190)
#ECF5C5
(236,245,197)
#EEF5CC
(238,245,204)
#F0F5D3
(240,245,211)
#F2F5DA
(242,245,218)
#F4F5E1
(244,245,225)
#F6F5E8
(246,245,232)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F5A9 color. Also use rgb(228,245,169) instead hex code.

Text Font Color

.myTextColor { color: #E4F5A9; }

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

This text font color is #E4F5A9.

Background Color

.myBgColor { background-color: #E4F5A9; }

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

This div background color is #E4F5A9.

Border color

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

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

This div border color is #E4F5A9.

Opacity

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

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

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

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

This text has shadow with #E4F5A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F5A9.

Preview

Color preview on black background

This text has color #E4F5A9 on black background.


Color preview on white background

This text has color #E4F5A9 on white background.


Black color preview on #E4F5A9 background

This text has black color on #E4F5A9 background.


White color preview on #E4F5A9 background

This text has white color on #E4F5A9 background.


Related colors

Complementary color

Complementary color for #hex is #1B0A56.


I love getcolorcode.com

Triadic colors

1 #A9E4F5 and #F5A9E4 with #E4F5A9 are triadic colors.

2 #A9F5E4 and #F5E4A9 with #E4F5A9 are triadic colors.