Shades of Yukon Gold #805E0E
Tints of Yukon Gold #805E0E
RGB
CMYK
RGB Variations
Color information
#805E0E (or 0x805E0E) is known color: Yukon Gold. HEX triplet: 80, 5E and 0E. RGB value is (128,94,14). Sum of RGB (Red+Green+Blue) = 128+94+14=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #805E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E0E is #7FA1F1. Grayscale: #5F5F5F. Windows color (decimal): -8364530 or 941696. OLE color: 941696.
HSL color Cylindrical-coordinate representation of color #805E0E: hue angle of 42.11º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #805E0E is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 14 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.50 |
| HSL | 42.11º | 0.8% | 0.28% | - |
| HSV(B) | 42.11º | 0.89% | 0.5% | - |
| XYZ | 12.98 | 12.63 | 2.17 | - |
| YUV | 95.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 14 | 0 | 0.27 | 0.89 | 0.50 | 42.11 | 0.8 | 0.28 |
| Hex | 80 | 5E | E | 0 | 1B | 59 | 32 | 2A | 50 | 1C |
| Octal | 200 | 136 | 16 | 0 | 33 | 131 | 62 | 52 | 120 | 34 |
| Binary | 10000000 | 1011110 | 1110 | 0 | 11011 | 1011001 | 110010 | 101010 | 1010000 | 11100 |
Color Harmonies of #805E0E
Complementary color
Monochromatic Colors of #805E0E
Black with #805E0E
Text Example
Text Example
White with #805E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E0E; }
p { color: rgb(128,94,14); }
H1.HeaderClassName
{
color: #805E0E;
}
.AnyTagClassName
{
color: #805E0E;
}
</style>
background-color css
<style>
a { background-color: #805E0E; }
a { background-color: rgb(128,94,14); }
div.DivClassName
{
background-color: #805E0E;
}
.BgClassName
{
background-color: #805E0E;
}
</style>
border-color css
<style>
span { border-color: #805E0E; }
span { border-color: rgb(128,94,14); }
td.TdClassName
{
border-color: #805E0E;
}
.TagClassName
{
border-color: #805E0E;
}
</style>