Shades of Gamboge #E9960C
Tints of Gamboge #E9960C
RGB
CMYK
RGB Variations
Color information
#E9960C (or 0xE9960C) is known color: Gamboge. HEX triplet: E9, 96 and 0C. RGB value is (233,150,12). Sum of RGB (Red+Green+Blue) = 233+150+12=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9960C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9960C is #1669F3. Grayscale: #9F9F9F. Windows color (decimal): -1468916 or 825065. OLE color: 825065.
HSL color Cylindrical-coordinate representation of color #E9960C: hue angle of 37.47º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9960C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 12 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.09 |
| HSL | 37.47º | 0.9% | 0.48% | - |
| HSV(B) | 37.47º | 0.95% | 0.91% | - |
| XYZ | 44.58 | 39.16 | 5.56 | - |
| YUV | 159.09 | 45 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 12 | 0 | 0.36 | 0.95 | 0.09 | 37.47 | 0.9 | 0.48 |
| Hex | E9 | 96 | C | 0 | 24 | 5F | 9 | 25 | 5A | 30 |
| Octal | 351 | 226 | 14 | 0 | 44 | 137 | 11 | 45 | 132 | 60 |
| Binary | 11101001 | 10010110 | 1100 | 0 | 100100 | 1011111 | 1001 | 100101 | 1011010 | 110000 |
Color Harmonies of #E9960C
Complementary color
Monochromatic Colors of #E9960C
Black with #E9960C
Text Example
Text Example
White with #E9960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9960C; }
p { color: rgb(233,150,12); }
H1.HeaderClassName
{
color: #E9960C;
}
.AnyTagClassName
{
color: #E9960C;
}
</style>
background-color css
<style>
a { background-color: #E9960C; }
a { background-color: rgb(233,150,12); }
div.DivClassName
{
background-color: #E9960C;
}
.BgClassName
{
background-color: #E9960C;
}
</style>
border-color css
<style>
span { border-color: #E9960C; }
span { border-color: rgb(233,150,12); }
td.TdClassName
{
border-color: #E9960C;
}
.TagClassName
{
border-color: #E9960C;
}
</style>