#8E8013

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

Shades of Lemon Ginger #8E8013

Tints of Lemon Ginger #8E8013

Color information

#8E8013 (or 0x8E8013) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 80 and 13. RGB value is (142,128,19). Sum of RGB (Red+Green+Blue) = 142+128+19=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8013 is #717FEC. Grayscale: #787878. Windows color (decimal): -7438317 or 1278094. OLE color: 1278094.

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

Color convert

RGB14212819-
CMYK00.100.870.44
HSL53.17º76.4%31.57%-
HSV(B)53.17º86.62%55.69%-
XYZ18.9921.243.71-
YUV119.7671.14143.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 19 (7.81% from 255) = 6.57%
R=49.13%
G=44.29%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421281900.100.870.4453.1776.431.57
Hex8E80130A572C354c20
Octal21620023012127546511440
Binary1000111010000000100110101010101111011001101011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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