COLOR #EEF4AC

HEX: #EEF4AC RGB: (238,244,172)

Color info

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

RGB color model

#EEF4AC color RGB value is (238,244,172).

RGB: (238,244,172) (93%, 96%, 67%)

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 172 of 255 = 67%

238
244
172

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

Portions of RGB colors in percentages

R + G + B = 238 + 244 + 172 = 654 (100%)
R 238 of 654 ~ 36.39%
G 244 of 654 ~ 37.31%
B 172 of 654 ~ 26.3'%

%36.39
%37.31
%26.3

CMYK color model

#EEF4AC color CMYK value is (2,0,30,4).

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

CMYK: (2,0,30,4)
C2M0Y30K4 (2%, 0%, 30%, 4%)
(0.02 / 0.00 / 0.30 / 0.04)

CMYK percentages

%2.46
%0
%29.51
%4.31

Codes

Color #EEF4AC in popluar color models

EE F4 AC
RGB 238 244 172
HSL 65° 76.60% 81.57%
HSB/HSV 65° 29.51% 95.69%
CMYK 2.46% 0.00% 29.51%
4.31%

Color #EEF4AC in popluar number systems.

HEX EE F4 AC
Decimal 238 244 172
Binary 11101110 11110100 10101100
Octal 356 364 254

Shades and tints

Shades of #EEF4AC

#EEF4AC
(238,244,172)
#D9DE9D
(217,222,157)
#C4C88E
(196,200,142)
#AFB27F
(175,178,127)
#9A9C70
(154,156,112)
#858661
(133,134,97)
#707052
(112,112,82)
#5B5A43
(91,90,67)
#464434
(70,68,52)
#312E25
(49,46,37)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #EEF4AC

#EEF4AC
(238,244,172)
#EFF5B3
(239,245,179)
#F0F6BA
(240,246,186)
#F1F7C1
(241,247,193)
#F2F8C8
(242,248,200)
#F3F9CF
(243,249,207)
#F4FAD6
(244,250,214)
#F5FBDD
(245,251,221)
#F6FCE4
(246,252,228)
#F7FDEB
(247,253,235)
#F8FEF2
(248,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF4AC; }

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

This text font color is #EEF4AC.

Background Color

.myBgColor { background-color: #EEF4AC; }

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

This div background color is #EEF4AC.

Border color

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

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

This div border color is #EEF4AC.

Opacity

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

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

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

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

This text has shadow with #EEF4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF4AC.

Preview

Color preview on black background

This text has color #EEF4AC on black background.


Color preview on white background

This text has color #EEF4AC on white background.


Black color preview on #EEF4AC background

This text has black color on #EEF4AC background.


White color preview on #EEF4AC background

This text has white color on #EEF4AC background.


Related colors

Complementary color

Complementary color for #hex is #110B53.


I love getcolorcode.com

Triadic colors

1 #ACEEF4 and #F4ACEE with #EEF4AC are triadic colors.

2 #ACF4EE and #F4EEAC with #EEF4AC are triadic colors.