#8E7F1E

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

Shades of Lemon Ginger #8E7F1E

Tints of Lemon Ginger #8E7F1E

Color information

#8E7F1E (or 0x8E7F1E) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7F and 1E. RGB value is (142,127,30). Sum of RGB (Red+Green+Blue) = 142+127+30=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7F1E is #7180E1. Grayscale: #787878. Windows color (decimal): -7438562 or 1998734. OLE color: 1998734.

HSL color Cylindrical-coordinate representation of color #8E7F1E: hue angle of 51.96º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E7F1E is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB14212730-
CMYK00.110.790.44
HSL51.96º65.12%33.73%-
HSV(B)51.96º78.87%55.69%-
XYZ18.9821.024.29-
YUV120.4376.97143.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=47.49%
G=42.47%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421273000.110.790.4451.9665.1233.73
Hex8E7F1E0B4F2C344122
Octal21617736013117546410142
Binary100011101111111111100101110011111011001101001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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