COLOR #EFF575

HEX: #EFF575
RGB: (239,245,117)

Color info

#EFF575 contains mainly red and green colors. Web safe color of #EFF575 is #FFFF66 (or #FF6).

RGB color model

#EFF575 color RGB value is (239,245,117).

  • red value is 239;
  • green value is 245;
  • blue value is 117.
RGB:
(239,245,117)
(94%,96%,46%)

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 117 of 255 = 46%

239
245
117

R + G + B ~ 79%. #EFF575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 245 + 117 = 601 (100%)
R 239 of 601 ~ 39.77%
G 245 of 601 ~ 40.77%
B 117 of 601 ~ 19.47%

%39.77
%40.77
%19.47

CMYK color model

#EFF575 color CMYK value is (2,0,52,4).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 52.24%
  • key color value is 3.92%
CMYK:
(2,0,52,4)
C2M0Y52K4 
(2%,0%,52%,4%)
(0.02/0.00/0.52/0.04)	

CMYK percentages

%2.45
%0
%52.24
%3.92

Codes

Color #EFF575 in popluar color models

EFF575
RGB239245117
HSL63°86.49%70.98%
HSB/HSV63°52.24%96.08%
CMYK2.45%0.00%52.24%
3.92%

Color #EFF575 in popluar number systems.

HEXEFF575
Decimal239245117
Binary11101111111101011110101
Octal357365165

Shades and tints

Shades of #EFF575

#EFF575
(239,245,117)
#DADF6B
(218,223,107)
#C5C961
(197,201,97)
#B0B357
(176,179,87)
#9B9D4D
(155,157,77)
#868743
(134,135,67)
#717139
(113,113,57)
#5C5B2F
(92,91,47)
#474525
(71,69,37)
#322F1B
(50,47,27)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #EFF575

#EFF575
(239,245,117)
#F0F581
(240,245,129)
#F1F58D
(241,245,141)
#F2F599
(242,245,153)
#F3F5A5
(243,245,165)
#F4F5B1
(244,245,177)
#F5F5BD
(245,245,189)
#F6F5C9
(246,245,201)
#F7F5D5
(247,245,213)
#F8F5E1
(248,245,225)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF575 color. Also use rgb(239,245,117) instead hex code.

Text Font Color

.myTextColor { color: #EFF575; }

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

This text font color is #EFF575.


Background Color

.myBgColor { background-color: #EFF575; }

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

This div background color is #EFF575.


Border color

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

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

This div border color is #EFF575.


Opacity

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

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

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

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

This text has shadow with #EFF575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF575 on black background.


Color preview on white background

This text has color #EFF575 on white background.



Black color preview on #EFF575 background

This text has black color on #EFF575 background.


White color preview on #EFF575 background

This text has white color on #EFF575 background.