COLOR #EEF0A2

HEX: #EEF0A2
RGB: (238,240,162)

Color info

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

RGB color model

#EEF0A2 color RGB value is (238,240,162).

  • red value is 238;
  • green value is 240;
  • blue value is 162.
RGB:
(238,240,162)
(93%,94%,64%)

RGB channels and saturation

R 238 of 255 = 93%
G 240 of 255 = 94%
B 162 of 255 = 64%

238
240
162

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

Portions of RGB colors in percentages

R + G + B =
238 + 240 + 162 = 640 (100%)
R 238 of 640 ~ 37.19%
G 240 of 640 ~ 37.5%
B 162 of 640 ~ 25.31%

%37.19
%37.5
%25.31

CMYK color model

#EEF0A2 color CMYK value is (1,0,33,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 5.88%
CMYK:
(1,0,33,6)
C1M0Y33K6 
(1%,0%,33%,6%)
(0.01/0.00/0.33/0.06)	

CMYK percentages

%0.83
%0
%32.5
%5.88

Codes

Color #EEF0A2 in popluar color models

EEF0A2
RGB238240162
HSL62°72.22%78.82%
HSB/HSV62°32.50%94.12%
CMYK0.83%0.00%32.50%
5.88%

Color #EEF0A2 in popluar number systems.

HEXEEF0A2
Decimal238240162
Binary111011101111000010100010
Octal356360242

Shades and tints

Shades of #EEF0A2

#EEF0A2
(238,240,162)
#D9DB94
(217,219,148)
#C4C686
(196,198,134)
#AFB178
(175,177,120)
#9A9C6A
(154,156,106)
#85875C
(133,135,92)
#70724E
(112,114,78)
#5B5D40
(91,93,64)
#464832
(70,72,50)
#313324
(49,51,36)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #EEF0A2

#EEF0A2
(238,240,162)
#EFF1AA
(239,241,170)
#F0F2B2
(240,242,178)
#F1F3BA
(241,243,186)
#F2F4C2
(242,244,194)
#F3F5CA
(243,245,202)
#F4F6D2
(244,246,210)
#F5F7DA
(245,247,218)
#F6F8E2
(246,248,226)
#F7F9EA
(247,249,234)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF0A2 color. Also use rgb(238,240,162) instead hex code.

Text Font Color

.myTextColor { color: #EEF0A2; }

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

This text font color is #EEF0A2.


Background Color

.myBgColor { background-color: #EEF0A2; }

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

This div background color is #EEF0A2.


Border color

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

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

This div border color is #EEF0A2.


Opacity

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

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

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

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

This text has shadow with #EEF0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF0A2 on black background.


Color preview on white background

This text has color #EEF0A2 on white background.



Black color preview on #EEF0A2 background

This text has black color on #EEF0A2 background.


White color preview on #EEF0A2 background

This text has white color on #EEF0A2 background.