COLOR #EEF2AE

HEX: #EEF2AE
RGB: (238,242,174)

Color info

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

RGB color model

#EEF2AE color RGB value is (238,242,174).

  • red value is 238;
  • green value is 242;
  • blue value is 174.
RGB:
(238,242,174)
(93%,95%,68%)

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 174 of 255 = 68%

238
242
174

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

Portions of RGB colors in percentages

R + G + B =
238 + 242 + 174 = 654 (100%)
R 238 of 654 ~ 36.39%
G 242 of 654 ~ 37%
B 174 of 654 ~ 26.61%

%36.39
%37
%26.61

CMYK color model

#EEF2AE color CMYK value is (2,0,28,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 5.10%
CMYK:
(2,0,28,5)
C2M0Y28K5 
(2%,0%,28%,5%)
(0.02/0.00/0.28/0.05)	

CMYK percentages

%1.65
%0
%28.1
%5.1

Codes

Color #EEF2AE in popluar color models

EEF2AE
RGB238242174
HSL64°72.34%81.57%
HSB/HSV64°28.10%94.90%
CMYK1.65%0.00%28.10%
5.10%

Color #EEF2AE in popluar number systems.

HEXEEF2AE
Decimal238242174
Binary111011101111001010101110
Octal356362256

Shades and tints

Shades of #EEF2AE

#EEF2AE
(238,242,174)
#D9DC9F
(217,220,159)
#C4C690
(196,198,144)
#AFB081
(175,176,129)
#9A9A72
(154,154,114)
#858463
(133,132,99)
#706E54
(112,110,84)
#5B5845
(91,88,69)
#464236
(70,66,54)
#312C27
(49,44,39)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #EEF2AE

#EEF2AE
(238,242,174)
#EFF3B5
(239,243,181)
#F0F4BC
(240,244,188)
#F1F5C3
(241,245,195)
#F2F6CA
(242,246,202)
#F3F7D1
(243,247,209)
#F4F8D8
(244,248,216)
#F5F9DF
(245,249,223)
#F6FAE6
(246,250,230)
#F7FBED
(247,251,237)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF2AE color. Also use rgb(238,242,174) instead hex code.

Text Font Color

.myTextColor { color: #EEF2AE; }

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

This text font color is #EEF2AE.


Background Color

.myBgColor { background-color: #EEF2AE; }

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

This div background color is #EEF2AE.


Border color

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

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

This div border color is #EEF2AE.


Opacity

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

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

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

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

This text has shadow with #EEF2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF2AE on black background.


Color preview on white background

This text has color #EEF2AE on white background.



Black color preview on #EEF2AE background

This text has black color on #EEF2AE background.


White color preview on #EEF2AE background

This text has white color on #EEF2AE background.