Shades of Yukon Gold #7E6502
Tints of Yukon Gold #7E6502
RGB
CMYK
RGB Variations
Color information
#7E6502 (or 0x7E6502) is known color: Yukon Gold. HEX triplet: 7E, 65 and 02. RGB value is (126,101,2). Sum of RGB (Red+Green+Blue) = 126+101+2=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6502 is #819AFD. Grayscale: #616161. Windows color (decimal): -8493822 or 157054. OLE color: 157054.
HSL color Cylindrical-coordinate representation of color #7E6502: hue angle of 47.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E6502 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 101 | 2 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.51 |
| HSL | 47.9º | 0.97% | 0.25% | - |
| HSV(B) | 47.9º | 0.98% | 0.49% | - |
| XYZ | 13.27 | 13.75 | 2.01 | - |
| YUV | 97.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 2 | 0 | 0.20 | 0.98 | 0.51 | 47.9 | 0.97 | 0.25 |
| Hex | 7E | 65 | 2 | 0 | 14 | 62 | 33 | 30 | 61 | 19 |
| Octal | 176 | 145 | 2 | 0 | 24 | 142 | 63 | 60 | 141 | 31 |
| Binary | 1111110 | 1100101 | 10 | 0 | 10100 | 1100010 | 110011 | 110000 | 1100001 | 11001 |
Color Harmonies of #7E6502
Complementary color
Monochromatic Colors of #7E6502
Black with #7E6502
Text Example
Text Example
White with #7E6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6502; }
p { color: rgb(126,101,2); }
H1.HeaderClassName
{
color: #7E6502;
}
.AnyTagClassName
{
color: #7E6502;
}
</style>
background-color css
<style>
a { background-color: #7E6502; }
a { background-color: rgb(126,101,2); }
div.DivClassName
{
background-color: #7E6502;
}
.BgClassName
{
background-color: #7E6502;
}
</style>
border-color css
<style>
span { border-color: #7E6502; }
span { border-color: rgb(126,101,2); }
td.TdClassName
{
border-color: #7E6502;
}
.TagClassName
{
border-color: #7E6502;
}
</style>