Html Css Color HEX #E2E014 Lemon

📋 copy color: '#E2E014'

red 226 ◦ green 224 ◦ blue 20

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

Shades of Lemon #E2E014

Tints of Lemon #E2E014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.66%

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

R = 48.09%
G = 47.66%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E2E014 (or 0xE2E014) is known color: Lemon. HEX triplet: E2, E0 and 14. RGB value is (226,224,20). Sum of RGB (Red+Green+Blue) = 226+224+20=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E014 is #1D1FEB. Grayscale: #CACACA. Windows color (decimal): -1908716 or 1368290. OLE color: 1368290.

HSL color Cylindrical-coordinate representation of color #E2E014: hue angle of 59.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2E014 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 20 -
CMYK 0 0.01 0.91 0.11
HSL 59.42º 0.84% 0.48% -
HSV(B) 59.42º 0.91% 0.89% -
XYZ 58.15 69.53 11.02 -
YUV 201.34 25.66 145.59 -
System Red Green Blue C M Y K H S L
Decimal 226 224 20 0 0.01 0.91 0.11 59.42 0.84 0.48
Hex E2 E0 14 0 1 5B B 3B 54 30
Octal 342 340 24 0 1 133 13 73 124 60
Binary 11100010 11100000 10100 0 1 1011011 1011 111011 1010100 110000

Color Harmonies of #E2E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E014

Black with #E2E014

Text Example


Text Example

White with #E2E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E014; }

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

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

background-color css

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

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

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

border-color css

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

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

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