Html Css Color HEX #E2E814 Lemon

📋 copy color: '#E2E814'

red 226 ◦ green 232 ◦ blue 20

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

Shades of Lemon #E2E814

Tints of Lemon #E2E814

RGB

 RED value IS 226 (88.67% from 255) = 47.28%

 GREEN value IS 232 (91.02% from 255) = 48.54%

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

R = 47.28%
G = 48.54%
B = 4.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E2E814 (or 0xE2E814) is known color: Lemon. HEX triplet: E2, E8 and 14. RGB value is (226,232,20). Sum of RGB (Red+Green+Blue) = 226+232+20=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E814 is #1D17EB. Grayscale: #CECECE. Windows color (decimal): -1906668 or 1370338. OLE color: 1370338.

HSL color Cylindrical-coordinate representation of color #E2E814: hue angle of 61.7º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2E814 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 232 20 -
CMYK 0.03 0 0.91 0.09
HSL 61.7º 0.84% 0.49% -
HSV(B) 61.7º 0.91% 0.91% -
XYZ 60.35 73.93 11.75 -
YUV 206.04 23.01 142.24 -
System Red Green Blue C M Y K H S L
Decimal 226 232 20 0.03 0 0.91 0.09 61.7 0.84 0.49
Hex E2 E8 14 3 0 5B 9 3E 54 31
Octal 342 350 24 3 0 133 11 76 124 61
Binary 11100010 11101000 10100 11 0 1011011 1001 111110 1010100 110001

Color Harmonies of #E2E814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E814

Black with #E2E814

Text Example


Text Example

White with #E2E814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E814; }

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

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

background-color css

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

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

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

border-color css

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

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

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