COLOR #EAFA77

HEX: #EAFA77
RGB: (234,250,119)

Color info

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

RGB color model

#EAFA77 color RGB value is (234,250,119).

  • red value is 234;
  • green value is 250;
  • blue value is 119.
RGB:
(234,250,119)
(92%,98%,47%)

RGB channels and saturation

R 234 of 255 = 92%
G 250 of 255 = 98%
B 119 of 255 = 47%

234
250
119

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

Portions of RGB colors in percentages

R + G + B =
234 + 250 + 119 = 603 (100%)
R 234 of 603 ~ 38.81%
G 250 of 603 ~ 41.46%
B 119 of 603 ~ 19.73%

%38.81
%41.46
%19.73

CMYK color model

#EAFA77 color CMYK value is (6,0,52,2).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 52.40%
  • key color value is 1.96%
CMYK:
(6,0,52,2)
C6M0Y52K2 
(6%,0%,52%,2%)
(0.06/0.00/0.52/0.02)	

CMYK percentages

%6.4
%0
%52.4
%1.96

Codes

Color #EAFA77 in popluar color models

EAFA77
RGB234250119
HSL67°92.91%72.35%
HSB/HSV67°52.40%98.04%
CMYK6.40%0.00%52.40%
1.96%

Color #EAFA77 in popluar number systems.

HEXEAFA77
Decimal234250119
Binary11101010111110101110111
Octal352372167

Shades and tints

Shades of #EAFA77

#EAFA77
(234,250,119)
#D5E46D
(213,228,109)
#C0CE63
(192,206,99)
#ABB859
(171,184,89)
#96A24F
(150,162,79)
#818C45
(129,140,69)
#6C763B
(108,118,59)
#576031
(87,96,49)
#424A27
(66,74,39)
#2D341D
(45,52,29)
#181E13
(24,30,19)
#000000
(0,0,0)

Tints of #EAFA77

#EAFA77
(234,250,119)
#EBFA83
(235,250,131)
#ECFA8F
(236,250,143)
#EDFA9B
(237,250,155)
#EEFAA7
(238,250,167)
#EFFAB3
(239,250,179)
#F0FABF
(240,250,191)
#F1FACB
(241,250,203)
#F2FAD7
(242,250,215)
#F3FAE3
(243,250,227)
#F4FAEF
(244,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAFA77 color. Also use rgb(234,250,119) instead hex code.

Text Font Color

.myTextColor { color: #EAFA77; }

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

This text font color is #EAFA77.


Background Color

.myBgColor { background-color: #EAFA77; }

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

This div background color is #EAFA77.


Border color

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

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

This div border color is #EAFA77.


Opacity

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

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

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

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

This text has shadow with #EAFA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAFA77 on black background.


Color preview on white background

This text has color #EAFA77 on white background.



Black color preview on #EAFA77 background

This text has black color on #EAFA77 background.


White color preview on #EAFA77 background

This text has white color on #EAFA77 background.