Shades of Gamboge #E89516
Tints of Gamboge #E89516
RGB
CMYK
RGB Variations
Color information
#E89516 (or 0xE89516) is known color: Gamboge. HEX triplet: E8, 95 and 16. RGB value is (232,149,22). Sum of RGB (Red+Green+Blue) = 232+149+22=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E89516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89516 is #176AE9. Grayscale: #9F9F9F. Windows color (decimal): -1534698 or 1480168. OLE color: 1480168.
HSL color Cylindrical-coordinate representation of color #E89516: hue angle of 36.29º 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 #E89516 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 22 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.09 |
| HSL | 36.29º | 0.83% | 0.5% | - |
| HSV(B) | 36.29º | 0.91% | 0.91% | - |
| XYZ | 44.17 | 38.71 | 5.9 | - |
| YUV | 159.34 | 50.5 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 22 | 0 | 0.36 | 0.91 | 0.09 | 36.29 | 0.83 | 0.5 |
| Hex | E8 | 95 | 16 | 0 | 24 | 5B | 9 | 24 | 53 | 32 |
| Octal | 350 | 225 | 26 | 0 | 44 | 133 | 11 | 44 | 123 | 62 |
| Binary | 11101000 | 10010101 | 10110 | 0 | 100100 | 1011011 | 1001 | 100100 | 1010011 | 110010 |
Color Harmonies of #E89516
Complementary color
Monochromatic Colors of #E89516
Black with #E89516
Text Example
Text Example
White with #E89516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89516; }
p { color: rgb(232,149,22); }
H1.HeaderClassName
{
color: #E89516;
}
.AnyTagClassName
{
color: #E89516;
}
</style>
background-color css
<style>
a { background-color: #E89516; }
a { background-color: rgb(232,149,22); }
div.DivClassName
{
background-color: #E89516;
}
.BgClassName
{
background-color: #E89516;
}
</style>
border-color css
<style>
span { border-color: #E89516; }
span { border-color: rgb(232,149,22); }
td.TdClassName
{
border-color: #E89516;
}
.TagClassName
{
border-color: #E89516;
}
</style>