#EAF218

Color #EAF218 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EAF218

Tints of Lemon #EAF218

Color information

#EAF218 (or 0xEAF218) is unknown color: approx Lemon. HEX triplet: EA, F2 and 18. RGB value is (234,242,24). Sum of RGB (Red+Green+Blue) = 234+242+24=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 24 (9.77% from 255 or 4.8% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF218 is #150DE7. Grayscale: #D7D7D7. Windows color (decimal): -1379816 or 1635050. OLE color: 1635050.

HSL color Cylindrical-coordinate representation of color #EAF218: hue angle of 62.2º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAF218 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB23424224-
CMYK0.0300.900.05
HSL62.2º89.34%52.16%-
HSV(B)62.2º90.08%94.9%-
XYZ65.8581.0613.04-
YUV214.7620.35141.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 242 (94.92% from 255) = 48.4%
BLUE value IS 24 (9.77% from 255) = 4.8%
R=46.8%
G=48.4%
B=4.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234242240.0300.900.0562.289.3452.16
HexEAF218305A53e5934
Octal352362303013257613164
Binary11101010111100101100011010110101011111101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF218; }

 p { color: rgb(234,242,24); }

 H1.HeaderClassName
 {
   color: #EAF218;
 }
 .AnyTagClassName
 {
   color: #EAF218;
 }
</style>
background-color css

<style>
 a { background-color: #EAF218; }

 a { background-color: rgb(234,242,24); }

 div.DivClassName
 {
   background-color: #EAF218;
 }
 .BgClassName
 {
   background-color: #EAF218;
 }
</style>
border-color css

<style>
 span { border-color: #EAF218; }

 span { border-color: rgb(234,242,24); }

 td.TdClassName
 {
   border-color: #EAF218;
 }
 .TagClassName
 {
   border-color: #EAF218;
 }
</style>