Shades of Gamboge #E99E11
Tints of Gamboge #E99E11
RGB
CMYK
RGB Variations
Color information
#E99E11 (or 0xE99E11) is known color: Gamboge. HEX triplet: E9, 9E and 11. RGB value is (233,158,17). Sum of RGB (Red+Green+Blue) = 233+158+17=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E99E11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99E11 is #1661EE. Grayscale: #A4A4A4. Windows color (decimal): -1466863 or 1154793. OLE color: 1154793.
HSL color Cylindrical-coordinate representation of color #E99E11: hue angle of 39.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E99E11 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.09 |
| HSL | 39.17º | 0.86% | 0.49% | - |
| HSV(B) | 39.17º | 0.93% | 0.91% | - |
| XYZ | 45.93 | 41.82 | 6.18 | - |
| YUV | 164.35 | 44.85 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 17 | 0 | 0.32 | 0.93 | 0.09 | 39.17 | 0.86 | 0.49 |
| Hex | E9 | 9E | 11 | 0 | 20 | 5D | 9 | 27 | 56 | 31 |
| Octal | 351 | 236 | 21 | 0 | 40 | 135 | 11 | 47 | 126 | 61 |
| Binary | 11101001 | 10011110 | 10001 | 0 | 100000 | 1011101 | 1001 | 100111 | 1010110 | 110001 |
Color Harmonies of #E99E11
Complementary color
Monochromatic Colors of #E99E11
Black with #E99E11
Text Example
Text Example
White with #E99E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99E11; }
p { color: rgb(233,158,17); }
H1.HeaderClassName
{
color: #E99E11;
}
.AnyTagClassName
{
color: #E99E11;
}
</style>
background-color css
<style>
a { background-color: #E99E11; }
a { background-color: rgb(233,158,17); }
div.DivClassName
{
background-color: #E99E11;
}
.BgClassName
{
background-color: #E99E11;
}
</style>
border-color css
<style>
span { border-color: #E99E11; }
span { border-color: rgb(233,158,17); }
td.TdClassName
{
border-color: #E99E11;
}
.TagClassName
{
border-color: #E99E11;
}
</style>