COLOR #EAF697

HEX: #EAF697 RGB: (234,246,151)

Color info

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

RGB color model

#EAF697 color RGB value is (234,246,151).

RGB: (234,246,151) (92%, 96%, 59%)

RGB channels and saturation

R 234 of 255 = 92%
G 246 of 255 = 96%
B 151 of 255 = 59%

234
246
151

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

Portions of RGB colors in percentages

R + G + B = 234 + 246 + 151 = 631 (100%)
R 234 of 631 ~ 37.08%
G 246 of 631 ~ 38.99%
B 151 of 631 ~ 23.93'%

%37.08
%38.99
%23.93

CMYK color model

#EAF697 color CMYK value is (5,0,39,4).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 38.62%
  • key color value is 3.53%

CMYK: (5,0,39,4)
C5M0Y39K4 (5%, 0%, 39%, 4%)
(0.05 / 0.00 / 0.39 / 0.04)

CMYK percentages

%4.88
%0
%38.62
%3.53

Codes

Color #EAF697 in popluar color models

EA F6 97
RGB 234 246 151
HSL 68° 84.07% 77.84%
HSB/HSV 68° 38.62% 96.47%
CMYK 4.88% 0.00% 38.62%
3.53%

Color #EAF697 in popluar number systems.

HEX EA F6 97
Decimal 234 246 151
Binary 11101010 11110110 10010111
Octal 352 366 227

Shades and tints

Shades of #EAF697

#EAF697
(234,246,151)
#D5E08A
(213,224,138)
#C0CA7D
(192,202,125)
#ABB470
(171,180,112)
#969E63
(150,158,99)
#818856
(129,136,86)
#6C7249
(108,114,73)
#575C3C
(87,92,60)
#42462F
(66,70,47)
#2D3022
(45,48,34)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #EAF697

#EAF697
(234,246,151)
#EBF6A0
(235,246,160)
#ECF6A9
(236,246,169)
#EDF6B2
(237,246,178)
#EEF6BB
(238,246,187)
#EFF6C4
(239,246,196)
#F0F6CD
(240,246,205)
#F1F6D6
(241,246,214)
#F2F6DF
(242,246,223)
#F3F6E8
(243,246,232)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF697 color. Also use rgb(234,246,151) instead hex code.

Text Font Color

.myTextColor { color: #EAF697; }

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

This text font color is #EAF697.

Background Color

.myBgColor { background-color: #EAF697; }

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

This div background color is #EAF697.

Border color

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

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

This div border color is #EAF697.

Opacity

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

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

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

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

This text has shadow with #EAF697 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAF697.

Preview

Color preview on black background

This text has color #EAF697 on black background.


Color preview on white background

This text has color #EAF697 on white background.


Black color preview on #EAF697 background

This text has black color on #EAF697 background.


White color preview on #EAF697 background

This text has white color on #EAF697 background.


Related colors

Complementary color

Complementary color for #hex is #150968.


I love getcolorcode.com

Triadic colors

1 #97EAF6 and #F697EA with #EAF697 are triadic colors.

2 #97F6EA and #F6EA97 with #EAF697 are triadic colors.