Shades of Gamboge #E9960A
Tints of Gamboge #E9960A
RGB
CMYK
RGB Variations
Color information
#E9960A (or 0xE9960A) is known color: Gamboge. HEX triplet: E9, 96 and 0A. RGB value is (233,150,10). Sum of RGB (Red+Green+Blue) = 233+150+10=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9960A is #1669F5. Grayscale: #9F9F9F. Windows color (decimal): -1468918 or 693993. OLE color: 693993.
HSL color Cylindrical-coordinate representation of color #E9960A: hue angle of 37.67º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9960A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.09 |
| HSL | 37.67º | 0.92% | 0.48% | - |
| HSV(B) | 37.67º | 0.96% | 0.91% | - |
| XYZ | 44.57 | 39.16 | 5.5 | - |
| YUV | 158.86 | 44 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 10 | 0 | 0.36 | 0.96 | 0.09 | 37.67 | 0.92 | 0.48 |
| Hex | E9 | 96 | A | 0 | 24 | 60 | 9 | 26 | 5C | 30 |
| Octal | 351 | 226 | 12 | 0 | 44 | 140 | 11 | 46 | 134 | 60 |
| Binary | 11101001 | 10010110 | 1010 | 0 | 100100 | 1100000 | 1001 | 100110 | 1011100 | 110000 |
Color Harmonies of #E9960A
Complementary color
Monochromatic Colors of #E9960A
Black with #E9960A
Text Example
Text Example
White with #E9960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9960A; }
p { color: rgb(233,150,10); }
H1.HeaderClassName
{
color: #E9960A;
}
.AnyTagClassName
{
color: #E9960A;
}
</style>
background-color css
<style>
a { background-color: #E9960A; }
a { background-color: rgb(233,150,10); }
div.DivClassName
{
background-color: #E9960A;
}
.BgClassName
{
background-color: #E9960A;
}
</style>
border-color css
<style>
span { border-color: #E9960A; }
span { border-color: rgb(233,150,10); }
td.TdClassName
{
border-color: #E9960A;
}
.TagClassName
{
border-color: #E9960A;
}
</style>