#8E7F19

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

Shades of Lemon Ginger #8E7F19

Tints of Lemon Ginger #8E7F19

Color information

#8E7F19 (or 0x8E7F19) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7F and 19. RGB value is (142,127,25). Sum of RGB (Red+Green+Blue) = 142+127+25=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7F19 is #7180E6. Grayscale: #787878. Windows color (decimal): -7438567 or 1671054. OLE color: 1671054.

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

Color convert

RGB14212725-
CMYK00.110.820.44
HSL52.31º70.06%32.75%-
HSV(B)52.31º82.39%55.69%-
XYZ18.92213.98-
YUV119.8674.47143.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.30%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 25 (10.16% from 255) = 8.50%
R=48.30%
G=43.20%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421272500.110.820.4452.3170.0632.75
Hex8E7F190B522C344621
Octal21617731013122546410641
Binary100011101111111110010101110100101011001101001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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