Shades of Gamboge #E9960B
Tints of Gamboge #E9960B
RGB
CMYK
RGB Variations
Color information
#E9960B (or 0xE9960B) is known color: Gamboge. HEX triplet: E9, 96 and 0B. RGB value is (233,150,11). Sum of RGB (Red+Green+Blue) = 233+150+11=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E9960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9960B is #1669F4. Grayscale: #9F9F9F. Windows color (decimal): -1468917 or 759529. OLE color: 759529.
HSL color Cylindrical-coordinate representation of color #E9960B: hue angle of 37.57º degrees, saturation: 0.91, 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 #E9960B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.09 |
| HSL | 37.57º | 0.91% | 0.48% | - |
| HSV(B) | 37.57º | 0.95% | 0.91% | - |
| XYZ | 44.57 | 39.16 | 5.53 | - |
| YUV | 158.97 | 44.5 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 11 | 0 | 0.36 | 0.95 | 0.09 | 37.57 | 0.91 | 0.48 |
| Hex | E9 | 96 | B | 0 | 24 | 5F | 9 | 26 | 5B | 30 |
| Octal | 351 | 226 | 13 | 0 | 44 | 137 | 11 | 46 | 133 | 60 |
| Binary | 11101001 | 10010110 | 1011 | 0 | 100100 | 1011111 | 1001 | 100110 | 1011011 | 110000 |
Color Harmonies of #E9960B
Complementary color
Monochromatic Colors of #E9960B
Black with #E9960B
Text Example
Text Example
White with #E9960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9960B; }
p { color: rgb(233,150,11); }
H1.HeaderClassName
{
color: #E9960B;
}
.AnyTagClassName
{
color: #E9960B;
}
</style>
background-color css
<style>
a { background-color: #E9960B; }
a { background-color: rgb(233,150,11); }
div.DivClassName
{
background-color: #E9960B;
}
.BgClassName
{
background-color: #E9960B;
}
</style>
border-color css
<style>
span { border-color: #E9960B; }
span { border-color: rgb(233,150,11); }
td.TdClassName
{
border-color: #E9960B;
}
.TagClassName
{
border-color: #E9960B;
}
</style>