COLOR #EFFC9A

HEX: #EFFC9A
RGB: (239,252,154)

Color info

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

RGB color model

#EFFC9A color RGB value is (239,252,154).

  • red value is 239;
  • green value is 252;
  • blue value is 154.
RGB:
(239,252,154)
(94%,99%,60%)

RGB channels and saturation

R 239 of 255 = 94%
G 252 of 255 = 99%
B 154 of 255 = 60%

239
252
154

R + G + B ~ 84%. #EFFC9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 252 + 154 = 645 (100%)
R 239 of 645 ~ 37.05%
G 252 of 645 ~ 39.07%
B 154 of 645 ~ 23.88%

%37.05
%39.07
%23.88

CMYK color model

#EFFC9A color CMYK value is (5,0,39,1).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 1.18%
CMYK:
(5,0,39,1)
C5M0Y39K1 
(5%,0%,39%,1%)
(0.05/0.00/0.39/0.01)	

CMYK percentages

%5.16
%0
%38.89
%1.18

Codes

Color #EFFC9A in popluar color models

EFFC9A
RGB239252154
HSL68°94.23%79.61%
HSB/HSV68°38.89%98.82%
CMYK5.16%0.00%38.89%
1.18%

Color #EFFC9A in popluar number systems.

HEXEFFC9A
Decimal239252154
Binary111011111111110010011010
Octal357374232

Shades and tints

Shades of #EFFC9A

#EFFC9A
(239,252,154)
#DAE68C
(218,230,140)
#C5D07E
(197,208,126)
#B0BA70
(176,186,112)
#9BA462
(155,164,98)
#868E54
(134,142,84)
#717846
(113,120,70)
#5C6238
(92,98,56)
#474C2A
(71,76,42)
#32361C
(50,54,28)
#1D200E
(29,32,14)
#000000
(0,0,0)

Tints of #EFFC9A

#EFFC9A
(239,252,154)
#F0FCA3
(240,252,163)
#F1FCAC
(241,252,172)
#F2FCB5
(242,252,181)
#F3FCBE
(243,252,190)
#F4FCC7
(244,252,199)
#F5FCD0
(245,252,208)
#F6FCD9
(246,252,217)
#F7FCE2
(247,252,226)
#F8FCEB
(248,252,235)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFC9A color. Also use rgb(239,252,154) instead hex code.

Text Font Color

.myTextColor { color: #EFFC9A; }

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

This text font color is #EFFC9A.


Background Color

.myBgColor { background-color: #EFFC9A; }

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

This div background color is #EFFC9A.


Border color

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

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

This div border color is #EFFC9A.


Opacity

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

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

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

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

This text has shadow with #EFFC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFC9A on black background.


Color preview on white background

This text has color #EFFC9A on white background.



Black color preview on #EFFC9A background

This text has black color on #EFFC9A background.


White color preview on #EFFC9A background

This text has white color on #EFFC9A background.