COLOR #EEF70E

HEX: #EEF70E
RGB: (238,247,14)

Color info

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

RGB color model

#EEF70E color RGB value is (238,247,14).

  • red value is 238;
  • green value is 247;
  • blue value is 14.
RGB:
(238,247,14)
(93%,97%,5%)

RGB channels and saturation

R 238 of 255 = 93%
G 247 of 255 = 97%
B 14 of 255 = 5%

238
247
14

R + G + B ~ 65%. #EEF70E is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 247 + 14 = 499 (100%)
R 238 of 499 ~ 47.7%
G 247 of 499 ~ 49.5%
B 14 of 499 ~ 2.81%

%47.7
%49.5

CMYK color model

#EEF70E color CMYK value is (4,0,94,3).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 94.33%
  • key color value is 3.14%
CMYK:
(4,0,94,3)
C4M0Y94K3 
(4%,0%,94%,3%)
(0.04/0.00/0.94/0.03)	

CMYK percentages

%3.64
%0
%94.33
%3.14

Codes

Color #EEF70E in popluar color models

EEF70E
RGB23824714
HSL62°93.57%51.18%
HSB/HSV62°94.33%96.86%
CMYK3.64%0.00%94.33%
3.14%

Color #EEF70E in popluar number systems.

HEXEEF70E
Decimal23824714
Binary11101110111101111110
Octal35636716

Shades and tints

Shades of #EEF70E

#EEF70E
(238,247,14)
#D9E10D
(217,225,13)
#C4CB0C
(196,203,12)
#AFB50B
(175,181,11)
#9A9F0A
(154,159,10)
#858909
(133,137,9)
#707308
(112,115,8)
#5B5D07
(91,93,7)
#464706
(70,71,6)
#313105
(49,49,5)
#1C1B04
(28,27,4)
#000000
(0,0,0)

Tints of #EEF70E

#EEF70E
(238,247,14)
#EFF723
(239,247,35)
#F0F738
(240,247,56)
#F1F74D
(241,247,77)
#F2F762
(242,247,98)
#F3F777
(243,247,119)
#F4F78C
(244,247,140)
#F5F7A1
(245,247,161)
#F6F7B6
(246,247,182)
#F7F7CB
(247,247,203)
#F8F7E0
(248,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF70E color. Also use rgb(238,247,14) instead hex code.

Text Font Color

.myTextColor { color: #EEF70E; }

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

This text font color is #EEF70E.


Background Color

.myBgColor { background-color: #EEF70E; }

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

This div background color is #EEF70E.


Border color

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

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

This div border color is #EEF70E.


Opacity

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

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

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

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

This text has shadow with #EEF70E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF70E on black background.


Color preview on white background

This text has color #EEF70E on white background.



Black color preview on #EEF70E background

This text has black color on #EEF70E background.


White color preview on #EEF70E background

This text has white color on #EEF70E background.