COLOR #EFF032

HEX: #EFF032
RGB: (239,240,50)

Color info

#EFF032 contains mainly red and green colors. Web safe color of #EFF032 is #FFFF33 (or #FF3).

RGB color model

#EFF032 color RGB value is (239,240,50).

  • red value is 239;
  • green value is 240;
  • blue value is 50.
RGB:
(239,240,50)
(94%,94%,20%)

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 50 of 255 = 20%

239
240
50

R + G + B ~ 69%. #EFF032 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 240 + 50 = 529 (100%)
R 239 of 529 ~ 45.18%
G 240 of 529 ~ 45.37%
B 50 of 529 ~ 9.45%

%45.18
%45.37

CMYK color model

#EFF032 color CMYK value is (0,0,79,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 79.17%
  • key color value is 5.88%
CMYK:
(0,0,79,6)
C0M0Y79K6 
(0%,0%,79%,6%)
(0.00/0.00/0.79/0.06)	

CMYK percentages

%0.42
%0
%79.17
%5.88

Codes

Color #EFF032 in popluar color models

EFF032
RGB23924050
HSL60°86.36%56.86%
HSB/HSV60°79.17%94.12%
CMYK0.42%0.00%79.17%
5.88%

Color #EFF032 in popluar number systems.

HEXEFF032
Decimal23924050
Binary1110111111110000110010
Octal35736062

Shades and tints

Shades of #EFF032

#EFF032
(239,240,50)
#DADB2E
(218,219,46)
#C5C62A
(197,198,42)
#B0B126
(176,177,38)
#9B9C22
(155,156,34)
#86871E
(134,135,30)
#71721A
(113,114,26)
#5C5D16
(92,93,22)
#474812
(71,72,18)
#32330E
(50,51,14)
#1D1E0A
(29,30,10)
#000000
(0,0,0)

Tints of #EFF032

#EFF032
(239,240,50)
#F0F144
(240,241,68)
#F1F256
(241,242,86)
#F2F368
(242,243,104)
#F3F47A
(243,244,122)
#F4F58C
(244,245,140)
#F5F69E
(245,246,158)
#F6F7B0
(246,247,176)
#F7F8C2
(247,248,194)
#F8F9D4
(248,249,212)
#F9FAE6
(249,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF032 color. Also use rgb(239,240,50) instead hex code.

Text Font Color

.myTextColor { color: #EFF032; }

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

This text font color is #EFF032.


Background Color

.myBgColor { background-color: #EFF032; }

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

This div background color is #EFF032.


Border color

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

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

This div border color is #EFF032.


Opacity

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

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

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

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

This text has shadow with #EFF032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF032 on black background.


Color preview on white background

This text has color #EFF032 on white background.



Black color preview on #EFF032 background

This text has black color on #EFF032 background.


White color preview on #EFF032 background

This text has white color on #EFF032 background.