COLOR #EEF86C

HEX: #EEF86C RGB: (238,248,108)

Color info

#EEF86C contains mainly red and green colors. Web safe color of #EEF86C is #FFFF66 (or #FF6).

RGB color model

#EEF86C color RGB value is (238,248,108).

RGB: (238,248,108) (93%, 97%, 42%)

RGB channels and saturation

R 238 of 255 = 93%
G 248 of 255 = 97%
B 108 of 255 = 42%

238
248
108

R + G + B ~ 77%. #EEF86C is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 248 + 108 = 594 (100%)
R 238 of 594 ~ 40.07%
G 248 of 594 ~ 41.75%
B 108 of 594 ~ 18.18'%

%40.07
%41.75
%18.18

CMYK color model

#EEF86C color CMYK value is (4,0,56,3).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 56.45%
  • key color value is 2.75%

CMYK: (4,0,56,3)
C4M0Y56K3 (4%, 0%, 56%, 3%)
(0.04 / 0.00 / 0.56 / 0.03)

CMYK percentages

%4.03
%0
%56.45
%2.75

Codes

Color #EEF86C in popluar color models

EE F8 6C
RGB 238 248 108
HSL 64° 90.91% 69.80%
HSB/HSV 64° 56.45% 97.25%
CMYK 4.03% 0.00% 56.45%
2.75%

Color #EEF86C in popluar number systems.

HEX EE F8 6C
Decimal 238 248 108
Binary 11101110 11111000 1101100
Octal 356 370 154

Shades and tints

Shades of #EEF86C

#EEF86C
(238,248,108)
#D9E263
(217,226,99)
#C4CC5A
(196,204,90)
#AFB651
(175,182,81)
#9AA048
(154,160,72)
#858A3F
(133,138,63)
#707436
(112,116,54)
#5B5E2D
(91,94,45)
#464824
(70,72,36)
#31321B
(49,50,27)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #EEF86C

#EEF86C
(238,248,108)
#EFF879
(239,248,121)
#F0F886
(240,248,134)
#F1F893
(241,248,147)
#F2F8A0
(242,248,160)
#F3F8AD
(243,248,173)
#F4F8BA
(244,248,186)
#F5F8C7
(245,248,199)
#F6F8D4
(246,248,212)
#F7F8E1
(247,248,225)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF86C color. Also use rgb(238,248,108) instead hex code.

Text Font Color

.myTextColor { color: #EEF86C; }

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

This text font color is #EEF86C.

Background Color

.myBgColor { background-color: #EEF86C; }

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

This div background color is #EEF86C.

Border color

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

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

This div border color is #EEF86C.

Opacity

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

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

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

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

This text has shadow with #EEF86C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF86C.

Preview

Color preview on black background

This text has color #EEF86C on black background.


Color preview on white background

This text has color #EEF86C on white background.


Black color preview on #EEF86C background

This text has black color on #EEF86C background.


White color preview on #EEF86C background

This text has white color on #EEF86C background.


Related colors

Complementary color

Complementary color for #hex is #110793.


I love getcolorcode.com

Triadic colors

1 #6CEEF8 and #F86CEE with #EEF86C are triadic colors.

2 #6CF8EE and #F8EE6C with #EEF86C are triadic colors.