Shades of Yukon Gold #7E621A
Tints of Yukon Gold #7E621A
RGB
CMYK
RGB Variations
Color information
#7E621A (or 0x7E621A) is known color: Yukon Gold. HEX triplet: 7E, 62 and 1A. RGB value is (126,98,26). Sum of RGB (Red+Green+Blue) = 126+98+26=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E621A is #819DE5. Grayscale: #626262. Windows color (decimal): -8494566 or 1729150. OLE color: 1729150.
HSL color Cylindrical-coordinate representation of color #7E621A: hue angle of 43.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E621A is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 98 | 26 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.51 |
| HSL | 43.2º | 0.66% | 0.3% | - |
| HSV(B) | 43.2º | 0.79% | 0.49% | - |
| XYZ | 13.16 | 13.25 | 2.84 | - |
| YUV | 98.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 26 | 0 | 0.22 | 0.79 | 0.51 | 43.2 | 0.66 | 0.3 |
| Hex | 7E | 62 | 1A | 0 | 16 | 4F | 33 | 2B | 42 | 1E |
| Octal | 176 | 142 | 32 | 0 | 26 | 117 | 63 | 53 | 102 | 36 |
| Binary | 1111110 | 1100010 | 11010 | 0 | 10110 | 1001111 | 110011 | 101011 | 1000010 | 11110 |
Color Harmonies of #7E621A
Complementary color
Monochromatic Colors of #7E621A
Black with #7E621A
Text Example
Text Example
White with #7E621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E621A; }
p { color: rgb(126,98,26); }
H1.HeaderClassName
{
color: #7E621A;
}
.AnyTagClassName
{
color: #7E621A;
}
</style>
background-color css
<style>
a { background-color: #7E621A; }
a { background-color: rgb(126,98,26); }
div.DivClassName
{
background-color: #7E621A;
}
.BgClassName
{
background-color: #7E621A;
}
</style>
border-color css
<style>
span { border-color: #7E621A; }
span { border-color: rgb(126,98,26); }
td.TdClassName
{
border-color: #7E621A;
}
.TagClassName
{
border-color: #7E621A;
}
</style>