Shades of Yukon Gold #8C700E
Tints of Yukon Gold #8C700E
RGB
CMYK
RGB Variations
Color information
#8C700E (or 0x8C700E) is known color: Yukon Gold. HEX triplet: 8C, 70 and 0E. RGB value is (140,112,14). Sum of RGB (Red+Green+Blue) = 140+112+14=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C700E is #738FF1. Grayscale: #6D6D6D. Windows color (decimal): -7573490 or 946316. OLE color: 946316.
HSL color Cylindrical-coordinate representation of color #8C700E: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C700E is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 14 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.45 |
| HSL | 46.67º | 0.82% | 0.3% | - |
| HSV(B) | 46.67º | 0.9% | 0.55% | - |
| XYZ | 16.69 | 17.2 | 2.85 | - |
| YUV | 109.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 14 | 0 | 0.20 | 0.90 | 0.45 | 46.67 | 0.82 | 0.3 |
| Hex | 8C | 70 | E | 0 | 14 | 5A | 2D | 2F | 52 | 1E |
| Octal | 214 | 160 | 16 | 0 | 24 | 132 | 55 | 57 | 122 | 36 |
| Binary | 10001100 | 1110000 | 1110 | 0 | 10100 | 1011010 | 101101 | 101111 | 1010010 | 11110 |
Color Harmonies of #8C700E
Complementary color
Monochromatic Colors of #8C700E
Black with #8C700E
Text Example
Text Example
White with #8C700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C700E; }
p { color: rgb(140,112,14); }
H1.HeaderClassName
{
color: #8C700E;
}
.AnyTagClassName
{
color: #8C700E;
}
</style>
background-color css
<style>
a { background-color: #8C700E; }
a { background-color: rgb(140,112,14); }
div.DivClassName
{
background-color: #8C700E;
}
.BgClassName
{
background-color: #8C700E;
}
</style>
border-color css
<style>
span { border-color: #8C700E; }
span { border-color: rgb(140,112,14); }
td.TdClassName
{
border-color: #8C700E;
}
.TagClassName
{
border-color: #8C700E;
}
</style>