COLOR #E9F180

HEX: #E9F180 RGB: (233,241,128)

Color info

#E9F180 contains mainly red and green colors. Web safe color of #E9F180 is #FFFF66 (or #FF6).

RGB color model

#E9F180 color RGB value is (233,241,128).

RGB: (233,241,128) (91%, 95%, 50%)

RGB channels and saturation

R 233 of 255 = 91%
G 241 of 255 = 95%
B 128 of 255 = 50%

233
241
128

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

Portions of RGB colors in percentages

R + G + B = 233 + 241 + 128 = 602 (100%)
R 233 of 602 ~ 38.7%
G 241 of 602 ~ 40.03%
B 128 of 602 ~ 21.26'%

%38.7
%40.03
%21.26

CMYK color model

#E9F180 color CMYK value is (3,0,47,5).

  • cyan value is 3.32%
  • magenta value is 0.00%
  • yellow value is 46.89%
  • key color value is 5.49%

CMYK: (3,0,47,5)
C3M0Y47K5 (3%, 0%, 47%, 5%)
(0.03 / 0.00 / 0.47 / 0.05)

CMYK percentages

%3.32
%0
%46.89
%5.49

Codes

Color #E9F180 in popluar color models

E9 F1 80
RGB 233 241 128
HSL 64° 80.14% 72.35%
HSB/HSV 64° 46.89% 94.51%
CMYK 3.32% 0.00% 46.89%
5.49%

Color #E9F180 in popluar number systems.

HEX E9 F1 80
Decimal 233 241 128
Binary 11101001 11110001 10000000
Octal 351 361 200

Shades and tints

Shades of #E9F180

#E9F180
(233,241,128)
#D4DC75
(212,220,117)
#BFC76A
(191,199,106)
#AAB25F
(170,178,95)
#959D54
(149,157,84)
#808849
(128,136,73)
#6B733E
(107,115,62)
#565E33
(86,94,51)
#414928
(65,73,40)
#2C341D
(44,52,29)
#171F12
(23,31,18)
#000000
(0,0,0)

Tints of #E9F180

#E9F180
(233,241,128)
#EBF28B
(235,242,139)
#EDF396
(237,243,150)
#EFF4A1
(239,244,161)
#F1F5AC
(241,245,172)
#F3F6B7
(243,246,183)
#F5F7C2
(245,247,194)
#F7F8CD
(247,248,205)
#F9F9D8
(249,249,216)
#FBFAE3
(251,250,227)
#FDFBEE
(253,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F180 color. Also use rgb(233,241,128) instead hex code.

Text Font Color

.myTextColor { color: #E9F180; }

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

This text font color is #E9F180.

Background Color

.myBgColor { background-color: #E9F180; }

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

This div background color is #E9F180.

Border color

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

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

This div border color is #E9F180.

Opacity

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

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

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

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

This text has shadow with #E9F180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9F180.

Preview

Color preview on black background

This text has color #E9F180 on black background.


Color preview on white background

This text has color #E9F180 on white background.


Black color preview on #E9F180 background

This text has black color on #E9F180 background.


White color preview on #E9F180 background

This text has white color on #E9F180 background.


Related colors

Complementary color

Complementary color for #hex is #160E7F.


I love getcolorcode.com

Triadic colors

1 #80E9F1 and #F180E9 with #E9F180 are triadic colors.

2 #80F1E9 and #F1E980 with #E9F180 are triadic colors.