Html Css Color HEX #E8F114 Lemon

📋 copy color: '#E8F114'

red 232 ◦ green 241 ◦ blue 20

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

Shades of Lemon #E8F114

Tints of Lemon #E8F114

RGB

 RED value IS 232 (91.02% from 255) = 47.06%

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

 BLUE value IS 20 (8.2% from 255) = 4.06%

R = 47.06%
G = 48.88%
B = 4.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#E8F114 (or 0xE8F114) is known color: Lemon. HEX triplet: E8, F1 and 14. RGB value is (232,241,20). Sum of RGB (Red+Green+Blue) = 232+241+20=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F114 is #170EEB. Grayscale: #D5D5D5. Windows color (decimal): -1511148 or 1372648. OLE color: 1372648.

HSL color Cylindrical-coordinate representation of color #E8F114: hue angle of 62.44º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8F114 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 241 20 -
CMYK 0.04 0 0.92 0.05
HSL 62.44º 0.89% 0.51% -
HSV(B) 62.44º 0.92% 0.95% -
XYZ 64.86 80.12 12.71 -
YUV 213.12 19.02 141.47 -
System Red Green Blue C M Y K H S L
Decimal 232 241 20 0.04 0 0.92 0.05 62.44 0.89 0.51
Hex E8 F1 14 4 0 5C 5 3E 59 33
Octal 350 361 24 4 0 134 5 76 131 63
Binary 11101000 11110001 10100 100 0 1011100 101 111110 1011001 110011

Color Harmonies of #E8F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8F114

Black with #E8F114

Text Example


Text Example

White with #E8F114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8F114; }

 p { color: rgb(232,241,20); }

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

background-color css

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

 a { background-color: rgb(232,241,20); }

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

border-color css

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

 span { border-color: rgb(232,241,20); }

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