Html Css Color HEX #EAF218 Lemon

📋 copy color: '#EAF218'

red 234 ◦ green 242 ◦ blue 24

#EAF218
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EAF218

Tints of Lemon #EAF218

RGB

 RED value IS 234 (91.8% 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 value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#EAF218 (or 0xEAF218) is known color: 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

RGB 234 242 24 -
CMYK 0.03 0 0.90 0.05
HSL 62.2º 0.89% 0.52% -
HSV(B) 62.2º 0.9% 0.95% -
XYZ 65.85 81.06 13.04 -
YUV 214.76 20.35 141.73 -
System Red Green Blue C M Y K H S L
Decimal 234 242 24 0.03 0 0.90 0.05 62.2 0.89 0.52
Hex EA F2 18 3 0 5A 5 3E 59 34
Octal 352 362 30 3 0 132 5 76 131 64
Binary 11101010 11110010 11000 11 0 1011010 101 111110 1011001 110100

Color Harmonies of #EAF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF218

Black with #EAF218

Text Example


Text Example

White with #EAF218

Text Example


Text Example

HTML Codes & Css Web 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>