Shades of Yukon Gold #725E11
Tints of Yukon Gold #725E11
RGB
CMYK
RGB Variations
Color information
#725E11 (or 0x725E11) is known color: Yukon Gold. HEX triplet: 72, 5E and 11. RGB value is (114,94,17). Sum of RGB (Red+Green+Blue) = 114+94+17=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #725E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725E11 is #8DA1EE. Grayscale: #5B5B5B. Windows color (decimal): -9282031 or 1138290. OLE color: 1138290.
HSL color Cylindrical-coordinate representation of color #725E11: hue angle of 47.63º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #725E11 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 17 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.55 |
| HSL | 47.63º | 0.74% | 0.26% | - |
| HSV(B) | 47.63º | 0.85% | 0.45% | - |
| XYZ | 11.04 | 11.62 | 2.19 | - |
| YUV | 91.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 17 | 0 | 0.18 | 0.85 | 0.55 | 47.63 | 0.74 | 0.26 |
| Hex | 72 | 5E | 11 | 0 | 12 | 55 | 37 | 30 | 4A | 1A |
| Octal | 162 | 136 | 21 | 0 | 22 | 125 | 67 | 60 | 112 | 32 |
| Binary | 1110010 | 1011110 | 10001 | 0 | 10010 | 1010101 | 110111 | 110000 | 1001010 | 11010 |
Color Harmonies of #725E11
Complementary color
Monochromatic Colors of #725E11
Black with #725E11
Text Example
Text Example
White with #725E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E11; }
p { color: rgb(114,94,17); }
H1.HeaderClassName
{
color: #725E11;
}
.AnyTagClassName
{
color: #725E11;
}
</style>
background-color css
<style>
a { background-color: #725E11; }
a { background-color: rgb(114,94,17); }
div.DivClassName
{
background-color: #725E11;
}
.BgClassName
{
background-color: #725E11;
}
</style>
border-color css
<style>
span { border-color: #725E11; }
span { border-color: rgb(114,94,17); }
td.TdClassName
{
border-color: #725E11;
}
.TagClassName
{
border-color: #725E11;
}
</style>