Html Css Color HEX #E2E013 Lemon

📋 copy color: '#E2E013'

red 226 ◦ green 224 ◦ blue 19

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

Shades of Lemon #E2E013

Tints of Lemon #E2E013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 48.19%
G = 47.76%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2E013 (or 0xE2E013) is known color: Lemon. HEX triplet: E2, E0 and 13. RGB value is (226,224,19). Sum of RGB (Red+Green+Blue) = 226+224+19=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E013 is #1D1FEC. Grayscale: #CACACA. Windows color (decimal): -1908717 or 1302754. OLE color: 1302754.

HSL color Cylindrical-coordinate representation of color #E2E013: 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.92%. Process color model (Four color, CMYK) of #E2E013 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 19 -
CMYK 0 0.01 0.92 0.11
HSL 59.42º 0.84% 0.48% -
HSV(B) 59.42º 0.92% 0.89% -
XYZ 58.14 69.53 10.97 -
YUV 201.23 25.16 145.67 -
System Red Green Blue C M Y K H S L
Decimal 226 224 19 0 0.01 0.92 0.11 59.42 0.84 0.48
Hex E2 E0 13 0 1 5C B 3B 54 30
Octal 342 340 23 0 1 134 13 73 124 60
Binary 11100010 11100000 10011 0 1 1011100 1011 111011 1010100 110000

Color Harmonies of #E2E013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E013

Black with #E2E013

Text Example


Text Example

White with #E2E013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E013; }

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

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

background-color css

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

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

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

border-color css

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

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

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