Shades of Yukon Gold #8A750E
Tints of Yukon Gold #8A750E
RGB
CMYK
RGB Variations
Color information
#8A750E (or 0x8A750E) is known color: Yukon Gold. HEX triplet: 8A, 75 and 0E. RGB value is (138,117,14). Sum of RGB (Red+Green+Blue) = 138+117+14=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A750E is #758AF1. Grayscale: #6F6F6F. Windows color (decimal): -7703282 or 947594. OLE color: 947594.
HSL color Cylindrical-coordinate representation of color #8A750E: hue angle of 49.84º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A750E is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 14 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.46 |
| HSL | 49.84º | 0.82% | 0.3% | - |
| HSV(B) | 49.84º | 0.9% | 0.54% | - |
| XYZ | 16.92 | 18.16 | 3.03 | - |
| YUV | 111.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 14 | 0 | 0.15 | 0.90 | 0.46 | 49.84 | 0.82 | 0.3 |
| Hex | 8A | 75 | E | 0 | F | 5A | 2E | 32 | 52 | 1E |
| Octal | 212 | 165 | 16 | 0 | 17 | 132 | 56 | 62 | 122 | 36 |
| Binary | 10001010 | 1110101 | 1110 | 0 | 1111 | 1011010 | 101110 | 110010 | 1010010 | 11110 |
Color Harmonies of #8A750E
Complementary color
Monochromatic Colors of #8A750E
Black with #8A750E
Text Example
Text Example
White with #8A750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A750E; }
p { color: rgb(138,117,14); }
H1.HeaderClassName
{
color: #8A750E;
}
.AnyTagClassName
{
color: #8A750E;
}
</style>
background-color css
<style>
a { background-color: #8A750E; }
a { background-color: rgb(138,117,14); }
div.DivClassName
{
background-color: #8A750E;
}
.BgClassName
{
background-color: #8A750E;
}
</style>
border-color css
<style>
span { border-color: #8A750E; }
span { border-color: rgb(138,117,14); }
td.TdClassName
{
border-color: #8A750E;
}
.TagClassName
{
border-color: #8A750E;
}
</style>