Shades of Rich Gold #9E5012
Tints of Rich Gold #9E5012
RGB
CMYK
RGB Variations
Color information
#9E5012 (or 0x9E5012) is known color: Rich Gold. HEX triplet: 9E, 50 and 12. RGB value is (158,80,18). Sum of RGB (Red+Green+Blue) = 158+80+18=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5012 is #61AFED. Grayscale: #606060. Windows color (decimal): -6402030 or 1200286. OLE color: 1200286.
HSL color Cylindrical-coordinate representation of color #9E5012: hue angle of 26.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E5012 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 18 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.38 |
| HSL | 26.57º | 0.8% | 0.35% | - |
| HSV(B) | 26.57º | 0.89% | 0.62% | - |
| XYZ | 17.08 | 13.05 | 2.19 | - |
| YUV | 96.25 | 83.84 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 18 | 0 | 0.49 | 0.89 | 0.38 | 26.57 | 0.8 | 0.35 |
| Hex | 9E | 50 | 12 | 0 | 31 | 59 | 26 | 1B | 50 | 23 |
| Octal | 236 | 120 | 22 | 0 | 61 | 131 | 46 | 33 | 120 | 43 |
| Binary | 10011110 | 1010000 | 10010 | 0 | 110001 | 1011001 | 100110 | 11011 | 1010000 | 100011 |
Color Harmonies of #9E5012
Complementary color
Monochromatic Colors of #9E5012
Black with #9E5012
Text Example
Text Example
White with #9E5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5012; }
p { color: rgb(158,80,18); }
H1.HeaderClassName
{
color: #9E5012;
}
.AnyTagClassName
{
color: #9E5012;
}
</style>
background-color css
<style>
a { background-color: #9E5012; }
a { background-color: rgb(158,80,18); }
div.DivClassName
{
background-color: #9E5012;
}
.BgClassName
{
background-color: #9E5012;
}
</style>
border-color css
<style>
span { border-color: #9E5012; }
span { border-color: rgb(158,80,18); }
td.TdClassName
{
border-color: #9E5012;
}
.TagClassName
{
border-color: #9E5012;
}
</style>