#E2E313

Color #E2E313 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #E2E313

Tints of Lemon #E2E313

Color information

#E2E313 (or 0xE2E313) is unknown color: approx Lemon. HEX triplet: E2, E3 and 13. RGB value is (226,227,19). Sum of RGB (Red+Green+Blue) = 226+227+19=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E313 is #1D1CEC. Grayscale: #CBCBCB. Windows color (decimal): -1907949 or 1303522. OLE color: 1303522.

HSL color Cylindrical-coordinate representation of color #E2E313: hue angle of 60.29º degrees, saturation: 0.85, 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 #E2E313 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB22622719-
CMYK0.0000.920.11
HSL60.29º84.55%48.24%-
HSV(B)60.29º91.63%89.02%-
XYZ58.9571.1511.24-
YUV202.9924.17144.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.88%
GREEN value IS 227 (89.06% from 255) = 48.09%
BLUE value IS 19 (7.81% from 255) = 4.03%
R=47.88%
G=48.09%
B=4.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226227190.0000.920.1160.2984.5548.24
HexE2E313005CB3c5530
Octal3423432300134137412560
Binary11100010111000111001100101110010111111001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E313; }

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

 H1.HeaderClassName
 {
   color: #E2E313;
 }
 .AnyTagClassName
 {
   color: #E2E313;
 }
</style>
background-color css

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

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

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

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

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

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