Shades of Yukon Gold #8B700E
Tints of Yukon Gold #8B700E
RGB
CMYK
RGB Variations
Color information
#8B700E (or 0x8B700E) is known color: Yukon Gold. HEX triplet: 8B, 70 and 0E. RGB value is (139,112,14). Sum of RGB (Red+Green+Blue) = 139+112+14=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B700E is #748FF1. Grayscale: #6D6D6D. Windows color (decimal): -7639026 or 946315. OLE color: 946315.
HSL color Cylindrical-coordinate representation of color #8B700E: hue angle of 47.04º 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 #8B700E is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 14 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.45 |
| HSL | 47.04º | 0.82% | 0.3% | - |
| HSV(B) | 47.04º | 0.9% | 0.55% | - |
| XYZ | 16.52 | 17.11 | 2.85 | - |
| YUV | 108.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 14 | 0 | 0.19 | 0.90 | 0.45 | 47.04 | 0.82 | 0.3 |
| Hex | 8B | 70 | E | 0 | 13 | 5A | 2D | 2F | 52 | 1E |
| Octal | 213 | 160 | 16 | 0 | 23 | 132 | 55 | 57 | 122 | 36 |
| Binary | 10001011 | 1110000 | 1110 | 0 | 10011 | 1011010 | 101101 | 101111 | 1010010 | 11110 |
Color Harmonies of #8B700E
Complementary color
Monochromatic Colors of #8B700E
Black with #8B700E
Text Example
Text Example
White with #8B700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B700E; }
p { color: rgb(139,112,14); }
H1.HeaderClassName
{
color: #8B700E;
}
.AnyTagClassName
{
color: #8B700E;
}
</style>
background-color css
<style>
a { background-color: #8B700E; }
a { background-color: rgb(139,112,14); }
div.DivClassName
{
background-color: #8B700E;
}
.BgClassName
{
background-color: #8B700E;
}
</style>
border-color css
<style>
span { border-color: #8B700E; }
span { border-color: rgb(139,112,14); }
td.TdClassName
{
border-color: #8B700E;
}
.TagClassName
{
border-color: #8B700E;
}
</style>