#8E8818

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

Shades of Lemon Ginger #8E8818

Tints of Lemon Ginger #8E8818

Color information

#8E8818 (or 0x8E8818) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 88 and 18. RGB value is (142,136,24). Sum of RGB (Red+Green+Blue) = 142+136+24=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8818 is #7177E7. Grayscale: #7D7D7D. Windows color (decimal): -7436264 or 1607822. OLE color: 1607822.

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

Color convert

RGB14213624-
CMYK00.040.830.44
HSL56.95º71.08%32.55%-
HSV(B)56.95º83.1%55.69%-
XYZ20.1223.434.32-
YUV125.0370.99140.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 24 (9.77% from 255) = 7.95%
R=47.02%
G=45.03%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421362400.040.830.4456.9571.0832.55
Hex8E881804532C394721
Octal2162103004123547110741
Binary100011101000100011000010010100111011001110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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