Shades of Yukon Gold #8E7713
Tints of Yukon Gold #8E7713
RGB
CMYK
RGB Variations
Color information
#8E7713 (or 0x8E7713) is known color: Yukon Gold. HEX triplet: 8E, 77 and 13. RGB value is (142,119,19). Sum of RGB (Red+Green+Blue) = 142+119+19=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7713 is #7188EC. Grayscale: #727272. Windows color (decimal): -7440621 or 1275790. OLE color: 1275790.
HSL color Cylindrical-coordinate representation of color #8E7713: hue angle of 48.78º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E7713 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 19 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.44 |
| HSL | 48.78º | 0.76% | 0.32% | - |
| HSV(B) | 48.78º | 0.87% | 0.56% | - |
| XYZ | 17.87 | 18.99 | 3.34 | - |
| YUV | 114.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 19 | 0 | 0.16 | 0.87 | 0.44 | 48.78 | 0.76 | 0.32 |
| Hex | 8E | 77 | 13 | 0 | 10 | 57 | 2C | 31 | 4C | 20 |
| Octal | 216 | 167 | 23 | 0 | 20 | 127 | 54 | 61 | 114 | 40 |
| Binary | 10001110 | 1110111 | 10011 | 0 | 10000 | 1010111 | 101100 | 110001 | 1001100 | 100000 |
Color Harmonies of #8E7713
Complementary color
Monochromatic Colors of #8E7713
Black with #8E7713
Text Example
Text Example
White with #8E7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7713; }
p { color: rgb(142,119,19); }
H1.HeaderClassName
{
color: #8E7713;
}
.AnyTagClassName
{
color: #8E7713;
}
</style>
background-color css
<style>
a { background-color: #8E7713; }
a { background-color: rgb(142,119,19); }
div.DivClassName
{
background-color: #8E7713;
}
.BgClassName
{
background-color: #8E7713;
}
</style>
border-color css
<style>
span { border-color: #8E7713; }
span { border-color: rgb(142,119,19); }
td.TdClassName
{
border-color: #8E7713;
}
.TagClassName
{
border-color: #8E7713;
}
</style>