COLOR #EEF5AA

HEX: #EEF5AA RGB: (238,245,170)

Color info

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

RGB color model

#EEF5AA color RGB value is (238,245,170).

RGB: (238,245,170) (93%, 96%, 67%)

RGB channels and saturation

R 238 of 255 = 93%
G 245 of 255 = 96%
B 170 of 255 = 67%

238
245
170

R + G + B ~ 85%. #EEF5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 245 + 170 = 653 (100%)
R 238 of 653 ~ 36.45%
G 245 of 653 ~ 37.52%
B 170 of 653 ~ 26.03'%

%36.45
%37.52
%26.03

CMYK color model

#EEF5AA color CMYK value is (3,0,31,4).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 3.92%

CMYK: (3,0,31,4)
C3M0Y31K4 (3%, 0%, 31%, 4%)
(0.03 / 0.00 / 0.31 / 0.04)

CMYK percentages

%2.86
%0
%30.61
%3.92

Codes

Color #EEF5AA in popluar color models

EE F5 AA
RGB 238 245 170
HSL 66° 78.95% 81.37%
HSB/HSV 66° 30.61% 96.08%
CMYK 2.86% 0.00% 30.61%
3.92%

Color #EEF5AA in popluar number systems.

HEX EE F5 AA
Decimal 238 245 170
Binary 11101110 11110101 10101010
Octal 356 365 252

Shades and tints

Shades of #EEF5AA

#EEF5AA
(238,245,170)
#D9DF9B
(217,223,155)
#C4C98C
(196,201,140)
#AFB37D
(175,179,125)
#9A9D6E
(154,157,110)
#85875F
(133,135,95)
#707150
(112,113,80)
#5B5B41
(91,91,65)
#464532
(70,69,50)
#312F23
(49,47,35)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #EEF5AA

#EEF5AA
(238,245,170)
#EFF5B1
(239,245,177)
#F0F5B8
(240,245,184)
#F1F5BF
(241,245,191)
#F2F5C6
(242,245,198)
#F3F5CD
(243,245,205)
#F4F5D4
(244,245,212)
#F5F5DB
(245,245,219)
#F6F5E2
(246,245,226)
#F7F5E9
(247,245,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF5AA color. Also use rgb(238,245,170) instead hex code.

Text Font Color

.myTextColor { color: #EEF5AA; }

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

This text font color is #EEF5AA.

Background Color

.myBgColor { background-color: #EEF5AA; }

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

This div background color is #EEF5AA.

Border color

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

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

This div border color is #EEF5AA.

Opacity

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

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

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

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

This text has shadow with #EEF5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF5AA.

Preview

Color preview on black background

This text has color #EEF5AA on black background.


Color preview on white background

This text has color #EEF5AA on white background.


Black color preview on #EEF5AA background

This text has black color on #EEF5AA background.


White color preview on #EEF5AA background

This text has white color on #EEF5AA background.


Related colors

Complementary color

Complementary color for #hex is #110A55.


I love getcolorcode.com

Triadic colors

1 #AAEEF5 and #F5AAEE with #EEF5AA are triadic colors.

2 #AAF5EE and #F5EEAA with #EEF5AA are triadic colors.