#8E7F17

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

Shades of Lemon Ginger #8E7F17

Tints of Lemon Ginger #8E7F17

Color information

#8E7F17 (or 0x8E7F17) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7F and 17. RGB value is (142,127,23). Sum of RGB (Red+Green+Blue) = 142+127+23=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7F17 is #7180E8. Grayscale: #787878. Windows color (decimal): -7438569 or 1539982. OLE color: 1539982.

HSL color Cylindrical-coordinate representation of color #8E7F17: hue angle of 52.44º 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 #8E7F17 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB14212723-
CMYK00.110.840.44
HSL52.44º72.12%32.35%-
HSV(B)52.44º83.8%55.69%-
XYZ18.920.993.87-
YUV119.6373.47143.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 127 (50% from 255) = 43.49%
BLUE value IS 23 (9.38% from 255) = 7.88%
R=48.63%
G=43.49%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421272300.110.840.4452.4472.1232.35
Hex8E7F170B542C344820
Octal21617727013124546411040
Binary100011101111111101110101110101001011001101001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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