COLOR #EEF517

HEX: #EEF517
RGB: (238,245,23)

Color info

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

RGB color model

#EEF517 color RGB value is (238,245,23).

  • red value is 238;
  • green value is 245;
  • blue value is 23.
RGB:
(238,245,23)
(93%,96%,9%)

RGB channels and saturation

R 238 of 255 = 93%
G 245 of 255 = 96%
B 23 of 255 = 9%

238
245
23

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

Portions of RGB colors in percentages

R + G + B =
238 + 245 + 23 = 506 (100%)
R 238 of 506 ~ 47.04%
G 245 of 506 ~ 48.42%
B 23 of 506 ~ 4.55%

%47.04
%48.42

CMYK color model

#EEF517 color CMYK value is (3,0,91,4).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 90.61%
  • key color value is 3.92%
CMYK:
(3,0,91,4)
C3M0Y91K4 
(3%,0%,91%,4%)
(0.03/0.00/0.91/0.04)	

CMYK percentages

%2.86
%0
%90.61
%3.92

Codes

Color #EEF517 in popluar color models

EEF517
RGB23824523
HSL62°91.74%52.55%
HSB/HSV62°90.61%96.08%
CMYK2.86%0.00%90.61%
3.92%

Color #EEF517 in popluar number systems.

HEXEEF517
Decimal23824523
Binary111011101111010110111
Octal35636527

Shades and tints

Shades of #EEF517

#EEF517
(238,245,23)
#D9DF15
(217,223,21)
#C4C913
(196,201,19)
#AFB311
(175,179,17)
#9A9D0F
(154,157,15)
#85870D
(133,135,13)
#70710B
(112,113,11)
#5B5B09
(91,91,9)
#464507
(70,69,7)
#312F05
(49,47,5)
#1C1903
(28,25,3)
#000000
(0,0,0)

Tints of #EEF517

#EEF517
(238,245,23)
#EFF52C
(239,245,44)
#F0F541
(240,245,65)
#F1F556
(241,245,86)
#F2F56B
(242,245,107)
#F3F580
(243,245,128)
#F4F595
(244,245,149)
#F5F5AA
(245,245,170)
#F6F5BF
(246,245,191)
#F7F5D4
(247,245,212)
#F8F5E9
(248,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF517 color. Also use rgb(238,245,23) instead hex code.

Text Font Color

.myTextColor { color: #EEF517; }

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

This text font color is #EEF517.


Background Color

.myBgColor { background-color: #EEF517; }

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

This div background color is #EEF517.


Border color

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

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

This div border color is #EEF517.


Opacity

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

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

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

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

This text has shadow with #EEF517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF517 on black background.


Color preview on white background

This text has color #EEF517 on white background.



Black color preview on #EEF517 background

This text has black color on #EEF517 background.


White color preview on #EEF517 background

This text has white color on #EEF517 background.