#E8E20C

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

Shades of Lemon #E8E20C

Tints of Lemon #E8E20C

Color information

#E8E20C (or 0xE8E20C) is unknown color: approx Lemon. HEX triplet: E8, E2 and 0C. RGB value is (232,226,12). Sum of RGB (Red+Green+Blue) = 232+226+12=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E20C is #171DF3. Grayscale: #CCCCCC. Windows color (decimal): -1514996 or 844520. OLE color: 844520.

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

Color convert

RGB23222612-
CMYK00.030.950.09
HSL58.36º90.16%47.84%-
HSV(B)58.36º94.83%90.98%-
XYZ60.5471.5810.97-
YUV203.419.99148.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.36%
GREEN value IS 226 (88.67% from 255) = 48.09%
BLUE value IS 12 (5.08% from 255) = 2.55%
R=49.36%
G=48.09%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322261200.030.950.0958.3690.1647.84
HexE8E2C035F93a5a30
Octal3503421403137117213260
Binary11101000111000101100011101111110011110101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E20C; }

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

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

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

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

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

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

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

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