Shades of Gamboge #E99516
Tints of Gamboge #E99516
RGB
CMYK
RGB Variations
Color information
#E99516 (or 0xE99516) is known color: Gamboge. HEX triplet: E9, 95 and 16. RGB value is (233,149,22). Sum of RGB (Red+Green+Blue) = 233+149+22=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E99516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99516 is #166AE9. Grayscale: #A0A0A0. Windows color (decimal): -1469162 or 1480169. OLE color: 1480169.
HSL color Cylindrical-coordinate representation of color #E99516: hue angle of 36.11º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E99516 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 22 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.09 |
| HSL | 36.11º | 0.83% | 0.5% | - |
| HSV(B) | 36.11º | 0.91% | 0.91% | - |
| XYZ | 44.5 | 38.88 | 5.92 | - |
| YUV | 159.64 | 50.33 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 22 | 0 | 0.36 | 0.91 | 0.09 | 36.11 | 0.83 | 0.5 |
| Hex | E9 | 95 | 16 | 0 | 24 | 5B | 9 | 24 | 53 | 32 |
| Octal | 351 | 225 | 26 | 0 | 44 | 133 | 11 | 44 | 123 | 62 |
| Binary | 11101001 | 10010101 | 10110 | 0 | 100100 | 1011011 | 1001 | 100100 | 1010011 | 110010 |
Color Harmonies of #E99516
Complementary color
Monochromatic Colors of #E99516
Black with #E99516
Text Example
Text Example
White with #E99516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99516; }
p { color: rgb(233,149,22); }
H1.HeaderClassName
{
color: #E99516;
}
.AnyTagClassName
{
color: #E99516;
}
</style>
background-color css
<style>
a { background-color: #E99516; }
a { background-color: rgb(233,149,22); }
div.DivClassName
{
background-color: #E99516;
}
.BgClassName
{
background-color: #E99516;
}
</style>
border-color css
<style>
span { border-color: #E99516; }
span { border-color: rgb(233,149,22); }
td.TdClassName
{
border-color: #E99516;
}
.TagClassName
{
border-color: #E99516;
}
</style>