#8E7E15

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

Shades of Lemon Ginger #8E7E15

Tints of Lemon Ginger #8E7E15

Color information

#8E7E15 (or 0x8E7E15) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7E and 15. RGB value is (142,126,21). Sum of RGB (Red+Green+Blue) = 142+126+21=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7E15 is #7181EA. Grayscale: #777777. Windows color (decimal): -7438827 or 1408654. OLE color: 1408654.

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

Color convert

RGB14212621-
CMYK00.110.850.44
HSL52.07º74.23%31.96%-
HSV(B)52.07º85.21%55.69%-
XYZ18.7520.733.72-
YUV118.8172.8144.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=49.13%
G=43.60%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421262100.110.850.4452.0774.2331.96
Hex8E7E150B552C344a20
Octal21617625013125546411240
Binary100011101111110101010101110101011011001101001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,21); }

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

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

 a { background-color: rgb(142,126,21); }

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

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

 span { border-color: rgb(142,126,21); }

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