Shades of Yukon Gold #8E740E
Tints of Yukon Gold #8E740E
RGB
CMYK
RGB Variations
Color information
#8E740E (or 0x8E740E) is known color: Yukon Gold. HEX triplet: 8E, 74 and 0E. RGB value is (142,116,14). Sum of RGB (Red+Green+Blue) = 142+116+14=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E740E is #718BF1. Grayscale: #707070. Windows color (decimal): -7441394 or 947342. OLE color: 947342.
HSL color Cylindrical-coordinate representation of color #8E740E: hue angle of 47.81º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E740E is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 14 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.44 |
| HSL | 47.81º | 0.82% | 0.31% | - |
| HSV(B) | 47.81º | 0.9% | 0.56% | - |
| XYZ | 17.48 | 18.27 | 3.02 | - |
| YUV | 112.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 14 | 0 | 0.18 | 0.90 | 0.44 | 47.81 | 0.82 | 0.31 |
| Hex | 8E | 74 | E | 0 | 12 | 5A | 2C | 30 | 52 | 1F |
| Octal | 216 | 164 | 16 | 0 | 22 | 132 | 54 | 60 | 122 | 37 |
| Binary | 10001110 | 1110100 | 1110 | 0 | 10010 | 1011010 | 101100 | 110000 | 1010010 | 11111 |
Color Harmonies of #8E740E
Complementary color
Monochromatic Colors of #8E740E
Black with #8E740E
Text Example
Text Example
White with #8E740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E740E; }
p { color: rgb(142,116,14); }
H1.HeaderClassName
{
color: #8E740E;
}
.AnyTagClassName
{
color: #8E740E;
}
</style>
background-color css
<style>
a { background-color: #8E740E; }
a { background-color: rgb(142,116,14); }
div.DivClassName
{
background-color: #8E740E;
}
.BgClassName
{
background-color: #8E740E;
}
</style>
border-color css
<style>
span { border-color: #8E740E; }
span { border-color: rgb(142,116,14); }
td.TdClassName
{
border-color: #8E740E;
}
.TagClassName
{
border-color: #8E740E;
}
</style>