#8E881C

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

Shades of Lemon Ginger #8E881C

Tints of Lemon Ginger #8E881C

Color information

#8E881C (or 0x8E881C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 88 and 1C. RGB value is (142,136,28). Sum of RGB (Red+Green+Blue) = 142+136+28=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E881C is #7177E3. Grayscale: #7D7D7D. Windows color (decimal): -7436260 or 1869966. OLE color: 1869966.

HSL color Cylindrical-coordinate representation of color #8E881C: hue angle of 56.84º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E881C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14213628-
CMYK00.040.800.44
HSL56.84º67.06%33.33%-
HSV(B)56.84º80.28%55.69%-
XYZ20.1723.444.56-
YUV125.4872.99139.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.41%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 28 (11.33% from 255) = 9.15%
R=46.41%
G=44.44%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421362800.040.800.4456.8467.0633.33
Hex8E881C04502C394321
Octal2162103404120547110341
Binary100011101000100011100010010100001011001110011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E881C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,28); }

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

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

 a { background-color: rgb(142,136,28); }

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

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

 span { border-color: rgb(142,136,28); }

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