COLOR #EAF007

HEX: #EAF007
RGB: (234,240,7)

Color info

#EAF007 contains mainly red and green colors. Web safe color of #EAF007 is #FFFF00 (or #FF0).

RGB color model

#EAF007 color RGB value is (234,240,7).

  • red value is 234;
  • green value is 240;
  • blue value is 7.
RGB:
(234,240,7)
(92%,94%,3%)

RGB channels and saturation

R 234 of 255 = 92%
G 240 of 255 = 94%
B 7 of 255 = 3%

234
240
7

R + G + B ~ 63%. #EAF007 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 240 + 7 = 481 (100%)
R 234 of 481 ~ 48.65%
G 240 of 481 ~ 49.9%
B 7 of 481 ~ 1.46%

%48.65
%49.9

CMYK color model

#EAF007 color CMYK value is (3,0,97,6).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 97.08%
  • key color value is 5.88%
CMYK:
(3,0,97,6)
C3M0Y97K6 
(3%,0%,97%,6%)
(0.03/0.00/0.97/0.06)	

CMYK percentages

%2.5
%0
%97.08
%5.88

Codes

Color #EAF007 in popluar color models

EAF007
RGB2342407
HSL62°94.33%48.43%
HSB/HSV62°97.08%94.12%
CMYK2.50%0.00%97.08%
5.88%

Color #EAF007 in popluar number systems.

HEXEAF007
Decimal2342407
Binary1110101011110000111
Octal3523607

Shades and tints

Shades of #EAF007

#EAF007
(234,240,7)
#D5DB07
(213,219,7)
#C0C607
(192,198,7)
#ABB107
(171,177,7)
#969C07
(150,156,7)
#818707
(129,135,7)
#6C7207
(108,114,7)
#575D07
(87,93,7)
#424807
(66,72,7)
#2D3307
(45,51,7)
#181E07
(24,30,7)
#000000
(0,0,0)

Tints of #EAF007

#EAF007
(234,240,7)
#EBF11D
(235,241,29)
#ECF233
(236,242,51)
#EDF349
(237,243,73)
#EEF45F
(238,244,95)
#EFF575
(239,245,117)
#F0F68B
(240,246,139)
#F1F7A1
(241,247,161)
#F2F8B7
(242,248,183)
#F3F9CD
(243,249,205)
#F4FAE3
(244,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF007 color. Also use rgb(234,240,7) instead hex code.

Text Font Color

.myTextColor { color: #EAF007; }

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

This text font color is #EAF007.


Background Color

.myBgColor { background-color: #EAF007; }

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

This div background color is #EAF007.


Border color

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

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

This div border color is #EAF007.


Opacity

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

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

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

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

This text has shadow with #EAF007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF007 on black background.


Color preview on white background

This text has color #EAF007 on white background.



Black color preview on #EAF007 background

This text has black color on #EAF007 background.


White color preview on #EAF007 background

This text has white color on #EAF007 background.