COLOR #EFF096

HEX: #EFF096
RGB: (239,240,150)

Color info

#EFF096 contains mainly red and green colors. Web safe color of #EFF096 is #FFFF99 (or #FF9).

RGB color model

#EFF096 color RGB value is (239,240,150).

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

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 150 of 255 = 59%

239
240
150

R + G + B ~ 82%. #EFF096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 240 + 150 = 629 (100%)
R 239 of 629 ~ 38%
G 240 of 629 ~ 38.16%
B 150 of 629 ~ 23.85%

%38
%38.16
%23.85

CMYK color model

#EFF096 color CMYK value is (0,0,38,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 5.88%
CMYK:
(0,0,38,6)
C0M0Y38K6 
(0%,0%,38%,6%)
(0.00/0.00/0.38/0.06)	

CMYK percentages

%0.42
%0
%37.5
%5.88

Codes

Color #EFF096 in popluar color models

EFF096
RGB239240150
HSL61°75.00%76.47%
HSB/HSV61°37.50%94.12%
CMYK0.42%0.00%37.50%
5.88%

Color #EFF096 in popluar number systems.

HEXEFF096
Decimal239240150
Binary111011111111000010010110
Octal357360226

Shades and tints

Shades of #EFF096

#EFF096
(239,240,150)
#DADB89
(218,219,137)
#C5C67C
(197,198,124)
#B0B16F
(176,177,111)
#9B9C62
(155,156,98)
#868755
(134,135,85)
#717248
(113,114,72)
#5C5D3B
(92,93,59)
#47482E
(71,72,46)
#323321
(50,51,33)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #EFF096

#EFF096
(239,240,150)
#F0F19F
(240,241,159)
#F1F2A8
(241,242,168)
#F2F3B1
(242,243,177)
#F3F4BA
(243,244,186)
#F4F5C3
(244,245,195)
#F5F6CC
(245,246,204)
#F6F7D5
(246,247,213)
#F7F8DE
(247,248,222)
#F8F9E7
(248,249,231)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF096; }

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

This text font color is #EFF096.


Background Color

.myBgColor { background-color: #EFF096; }

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

This div background color is #EFF096.


Border color

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

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

This div border color is #EFF096.


Opacity

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

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

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

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

This text has shadow with #EFF096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF096 on black background.


Color preview on white background

This text has color #EFF096 on white background.



Black color preview on #EFF096 background

This text has black color on #EFF096 background.


White color preview on #EFF096 background

This text has white color on #EFF096 background.