COLOR #EEF8A0

HEX: #EEF8A0 RGB: (238,248,160)

Color info

#EEF8A0 contains mainly red and green colors. Web safe color of #EEF8A0 is #FFFF99 (or #FF9).

RGB color model

#EEF8A0 color RGB value is (238,248,160).

RGB: (238,248,160) (93%, 97%, 63%)

RGB channels and saturation

R 238 of 255 = 93%
G 248 of 255 = 97%
B 160 of 255 = 63%

238
248
160

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

Portions of RGB colors in percentages

R + G + B = 238 + 248 + 160 = 646 (100%)
R 238 of 646 ~ 36.84%
G 248 of 646 ~ 38.39%
B 160 of 646 ~ 24.77'%

%36.84
%38.39
%24.77

CMYK color model

#EEF8A0 color CMYK value is (4,0,35,3).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 2.75%
CMYK: (4,0,35,3) C4M0Y35K3 (4%,0%,35%,3%) (0.04/0.00/0.35/0.03) 

CMYK percentages

%4.03
%0
%35.48
%2.75

Codes

Color #EEF8A0 in popluar color models

EE F8 A0
RGB 238 248 160
HSL 67° 86.27% 80.00%
HSB/HSV 67° 35.48% 97.25%
CMYK 4.03% 0.00% 35.48%
2.75%

Color #EEF8A0 in popluar number systems.

HEX EE F8 A0
Decimal 238 248 160
Binary 11101110 11111000 10100000
Octal 356 370 240

Shades and tints

Shades of #EEF8A0

#EEF8A0
(238,248,160)
#D9E292
(217,226,146)
#C4CC84
(196,204,132)
#AFB676
(175,182,118)
#9AA068
(154,160,104)
#858A5A
(133,138,90)
#70744C
(112,116,76)
#5B5E3E
(91,94,62)
#464830
(70,72,48)
#313222
(49,50,34)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #EEF8A0

#EEF8A0
(238,248,160)
#EFF8A8
(239,248,168)
#F0F8B0
(240,248,176)
#F1F8B8
(241,248,184)
#F2F8C0
(242,248,192)
#F3F8C8
(243,248,200)
#F4F8D0
(244,248,208)
#F5F8D8
(245,248,216)
#F6F8E0
(246,248,224)
#F7F8E8
(247,248,232)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF8A0 color. Also use rgb(238,248,160) instead hex code.

Text Font Color

.myTextColor { color: #EEF8A0; }

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

This text font color is #EEF8A0.

Background Color

.myBgColor { background-color: #EEF8A0; }

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

This div background color is #EEF8A0.

Border color

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

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

This div border color is #EEF8A0.

Opacity

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

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

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

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

This text has shadow with #EEF8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF8A0.

Preview

Color preview on black background

This text has color #EEF8A0 on black background.


Color preview on white background

This text has color #EEF8A0 on white background.


Black color preview on #EEF8A0 background

This text has black color on #EEF8A0 background.


White color preview on #EEF8A0 background

This text has white color on #EEF8A0 background.


Related colors

Complementary color

Complementary color for #hex is #11075F.


I love getcolorcode.com

Triadic colors

1 #A0EEF8 and #F8A0EE with #EEF8A0 are triadic colors.

2 #A0F8EE and #F8EEA0 with #EEF8A0 are triadic colors.