#8E7016

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

Shades of Yukon Gold #8E7016

Tints of Yukon Gold #8E7016

Color information

#8E7016 (or 0x8E7016) is unknown color: approx Yukon Gold. HEX triplet: 8E, 70 and 16. RGB value is (142,112,22). Sum of RGB (Red+Green+Blue) = 142+112+22=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7016 is #718FE9. Grayscale: #6F6F6F. Windows color (decimal): -7442410 or 1470606. OLE color: 1470606.

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

Color convert

RGB14211222-
CMYK00.210.850.44
HSL45º73.17%32.16%-
HSV(B)45º84.51%55.69%-
XYZ17.0917.43.22-
YUV110.7177.94150.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=51.45%
G=40.58%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421122200.210.850.444573.1732.16
Hex8E7016015552C2d4920
Octal21616026025125545511140
Binary1000111011100001011001010110101011011001011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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