COLOR #EEF0A7

HEX: #EEF0A7 RGB: (238,240,167)

Color info

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

RGB color model

#EEF0A7 color RGB value is (238,240,167).

RGB: (238,240,167) (93%, 94%, 65%)

RGB channels and saturation

R 238 of 255 = 93%
G 240 of 255 = 94%
B 167 of 255 = 65%

238
240
167

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

Portions of RGB colors in percentages

R + G + B = 238 + 240 + 167 = 645 (100%)
R 238 of 645 ~ 36.9%
G 240 of 645 ~ 37.21%
B 167 of 645 ~ 25.89'%

%36.9
%37.21
%25.89

CMYK color model

#EEF0A7 color CMYK value is (1,0,30,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 30.42%
  • key color value is 5.88%

CMYK: (1,0,30,6)
C1M0Y30K6 (1%, 0%, 30%, 6%)
(0.01 / 0.00 / 0.30 / 0.06)

CMYK percentages

%0.83
%0
%30.42
%5.88

Codes

Color #EEF0A7 in popluar color models

EE F0 A7
RGB 238 240 167
HSL 62° 70.87% 79.80%
HSB/HSV 62° 30.42% 94.12%
CMYK 0.83% 0.00% 30.42%
5.88%

Color #EEF0A7 in popluar number systems.

HEX EE F0 A7
Decimal 238 240 167
Binary 11101110 11110000 10100111
Octal 356 360 247

Shades and tints

Shades of #EEF0A7

#EEF0A7
(238,240,167)
#D9DB98
(217,219,152)
#C4C689
(196,198,137)
#AFB17A
(175,177,122)
#9A9C6B
(154,156,107)
#85875C
(133,135,92)
#70724D
(112,114,77)
#5B5D3E
(91,93,62)
#46482F
(70,72,47)
#313320
(49,51,32)
#1C1E11
(28,30,17)
#000000
(0,0,0)

Tints of #EEF0A7

#EEF0A7
(238,240,167)
#EFF1AF
(239,241,175)
#F0F2B7
(240,242,183)
#F1F3BF
(241,243,191)
#F2F4C7
(242,244,199)
#F3F5CF
(243,245,207)
#F4F6D7
(244,246,215)
#F5F7DF
(245,247,223)
#F6F8E7
(246,248,231)
#F7F9EF
(247,249,239)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF0A7; }

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

This text font color is #EEF0A7.

Background Color

.myBgColor { background-color: #EEF0A7; }

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

This div background color is #EEF0A7.

Border color

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

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

This div border color is #EEF0A7.

Opacity

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

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

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

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

This text has shadow with #EEF0A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF0A7.

Preview

Color preview on black background

This text has color #EEF0A7 on black background.


Color preview on white background

This text has color #EEF0A7 on white background.


Black color preview on #EEF0A7 background

This text has black color on #EEF0A7 background.


White color preview on #EEF0A7 background

This text has white color on #EEF0A7 background.


Related colors

Complementary color

Complementary color for #hex is #110F58.


I love getcolorcode.com

Triadic colors

1 #A7EEF0 and #F0A7EE with #EEF0A7 are triadic colors.

2 #A7F0EE and #F0EEA7 with #EEF0A7 are triadic colors.