Shades of Gamboge #E99B16
Tints of Gamboge #E99B16
RGB
CMYK
RGB Variations
Color information
#E99B16 (or 0xE99B16) is known color: Gamboge. HEX triplet: E9, 9B and 16. RGB value is (233,155,22). Sum of RGB (Red+Green+Blue) = 233+155+22=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99B16 is #1664E9. Grayscale: #A3A3A3. Windows color (decimal): -1467626 or 1481705. OLE color: 1481705.
HSL color Cylindrical-coordinate representation of color #E99B16: hue angle of 37.82º 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 #E99B16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.09 |
| HSL | 37.82º | 0.83% | 0.5% | - |
| HSV(B) | 37.82º | 0.91% | 0.91% | - |
| XYZ | 45.47 | 40.82 | 6.24 | - |
| YUV | 163.16 | 48.34 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 22 | 0 | 0.33 | 0.91 | 0.09 | 37.82 | 0.83 | 0.5 |
| Hex | E9 | 9B | 16 | 0 | 21 | 5B | 9 | 26 | 53 | 32 |
| Octal | 351 | 233 | 26 | 0 | 41 | 133 | 11 | 46 | 123 | 62 |
| Binary | 11101001 | 10011011 | 10110 | 0 | 100001 | 1011011 | 1001 | 100110 | 1010011 | 110010 |
Color Harmonies of #E99B16
Complementary color
Monochromatic Colors of #E99B16
Black with #E99B16
Text Example
Text Example
White with #E99B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B16; }
p { color: rgb(233,155,22); }
H1.HeaderClassName
{
color: #E99B16;
}
.AnyTagClassName
{
color: #E99B16;
}
</style>
background-color css
<style>
a { background-color: #E99B16; }
a { background-color: rgb(233,155,22); }
div.DivClassName
{
background-color: #E99B16;
}
.BgClassName
{
background-color: #E99B16;
}
</style>
border-color css
<style>
span { border-color: #E99B16; }
span { border-color: rgb(233,155,22); }
td.TdClassName
{
border-color: #E99B16;
}
.TagClassName
{
border-color: #E99B16;
}
</style>