COLOR #EEF6A5

HEX: #EEF6A5
RGB: (238,246,165)

Color info

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

RGB color model

#EEF6A5 color RGB value is (238,246,165).

  • red value is 238;
  • green value is 246;
  • blue value is 165.
RGB:
(238,246,165)
(93%,96%,65%)

RGB channels and saturation

R 238 of 255 = 93%
G 246 of 255 = 96%
B 165 of 255 = 65%

238
246
165

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

Portions of RGB colors in percentages

R + G + B =
238 + 246 + 165 = 649 (100%)
R 238 of 649 ~ 36.67%
G 246 of 649 ~ 37.9%
B 165 of 649 ~ 25.42%

%36.67
%37.9
%25.42

CMYK color model

#EEF6A5 color CMYK value is (3,0,33,4).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 3.53%
CMYK:
(3,0,33,4)
C3M0Y33K4 
(3%,0%,33%,4%)
(0.03/0.00/0.33/0.04)	

CMYK percentages

%3.25
%0
%32.93
%3.53

Codes

Color #EEF6A5 in popluar color models

EEF6A5
RGB238246165
HSL66°81.82%80.59%
HSB/HSV66°32.93%96.47%
CMYK3.25%0.00%32.93%
3.53%

Color #EEF6A5 in popluar number systems.

HEXEEF6A5
Decimal238246165
Binary111011101111011010100101
Octal356366245

Shades and tints

Shades of #EEF6A5

#EEF6A5
(238,246,165)
#D9E096
(217,224,150)
#C4CA87
(196,202,135)
#AFB478
(175,180,120)
#9A9E69
(154,158,105)
#85885A
(133,136,90)
#70724B
(112,114,75)
#5B5C3C
(91,92,60)
#46462D
(70,70,45)
#31301E
(49,48,30)
#1C1A0F
(28,26,15)
#000000
(0,0,0)

Tints of #EEF6A5

#EEF6A5
(238,246,165)
#EFF6AD
(239,246,173)
#F0F6B5
(240,246,181)
#F1F6BD
(241,246,189)
#F2F6C5
(242,246,197)
#F3F6CD
(243,246,205)
#F4F6D5
(244,246,213)
#F5F6DD
(245,246,221)
#F6F6E5
(246,246,229)
#F7F6ED
(247,246,237)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF6A5 color. Also use rgb(238,246,165) instead hex code.

Text Font Color

.myTextColor { color: #EEF6A5; }

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

This text font color is #EEF6A5.


Background Color

.myBgColor { background-color: #EEF6A5; }

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

This div background color is #EEF6A5.


Border color

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

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

This div border color is #EEF6A5.


Opacity

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

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

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

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

This text has shadow with #EEF6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF6A5 on black background.


Color preview on white background

This text has color #EEF6A5 on white background.



Black color preview on #EEF6A5 background

This text has black color on #EEF6A5 background.


White color preview on #EEF6A5 background

This text has white color on #EEF6A5 background.