Shades of Rich Gold #9E5214
Tints of Rich Gold #9E5214
RGB
CMYK
RGB Variations
Color information
#9E5214 (or 0x9E5214) is known color: Rich Gold. HEX triplet: 9E, 52 and 14. RGB value is (158,82,20). Sum of RGB (Red+Green+Blue) = 158+82+20=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5214 is #61ADEB. Grayscale: #616161. Windows color (decimal): -6401516 or 1331870. OLE color: 1331870.
HSL color Cylindrical-coordinate representation of color #9E5214: hue angle of 26.96º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E5214 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 20 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.38 |
| HSL | 26.96º | 0.78% | 0.35% | - |
| HSV(B) | 26.96º | 0.87% | 0.62% | - |
| XYZ | 17.24 | 13.35 | 2.33 | - |
| YUV | 97.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 20 | 0 | 0.48 | 0.87 | 0.38 | 26.96 | 0.78 | 0.35 |
| Hex | 9E | 52 | 14 | 0 | 30 | 57 | 26 | 1B | 4E | 23 |
| Octal | 236 | 122 | 24 | 0 | 60 | 127 | 46 | 33 | 116 | 43 |
| Binary | 10011110 | 1010010 | 10100 | 0 | 110000 | 1010111 | 100110 | 11011 | 1001110 | 100011 |
Color Harmonies of #9E5214
Complementary color
Monochromatic Colors of #9E5214
Black with #9E5214
Text Example
Text Example
White with #9E5214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5214; }
p { color: rgb(158,82,20); }
H1.HeaderClassName
{
color: #9E5214;
}
.AnyTagClassName
{
color: #9E5214;
}
</style>
background-color css
<style>
a { background-color: #9E5214; }
a { background-color: rgb(158,82,20); }
div.DivClassName
{
background-color: #9E5214;
}
.BgClassName
{
background-color: #9E5214;
}
</style>
border-color css
<style>
span { border-color: #9E5214; }
span { border-color: rgb(158,82,20); }
td.TdClassName
{
border-color: #9E5214;
}
.TagClassName
{
border-color: #9E5214;
}
</style>