COLOR #EEF4B1

HEX: #EEF4B1 RGB: (238,244,177)

Color info

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

RGB color model

#EEF4B1 color RGB value is (238,244,177).

RGB: (238,244,177) (93%, 96%, 69%)

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 177 of 255 = 69%

238
244
177

R + G + B ~ 86%. #EEF4B1 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 244 + 177 = 659 (100%)
R 238 of 659 ~ 36.12%
G 244 of 659 ~ 37.03%
B 177 of 659 ~ 26.86'%

%36.12
%37.03
%26.86

CMYK color model

#EEF4B1 color CMYK value is (2,0,27,4).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 4.31%

CMYK: (2,0,27,4)
C2M0Y27K4 (2%, 0%, 27%, 4%)
(0.02 / 0.00 / 0.27 / 0.04)

CMYK percentages

%2.46
%0
%27.46
%4.31

Codes

Color #EEF4B1 in popluar color models

EE F4 B1
RGB 238 244 177
HSL 65° 75.28% 82.55%
HSB/HSV 65° 27.46% 95.69%
CMYK 2.46% 0.00% 27.46%
4.31%

Color #EEF4B1 in popluar number systems.

HEX EE F4 B1
Decimal 238 244 177
Binary 11101110 11110100 10110001
Octal 356 364 261

Shades and tints

Shades of #EEF4B1

#EEF4B1
(238,244,177)
#D9DEA1
(217,222,161)
#C4C891
(196,200,145)
#AFB281
(175,178,129)
#9A9C71
(154,156,113)
#858661
(133,134,97)
#707051
(112,112,81)
#5B5A41
(91,90,65)
#464431
(70,68,49)
#312E21
(49,46,33)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #EEF4B1

#EEF4B1
(238,244,177)
#EFF5B8
(239,245,184)
#F0F6BF
(240,246,191)
#F1F7C6
(241,247,198)
#F2F8CD
(242,248,205)
#F3F9D4
(243,249,212)
#F4FADB
(244,250,219)
#F5FBE2
(245,251,226)
#F6FCE9
(246,252,233)
#F7FDF0
(247,253,240)
#F8FEF7
(248,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF4B1 color. Also use rgb(238,244,177) instead hex code.

Text Font Color

.myTextColor { color: #EEF4B1; }

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

This text font color is #EEF4B1.

Background Color

.myBgColor { background-color: #EEF4B1; }

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

This div background color is #EEF4B1.

Border color

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

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

This div border color is #EEF4B1.

Opacity

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

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

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

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

This text has shadow with #EEF4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF4B1.

Preview

Color preview on black background

This text has color #EEF4B1 on black background.


Color preview on white background

This text has color #EEF4B1 on white background.


Black color preview on #EEF4B1 background

This text has black color on #EEF4B1 background.


White color preview on #EEF4B1 background

This text has white color on #EEF4B1 background.


Related colors

Complementary color

Complementary color for #hex is #110B4E.


I love getcolorcode.com

Triadic colors

1 #B1EEF4 and #F4B1EE with #EEF4B1 are triadic colors.

2 #B1F4EE and #F4EEB1 with #EEF4B1 are triadic colors.