Shades of Luxor Gold #9E8E4E
Tints of Luxor Gold #9E8E4E
RGB
CMYK
RGB Variations
Color information
#9E8E4E (or 0x9E8E4E) is known color: Luxor Gold. HEX triplet: 9E, 8E and 4E. RGB value is (158,142,78). Sum of RGB (Red+Green+Blue) = 158+142+78=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8E4E is #6171B1. Grayscale: #8B8B8B. Windows color (decimal): -6386098 or 5148318. OLE color: 5148318.
HSL color Cylindrical-coordinate representation of color #9E8E4E: hue angle of 48º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E8E4E is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 142 | 78 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.38 |
| HSL | 48º | 0.34% | 0.46% | - |
| HSV(B) | 48º | 0.51% | 0.62% | - |
| XYZ | 25.15 | 27.17 | 11.13 | - |
| YUV | 139.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 78 | 0 | 0.10 | 0.51 | 0.38 | 48 | 0.34 | 0.46 |
| Hex | 9E | 8E | 4E | 0 | A | 33 | 26 | 30 | 22 | 2E |
| Octal | 236 | 216 | 116 | 0 | 12 | 63 | 46 | 60 | 42 | 56 |
| Binary | 10011110 | 10001110 | 1001110 | 0 | 1010 | 110011 | 100110 | 110000 | 100010 | 101110 |
Color Harmonies of #9E8E4E
Complementary color
Monochromatic Colors of #9E8E4E
Black with #9E8E4E
Text Example
Text Example
White with #9E8E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8E4E; }
p { color: rgb(158,142,78); }
H1.HeaderClassName
{
color: #9E8E4E;
}
.AnyTagClassName
{
color: #9E8E4E;
}
</style>
background-color css
<style>
a { background-color: #9E8E4E; }
a { background-color: rgb(158,142,78); }
div.DivClassName
{
background-color: #9E8E4E;
}
.BgClassName
{
background-color: #9E8E4E;
}
</style>
border-color css
<style>
span { border-color: #9E8E4E; }
span { border-color: rgb(158,142,78); }
td.TdClassName
{
border-color: #9E8E4E;
}
.TagClassName
{
border-color: #9E8E4E;
}
</style>