Shades of Yukon Gold #8E7711
Tints of Yukon Gold #8E7711
RGB
CMYK
RGB Variations
Color information
#8E7711 (or 0x8E7711) is known color: Yukon Gold. HEX triplet: 8E, 77 and 11. RGB value is (142,119,17). Sum of RGB (Red+Green+Blue) = 142+119+17=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7711 is #7188EE. Grayscale: #727272. Windows color (decimal): -7440623 or 1144718. OLE color: 1144718.
HSL color Cylindrical-coordinate representation of color #8E7711: hue angle of 48.96º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E7711 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 17 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.44 |
| HSL | 48.96º | 0.79% | 0.31% | - |
| HSV(B) | 48.96º | 0.88% | 0.56% | - |
| XYZ | 17.85 | 18.98 | 3.25 | - |
| YUV | 114.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 17 | 0 | 0.16 | 0.88 | 0.44 | 48.96 | 0.79 | 0.31 |
| Hex | 8E | 77 | 11 | 0 | 10 | 58 | 2C | 31 | 4F | 1F |
| Octal | 216 | 167 | 21 | 0 | 20 | 130 | 54 | 61 | 117 | 37 |
| Binary | 10001110 | 1110111 | 10001 | 0 | 10000 | 1011000 | 101100 | 110001 | 1001111 | 11111 |
Color Harmonies of #8E7711
Complementary color
Monochromatic Colors of #8E7711
Black with #8E7711
Text Example
Text Example
White with #8E7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7711; }
p { color: rgb(142,119,17); }
H1.HeaderClassName
{
color: #8E7711;
}
.AnyTagClassName
{
color: #8E7711;
}
</style>
background-color css
<style>
a { background-color: #8E7711; }
a { background-color: rgb(142,119,17); }
div.DivClassName
{
background-color: #8E7711;
}
.BgClassName
{
background-color: #8E7711;
}
</style>
border-color css
<style>
span { border-color: #8E7711; }
span { border-color: rgb(142,119,17); }
td.TdClassName
{
border-color: #8E7711;
}
.TagClassName
{
border-color: #8E7711;
}
</style>