#8E701B

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

Shades of Yukon Gold #8E701B

Tints of Yukon Gold #8E701B

Color information

#8E701B (or 0x8E701B) is unknown color: approx Yukon Gold. HEX triplet: 8E, 70 and 1B. RGB value is (142,112,27). Sum of RGB (Red+Green+Blue) = 142+112+27=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E701B is #718FE4. Grayscale: #6F6F6F. Windows color (decimal): -7442405 or 1798286. OLE color: 1798286.

HSL color Cylindrical-coordinate representation of color #8E701B: hue angle of 44.35º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E701B is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14211227-
CMYK00.210.810.44
HSL44.35º68.05%33.14%-
HSV(B)44.35º80.99%55.69%-
XYZ17.1517.423.5-
YUV111.2880.44149.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=50.53%
G=39.86%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421122700.210.810.4444.3568.0533.14
Hex8E701B015512C2c4421
Octal21616033025121545410441
Binary1000111011100001101101010110100011011001011001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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