Shades of Yukon Gold #8E741A
Tints of Yukon Gold #8E741A
RGB
CMYK
RGB Variations
Color information
#8E741A (or 0x8E741A) is known color: Yukon Gold. HEX triplet: 8E, 74 and 1A. RGB value is (142,116,26). Sum of RGB (Red+Green+Blue) = 142+116+26=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E741A is #718BE5. Grayscale: #717171. Windows color (decimal): -7441382 or 1733774. OLE color: 1733774.
HSL color Cylindrical-coordinate representation of color #8E741A: hue angle of 46.55º 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 #8E741A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 26 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.44 |
| HSL | 46.55º | 0.69% | 0.33% | - |
| HSV(B) | 46.55º | 0.82% | 0.56% | - |
| XYZ | 17.59 | 18.32 | 3.59 | - |
| YUV | 113.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 26 | 0 | 0.18 | 0.82 | 0.44 | 46.55 | 0.69 | 0.33 |
| Hex | 8E | 74 | 1A | 0 | 12 | 52 | 2C | 2F | 45 | 21 |
| Octal | 216 | 164 | 32 | 0 | 22 | 122 | 54 | 57 | 105 | 41 |
| Binary | 10001110 | 1110100 | 11010 | 0 | 10010 | 1010010 | 101100 | 101111 | 1000101 | 100001 |
Color Harmonies of #8E741A
Complementary color
Monochromatic Colors of #8E741A
Black with #8E741A
Text Example
Text Example
White with #8E741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E741A; }
p { color: rgb(142,116,26); }
H1.HeaderClassName
{
color: #8E741A;
}
.AnyTagClassName
{
color: #8E741A;
}
</style>
background-color css
<style>
a { background-color: #8E741A; }
a { background-color: rgb(142,116,26); }
div.DivClassName
{
background-color: #8E741A;
}
.BgClassName
{
background-color: #8E741A;
}
</style>
border-color css
<style>
span { border-color: #8E741A; }
span { border-color: rgb(142,116,26); }
td.TdClassName
{
border-color: #8E741A;
}
.TagClassName
{
border-color: #8E741A;
}
</style>