#8E7716

Color #8E7716 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8E7716

Tints of Yukon Gold #8E7716

Color information

#8E7716 (or 0x8E7716) is unknown color: approx Yukon Gold. HEX triplet: 8E, 77 and 16. RGB value is (142,119,22). Sum of RGB (Red+Green+Blue) = 142+119+22=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7716 is #7188E9. Grayscale: #737373. Windows color (decimal): -7440618 or 1472398. OLE color: 1472398.

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

Color convert

RGB14211922-
CMYK00.160.850.44
HSL48.5º73.17%32.16%-
HSV(B)48.5º84.51%55.69%-
XYZ17.9193.48-
YUV114.8275.62147.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=50.18%
G=42.05%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421192200.160.850.4448.573.1732.16
Hex8E7716010552C304920
Octal21616726020125546011140
Binary1000111011101111011001000010101011011001100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,119,22); }

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

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

 a { background-color: rgb(142,119,22); }

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

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

 span { border-color: rgb(142,119,22); }

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