Html Css Color HEX #EAF618 Lemon

📋 copy color: '#EAF618'

red 234 ◦ green 246 ◦ blue 24

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

Shades of Lemon #EAF618

Tints of Lemon #EAF618

RGB

 RED value IS 234 (91.8% from 255) = 46.43%

 GREEN value IS 246 (96.48% from 255) = 48.81%

 BLUE value IS 24 (9.77% from 255) = 4.76%

R = 46.43%
G = 48.81%
B = 4.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#EAF618 (or 0xEAF618) is known color: Lemon. HEX triplet: EA, F6 and 18. RGB value is (234,246,24). Sum of RGB (Red+Green+Blue) = 234+246+24=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 24 (9.77% from 255 or 4.76% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF618 is #1509E7. Grayscale: #D9D9D9. Windows color (decimal): -1378792 or 1636074. OLE color: 1636074.

HSL color Cylindrical-coordinate representation of color #EAF618: hue angle of 63.24º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAF618 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 24 -
CMYK 0.05 0 0.90 0.04
HSL 63.24º 0.93% 0.53% -
HSV(B) 63.24º 0.9% 0.96% -
XYZ 67.05 83.47 13.44 -
YUV 217.1 19.02 140.05 -
System Red Green Blue C M Y K H S L
Decimal 234 246 24 0.05 0 0.90 0.04 63.24 0.93 0.53
Hex EA F6 18 5 0 5A 4 3F 5C 35
Octal 352 366 30 5 0 132 4 77 134 65
Binary 11101010 11110110 11000 101 0 1011010 100 111111 1011100 110101

Color Harmonies of #EAF618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF618

Black with #EAF618

Text Example


Text Example

White with #EAF618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF618; }

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

 H1.HeaderClassName
 {
   color: #EAF618;
 }
 .AnyTagClassName
 {
   color: #EAF618;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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