#8E811C

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

Shades of Lemon Ginger #8E811C

Tints of Lemon Ginger #8E811C

Color information

#8E811C (or 0x8E811C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 81 and 1C. RGB value is (142,129,28). Sum of RGB (Red+Green+Blue) = 142+129+28=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E811C is #717EE3. Grayscale: #797979. Windows color (decimal): -7438052 or 1868174. OLE color: 1868174.

HSL color Cylindrical-coordinate representation of color #8E811C: hue angle of 53.16º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E811C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14212928-
CMYK00.090.800.44
HSL53.16º67.06%33.33%-
HSV(B)53.16º80.28%55.69%-
XYZ19.2221.544.24-
YUV121.3775.31142.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 28 (11.33% from 255) = 9.36%
R=47.49%
G=43.14%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421292800.090.800.4453.1667.0633.33
Hex8E811C09502C354321
Octal21620134011120546510341
Binary1000111010000001111000100110100001011001101011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,28); }

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

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

 a { background-color: rgb(142,129,28); }

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

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

 span { border-color: rgb(142,129,28); }

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