#E2E00F

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

Shades of Lemon #E2E00F

Tints of Lemon #E2E00F

Color information

#E2E00F (or 0xE2E00F) is unknown color: approx Lemon. HEX triplet: E2, E0 and 0F. RGB value is (226,224,15). Sum of RGB (Red+Green+Blue) = 226+224+15=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E00F is #1D1FF0. Grayscale: #C9C9C9. Windows color (decimal): -1908721 or 1040610. OLE color: 1040610.

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

Color convert

RGB22622415-
CMYK00.010.930.11
HSL59.43º87.55%47.25%-
HSV(B)59.43º93.36%88.63%-
XYZ58.1169.5110.81-
YUV200.7723.16145.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.60%
GREEN value IS 224 (87.89% from 255) = 48.17%
BLUE value IS 15 (6.25% from 255) = 3.23%
R=48.60%
G=48.17%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262241500.010.930.1159.4387.5547.25
HexE2E0F015DB3b582f
Octal3423401701135137313057
Binary1110001011100000111101101110110111110111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E00F; }

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

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

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

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

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

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

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

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