#8E8717

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

Shades of Lemon Ginger #8E8717

Tints of Lemon Ginger #8E8717

Color information

#8E8717 (or 0x8E8717) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 87 and 17. RGB value is (142,135,23). Sum of RGB (Red+Green+Blue) = 142+135+23=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8717 is #7178E8. Grayscale: #7C7C7C. Windows color (decimal): -7436521 or 1542030. OLE color: 1542030.

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

Color convert

RGB14213523-
CMYK00.050.840.44
HSL56.47º72.12%32.35%-
HSV(B)56.47º83.8%55.69%-
XYZ19.9723.144.22-
YUV124.3270.82140.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 23 (9.38% from 255) = 7.67%
R=47.33%
G=45%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421352300.050.840.4456.4772.1232.35
Hex8E871705542C384820
Octal2162072705124547011040
Binary100011101000011110111010110101001011001110001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,23); }

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

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

 a { background-color: rgb(142,135,23); }

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

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

 span { border-color: rgb(142,135,23); }

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