Shades of Yukon Gold #8E750E
Tints of Yukon Gold #8E750E
RGB
CMYK
RGB Variations
Color information
#8E750E (or 0x8E750E) is known color: Yukon Gold. HEX triplet: 8E, 75 and 0E. RGB value is (142,117,14). Sum of RGB (Red+Green+Blue) = 142+117+14=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E750E is #718AF1. Grayscale: #717171. Windows color (decimal): -7441138 or 947598. OLE color: 947598.
HSL color Cylindrical-coordinate representation of color #8E750E: hue angle of 48.28º 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 #8E750E is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 14 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.44 |
| HSL | 48.28º | 0.82% | 0.31% | - |
| HSV(B) | 48.28º | 0.9% | 0.56% | - |
| XYZ | 17.6 | 18.51 | 3.06 | - |
| YUV | 112.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 14 | 0 | 0.18 | 0.90 | 0.44 | 48.28 | 0.82 | 0.31 |
| Hex | 8E | 75 | E | 0 | 12 | 5A | 2C | 30 | 52 | 1F |
| Octal | 216 | 165 | 16 | 0 | 22 | 132 | 54 | 60 | 122 | 37 |
| Binary | 10001110 | 1110101 | 1110 | 0 | 10010 | 1011010 | 101100 | 110000 | 1010010 | 11111 |
Color Harmonies of #8E750E
Complementary color
Monochromatic Colors of #8E750E
Black with #8E750E
Text Example
Text Example
White with #8E750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E750E; }
p { color: rgb(142,117,14); }
H1.HeaderClassName
{
color: #8E750E;
}
.AnyTagClassName
{
color: #8E750E;
}
</style>
background-color css
<style>
a { background-color: #8E750E; }
a { background-color: rgb(142,117,14); }
div.DivClassName
{
background-color: #8E750E;
}
.BgClassName
{
background-color: #8E750E;
}
</style>
border-color css
<style>
span { border-color: #8E750E; }
span { border-color: rgb(142,117,14); }
td.TdClassName
{
border-color: #8E750E;
}
.TagClassName
{
border-color: #8E750E;
}
</style>