Shades of Yukon Gold #8E6E18
Tints of Yukon Gold #8E6E18
RGB
CMYK
RGB Variations
Color information
#8E6E18 (or 0x8E6E18) is known color: Yukon Gold. HEX triplet: 8E, 6E and 18. RGB value is (142,110,24). Sum of RGB (Red+Green+Blue) = 142+110+24=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6E18 is #7191E7. Grayscale: #6E6E6E. Windows color (decimal): -7442920 or 1601166. OLE color: 1601166.
HSL color Cylindrical-coordinate representation of color #8E6E18: hue angle of 43.73º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E6E18 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 110 | 24 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.44 |
| HSL | 43.73º | 0.71% | 0.33% | - |
| HSV(B) | 43.73º | 0.83% | 0.56% | - |
| XYZ | 16.9 | 16.97 | 3.25 | - |
| YUV | 109.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 24 | 0 | 0.23 | 0.83 | 0.44 | 43.73 | 0.71 | 0.33 |
| Hex | 8E | 6E | 18 | 0 | 17 | 53 | 2C | 2C | 47 | 21 |
| Octal | 216 | 156 | 30 | 0 | 27 | 123 | 54 | 54 | 107 | 41 |
| Binary | 10001110 | 1101110 | 11000 | 0 | 10111 | 1010011 | 101100 | 101100 | 1000111 | 100001 |
Color Harmonies of #8E6E18
Complementary color
Monochromatic Colors of #8E6E18
Black with #8E6E18
Text Example
Text Example
White with #8E6E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E18; }
p { color: rgb(142,110,24); }
H1.HeaderClassName
{
color: #8E6E18;
}
.AnyTagClassName
{
color: #8E6E18;
}
</style>
background-color css
<style>
a { background-color: #8E6E18; }
a { background-color: rgb(142,110,24); }
div.DivClassName
{
background-color: #8E6E18;
}
.BgClassName
{
background-color: #8E6E18;
}
</style>
border-color css
<style>
span { border-color: #8E6E18; }
span { border-color: rgb(142,110,24); }
td.TdClassName
{
border-color: #8E6E18;
}
.TagClassName
{
border-color: #8E6E18;
}
</style>