#8E8615

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

Shades of Lemon Ginger #8E8615

Tints of Lemon Ginger #8E8615

Color information

#8E8615 (or 0x8E8615) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 86 and 15. RGB value is (142,134,21). Sum of RGB (Red+Green+Blue) = 142+134+21=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8615 is #7179EA. Grayscale: #7B7B7B. Windows color (decimal): -7436779 or 1410702. OLE color: 1410702.

HSL color Cylindrical-coordinate representation of color #8E8615: hue angle of 56.03º 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 #8E8615 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14213421-
CMYK00.060.850.44
HSL56.03º74.23%31.96%-
HSV(B)56.03º85.21%55.69%-
XYZ19.8222.864.08-
YUV123.5170.15141.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=47.81%
G=45.12%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421342100.060.850.4456.0374.2331.96
Hex8E861506552C384a20
Octal2162062506125547011240
Binary100011101000011010101011010101011011001110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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