Shades of Yukon Gold #7E5C14
Tints of Yukon Gold #7E5C14
RGB
CMYK
RGB Variations
Color information
#7E5C14 (or 0x7E5C14) is known color: Yukon Gold. HEX triplet: 7E, 5C and 14. RGB value is (126,92,20). Sum of RGB (Red+Green+Blue) = 126+92+20=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5C14 is #81A3EB. Grayscale: #5E5E5E. Windows color (decimal): -8496108 or 1334398. OLE color: 1334398.
HSL color Cylindrical-coordinate representation of color #7E5C14: hue angle of 40.75º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E5C14 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 92 | 20 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.51 |
| HSL | 40.75º | 0.73% | 0.29% | - |
| HSV(B) | 40.75º | 0.84% | 0.49% | - |
| XYZ | 12.56 | 12.14 | 2.34 | - |
| YUV | 93.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 20 | 0 | 0.27 | 0.84 | 0.51 | 40.75 | 0.73 | 0.29 |
| Hex | 7E | 5C | 14 | 0 | 1B | 54 | 33 | 29 | 49 | 1D |
| Octal | 176 | 134 | 24 | 0 | 33 | 124 | 63 | 51 | 111 | 35 |
| Binary | 1111110 | 1011100 | 10100 | 0 | 11011 | 1010100 | 110011 | 101001 | 1001001 | 11101 |
Color Harmonies of #7E5C14
Complementary color
Monochromatic Colors of #7E5C14
Black with #7E5C14
Text Example
Text Example
White with #7E5C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5C14; }
p { color: rgb(126,92,20); }
H1.HeaderClassName
{
color: #7E5C14;
}
.AnyTagClassName
{
color: #7E5C14;
}
</style>
background-color css
<style>
a { background-color: #7E5C14; }
a { background-color: rgb(126,92,20); }
div.DivClassName
{
background-color: #7E5C14;
}
.BgClassName
{
background-color: #7E5C14;
}
</style>
border-color css
<style>
span { border-color: #7E5C14; }
span { border-color: rgb(126,92,20); }
td.TdClassName
{
border-color: #7E5C14;
}
.TagClassName
{
border-color: #7E5C14;
}
</style>