COLOR #EEF316

HEX: #EEF316
RGB: (238,243,22)

Color info

#EEF316 contains mainly red and green colors. Web safe color of #EEF316 is #FFFF00 (or #FF0).

RGB color model

#EEF316 color RGB value is (238,243,22).

  • red value is 238;
  • green value is 243;
  • blue value is 22.
RGB:
(238,243,22)
(93%,95%,9%)

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 22 of 255 = 9%

238
243
22

R + G + B ~ 66%. #EEF316 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 243 + 22 = 503 (100%)
R 238 of 503 ~ 47.32%
G 243 of 503 ~ 48.31%
B 22 of 503 ~ 4.37%

%47.32
%48.31

CMYK color model

#EEF316 color CMYK value is (2,0,91,5).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 90.95%
  • key color value is 4.71%
CMYK:
(2,0,91,5)
C2M0Y91K5 
(2%,0%,91%,5%)
(0.02/0.00/0.91/0.05)	

CMYK percentages

%2.06
%0
%90.95
%4.71

Codes

Color #EEF316 in popluar color models

EEF316
RGB23824322
HSL61°90.20%51.96%
HSB/HSV61°90.95%95.29%
CMYK2.06%0.00%90.95%
4.71%

Color #EEF316 in popluar number systems.

HEXEEF316
Decimal23824322
Binary111011101111001110110
Octal35636326

Shades and tints

Shades of #EEF316

#EEF316
(238,243,22)
#D9DD14
(217,221,20)
#C4C712
(196,199,18)
#AFB110
(175,177,16)
#9A9B0E
(154,155,14)
#85850C
(133,133,12)
#706F0A
(112,111,10)
#5B5908
(91,89,8)
#464306
(70,67,6)
#312D04
(49,45,4)
#1C1702
(28,23,2)
#000000
(0,0,0)

Tints of #EEF316

#EEF316
(238,243,22)
#EFF42B
(239,244,43)
#F0F540
(240,245,64)
#F1F655
(241,246,85)
#F2F76A
(242,247,106)
#F3F87F
(243,248,127)
#F4F994
(244,249,148)
#F5FAA9
(245,250,169)
#F6FBBE
(246,251,190)
#F7FCD3
(247,252,211)
#F8FDE8
(248,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF316 color. Also use rgb(238,243,22) instead hex code.

Text Font Color

.myTextColor { color: #EEF316; }

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

This text font color is #EEF316.


Background Color

.myBgColor { background-color: #EEF316; }

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

This div background color is #EEF316.


Border color

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

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

This div border color is #EEF316.


Opacity

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

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

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

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

This text has shadow with #EEF316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF316 on black background.


Color preview on white background

This text has color #EEF316 on white background.



Black color preview on #EEF316 background

This text has black color on #EEF316 background.


White color preview on #EEF316 background

This text has white color on #EEF316 background.