#8E8114

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

Shades of Lemon Ginger #8E8114

Tints of Lemon Ginger #8E8114

Color information

#8E8114 (or 0x8E8114) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 81 and 14. RGB value is (142,129,20). Sum of RGB (Red+Green+Blue) = 142+129+20=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8114 is #717EEB. Grayscale: #787878. Windows color (decimal): -7438060 or 1343886. OLE color: 1343886.

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

Color convert

RGB14212920-
CMYK00.090.860.44
HSL53.61º75.31%31.76%-
HSV(B)53.61º85.92%55.69%-
XYZ19.1321.53.8-
YUV120.4671.31143.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 20 (8.20% from 255) = 6.87%
R=48.80%
G=44.33%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421292000.090.860.4453.6175.3131.76
Hex8E811409562C364b20
Octal21620124011126546611340
Binary1000111010000001101000100110101101011001101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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