COLOR #EAF399

HEX: #EAF399
RGB: (234,243,153)

Color info

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

RGB color model

#EAF399 color RGB value is (234,243,153).

  • red value is 234;
  • green value is 243;
  • blue value is 153.
RGB:
(234,243,153)
(92%,95%,60%)

RGB channels and saturation

R 234 of 255 = 92%
G 243 of 255 = 95%
B 153 of 255 = 60%

234
243
153

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

Portions of RGB colors in percentages

R + G + B =
234 + 243 + 153 = 630 (100%)
R 234 of 630 ~ 37.14%
G 243 of 630 ~ 38.57%
B 153 of 630 ~ 24.29%

%37.14
%38.57
%24.29

CMYK color model

#EAF399 color CMYK value is (4,0,37,5).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 4.71%
CMYK:
(4,0,37,5)
C4M0Y37K5 
(4%,0%,37%,5%)
(0.04/0.00/0.37/0.05)	

CMYK percentages

%3.7
%0
%37.04
%4.71

Codes

Color #EAF399 in popluar color models

EAF399
RGB234243153
HSL66°78.95%77.65%
HSB/HSV66°37.04%95.29%
CMYK3.70%0.00%37.04%
4.71%

Color #EAF399 in popluar number systems.

HEXEAF399
Decimal234243153
Binary111010101111001110011001
Octal352363231

Shades and tints

Shades of #EAF399

#EAF399
(234,243,153)
#D5DD8C
(213,221,140)
#C0C77F
(192,199,127)
#ABB172
(171,177,114)
#969B65
(150,155,101)
#818558
(129,133,88)
#6C6F4B
(108,111,75)
#57593E
(87,89,62)
#424331
(66,67,49)
#2D2D24
(45,45,36)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #EAF399

#EAF399
(234,243,153)
#EBF4A2
(235,244,162)
#ECF5AB
(236,245,171)
#EDF6B4
(237,246,180)
#EEF7BD
(238,247,189)
#EFF8C6
(239,248,198)
#F0F9CF
(240,249,207)
#F1FAD8
(241,250,216)
#F2FBE1
(242,251,225)
#F3FCEA
(243,252,234)
#F4FDF3
(244,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF399 color. Also use rgb(234,243,153) instead hex code.

Text Font Color

.myTextColor { color: #EAF399; }

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

This text font color is #EAF399.


Background Color

.myBgColor { background-color: #EAF399; }

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

This div background color is #EAF399.


Border color

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

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

This div border color is #EAF399.


Opacity

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

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

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

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

This text has shadow with #EAF399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF399 on black background.


Color preview on white background

This text has color #EAF399 on white background.



Black color preview on #EAF399 background

This text has black color on #EAF399 background.


White color preview on #EAF399 background

This text has white color on #EAF399 background.