COLOR #EFFFA5

HEX: #EFFFA5
RGB: (239,255,165)

Color info

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

RGB color model

#EFFFA5 color RGB value is (239,255,165).

  • red value is 239;
  • green value is 255;
  • blue value is 165.
RGB:
(239,255,165)
(94%,100%,65%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 165 of 255 = 65%

239
255
165

R + G + B ~ 86%. #EFFFA5 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 165 = 659 (100%)
R 239 of 659 ~ 36.27%
G 255 of 659 ~ 38.69%
B 165 of 659 ~ 25.04%

%36.27
%38.69
%25.04

CMYK color model

#EFFFA5 color CMYK value is (6,0,35,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 0.00%
CMYK:
(6,0,35,0)
C6M0Y35K0 
(6%,0%,35%,0%)
(0.06/0.00/0.35/0.00)	

CMYK percentages

%6.27
%0
%35.29
%0

Codes

Color #EFFFA5 in popluar color models

EFFFA5
RGB239255165
HSL71°100.00%82.35%
HSB/HSV71°35.29%100.00%
CMYK6.27%0.00%35.29%
0.00%

Color #EFFFA5 in popluar number systems.

HEXEFFFA5
Decimal239255165
Binary111011111111111110100101
Octal357377245

Shades and tints

Shades of #EFFFA5

#EFFFA5
(239,255,165)
#DAE896
(218,232,150)
#C5D187
(197,209,135)
#B0BA78
(176,186,120)
#9BA369
(155,163,105)
#868C5A
(134,140,90)
#71754B
(113,117,75)
#5C5E3C
(92,94,60)
#47472D
(71,71,45)
#32301E
(50,48,30)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #EFFFA5

#EFFFA5
(239,255,165)
#F0FFAD
(240,255,173)
#F1FFB5
(241,255,181)
#F2FFBD
(242,255,189)
#F3FFC5
(243,255,197)
#F4FFCD
(244,255,205)
#F5FFD5
(245,255,213)
#F6FFDD
(246,255,221)
#F7FFE5
(247,255,229)
#F8FFED
(248,255,237)
#F9FFF5
(249,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFFA5 color. Also use rgb(239,255,165) instead hex code.

Text Font Color

.myTextColor { color: #EFFFA5; }

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

This text font color is #EFFFA5.


Background Color

.myBgColor { background-color: #EFFFA5; }

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

This div background color is #EFFFA5.


Border color

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

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

This div border color is #EFFFA5.


Opacity

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

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

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

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

This text has shadow with #EFFFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFA5 on black background.


Color preview on white background

This text has color #EFFFA5 on white background.



Black color preview on #EFFFA5 background

This text has black color on #EFFFA5 background.


White color preview on #EFFFA5 background

This text has white color on #EFFFA5 background.