COLOR #E4EF1F

HEX: #E4EF1F
RGB: (228,239,31)

Color info

#E4EF1F contains mainly red and green colors. Web safe color of #E4EF1F is #CCFF33 (or #CF3).

RGB color model

#E4EF1F color RGB value is (228,239,31).

  • red value is 228;
  • green value is 239;
  • blue value is 31.
RGB:
(228,239,31)
(89%,94%,12%)

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 31 of 255 = 12%

228
239
31

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

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 31 = 498 (100%)
R 228 of 498 ~ 45.78%
G 239 of 498 ~ 47.99%
B 31 of 498 ~ 6.22%

%45.78
%47.99

CMYK color model

#E4EF1F color CMYK value is (5,0,87,6).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 87.03%
  • key color value is 6.27%
CMYK:
(5,0,87,6)
C5M0Y87K6 
(5%,0%,87%,6%)
(0.05/0.00/0.87/0.06)	

CMYK percentages

%4.6
%0
%87.03
%6.27

Codes

Color #E4EF1F in popluar color models

E4EF1F
RGB22823931
HSL63°86.67%52.94%
HSB/HSV63°87.03%93.73%
CMYK4.60%0.00%87.03%
6.27%

Color #E4EF1F in popluar number systems.

HEXE4EF1F
Decimal22823931
Binary111001001110111111111
Octal34435737

Shades and tints

Shades of #E4EF1F

#E4EF1F
(228,239,31)
#D0DA1D
(208,218,29)
#BCC51B
(188,197,27)
#A8B019
(168,176,25)
#949B17
(148,155,23)
#808615
(128,134,21)
#6C7113
(108,113,19)
#585C11
(88,92,17)
#44470F
(68,71,15)
#30320D
(48,50,13)
#1C1D0B
(28,29,11)
#000000
(0,0,0)

Tints of #E4EF1F

#E4EF1F
(228,239,31)
#E6F033
(230,240,51)
#E8F147
(232,241,71)
#EAF25B
(234,242,91)
#ECF36F
(236,243,111)
#EEF483
(238,244,131)
#F0F597
(240,245,151)
#F2F6AB
(242,246,171)
#F4F7BF
(244,247,191)
#F6F8D3
(246,248,211)
#F8F9E7
(248,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EF1F color. Also use rgb(228,239,31) instead hex code.

Text Font Color

.myTextColor { color: #E4EF1F; }

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

This text font color is #E4EF1F.


Background Color

.myBgColor { background-color: #E4EF1F; }

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

This div background color is #E4EF1F.


Border color

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

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

This div border color is #E4EF1F.


Opacity

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

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

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

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

This text has shadow with #E4EF1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EF1F on black background.


Color preview on white background

This text has color #E4EF1F on white background.



Black color preview on #E4EF1F background

This text has black color on #E4EF1F background.


White color preview on #E4EF1F background

This text has white color on #E4EF1F background.