Html Css Color HEX #EAF118 Lemon

📋 copy color: '#EAF118'

red 234 ◦ green 241 ◦ blue 24

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

Shades of Lemon #EAF118

Tints of Lemon #EAF118

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.3%

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

R = 46.89%
G = 48.3%
B = 4.81%

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

#EAF118 (or 0xEAF118) is known color: Lemon. HEX triplet: EA, F1 and 18. RGB value is (234,241,24). Sum of RGB (Red+Green+Blue) = 234+241+24=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 24 (9.77% from 255 or 4.81% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF118 is #150EE7. Grayscale: #D7D7D7. Windows color (decimal): -1380072 or 1634794. OLE color: 1634794.

HSL color Cylindrical-coordinate representation of color #EAF118: hue angle of 61.94º 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 #EAF118 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 24 -
CMYK 0.03 0 0.90 0.05
HSL 61.94º 0.89% 0.52% -
HSV(B) 61.94º 0.9% 0.95% -
XYZ 65.55 80.47 12.94 -
YUV 214.17 20.68 142.14 -
System Red Green Blue C M Y K H S L
Decimal 234 241 24 0.03 0 0.90 0.05 61.94 0.89 0.52
Hex EA F1 18 3 0 5A 5 3E 59 34
Octal 352 361 30 3 0 132 5 76 131 64
Binary 11101010 11110001 11000 11 0 1011010 101 111110 1011001 110100

Color Harmonies of #EAF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF118

Black with #EAF118

Text Example


Text Example

White with #EAF118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF118; }

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

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

background-color css

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

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

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

border-color css

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

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

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