#8E801A

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

Shades of Lemon Ginger #8E801A

Tints of Lemon Ginger #8E801A

Color information

#8E801A (or 0x8E801A) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 80 and 1A. RGB value is (142,128,26). Sum of RGB (Red+Green+Blue) = 142+128+26=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E801A is #717FE5. Grayscale: #787878. Windows color (decimal): -7438310 or 1736846. OLE color: 1736846.

HSL color Cylindrical-coordinate representation of color #8E801A: hue angle of 52.76º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E801A is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB14212826-
CMYK00.100.820.44
HSL52.76º69.05%32.94%-
HSV(B)52.76º81.69%55.69%-
XYZ19.0621.264.08-
YUV120.5674.64143.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.97%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 26 (10.55% from 255) = 8.78%
R=47.97%
G=43.24%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421282600.100.820.4452.7669.0532.94
Hex8E801A0A522C354521
Octal21620032012122546510541
Binary1000111010000000110100101010100101011001101011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E801A; }

 p { color: rgb(142,128,26); }

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

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

 a { background-color: rgb(142,128,26); }

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

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

 span { border-color: rgb(142,128,26); }

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