Shades of Yukon Gold #8E6E1A
Tints of Yukon Gold #8E6E1A
RGB
CMYK
RGB Variations
Color information
#8E6E1A (or 0x8E6E1A) is known color: Yukon Gold. HEX triplet: 8E, 6E and 1A. RGB value is (142,110,26). Sum of RGB (Red+Green+Blue) = 142+110+26=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6E1A is #7191E5. Grayscale: #6E6E6E. Windows color (decimal): -7442918 or 1732238. OLE color: 1732238.
HSL color Cylindrical-coordinate representation of color #8E6E1A: hue angle of 43.45º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E6E1A is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 110 | 26 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.44 |
| HSL | 43.45º | 0.69% | 0.33% | - |
| HSV(B) | 43.45º | 0.82% | 0.56% | - |
| XYZ | 16.92 | 16.98 | 3.36 | - |
| YUV | 109.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 26 | 0 | 0.23 | 0.82 | 0.44 | 43.45 | 0.69 | 0.33 |
| Hex | 8E | 6E | 1A | 0 | 17 | 52 | 2C | 2B | 45 | 21 |
| Octal | 216 | 156 | 32 | 0 | 27 | 122 | 54 | 53 | 105 | 41 |
| Binary | 10001110 | 1101110 | 11010 | 0 | 10111 | 1010010 | 101100 | 101011 | 1000101 | 100001 |
Color Harmonies of #8E6E1A
Complementary color
Monochromatic Colors of #8E6E1A
Black with #8E6E1A
Text Example
Text Example
White with #8E6E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E1A; }
p { color: rgb(142,110,26); }
H1.HeaderClassName
{
color: #8E6E1A;
}
.AnyTagClassName
{
color: #8E6E1A;
}
</style>
background-color css
<style>
a { background-color: #8E6E1A; }
a { background-color: rgb(142,110,26); }
div.DivClassName
{
background-color: #8E6E1A;
}
.BgClassName
{
background-color: #8E6E1A;
}
</style>
border-color css
<style>
span { border-color: #8E6E1A; }
span { border-color: rgb(142,110,26); }
td.TdClassName
{
border-color: #8E6E1A;
}
.TagClassName
{
border-color: #8E6E1A;
}
</style>