Shades of Gamboge #E99310
Tints of Gamboge #E99310
RGB
CMYK
RGB Variations
Color information
#E99310 (or 0xE99310) is known color: Gamboge. HEX triplet: E9, 93 and 10. RGB value is (233,147,16). Sum of RGB (Red+Green+Blue) = 233+147+16=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E99310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99310 is #166CEF. Grayscale: #9E9E9E. Windows color (decimal): -1469680 or 1086441. OLE color: 1086441.
HSL color Cylindrical-coordinate representation of color #E99310: hue angle of 36.22º degrees, saturation: 0.87, 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 #E99310 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.09 |
| HSL | 36.22º | 0.87% | 0.49% | - |
| HSV(B) | 36.22º | 0.93% | 0.91% | - |
| XYZ | 44.13 | 38.23 | 5.54 | - |
| YUV | 157.78 | 47.99 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 16 | 0 | 0.37 | 0.93 | 0.09 | 36.22 | 0.87 | 0.49 |
| Hex | E9 | 93 | 10 | 0 | 25 | 5D | 9 | 24 | 57 | 31 |
| Octal | 351 | 223 | 20 | 0 | 45 | 135 | 11 | 44 | 127 | 61 |
| Binary | 11101001 | 10010011 | 10000 | 0 | 100101 | 1011101 | 1001 | 100100 | 1010111 | 110001 |
Color Harmonies of #E99310
Complementary color
Monochromatic Colors of #E99310
Black with #E99310
Text Example
Text Example
White with #E99310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99310; }
p { color: rgb(233,147,16); }
H1.HeaderClassName
{
color: #E99310;
}
.AnyTagClassName
{
color: #E99310;
}
</style>
background-color css
<style>
a { background-color: #E99310; }
a { background-color: rgb(233,147,16); }
div.DivClassName
{
background-color: #E99310;
}
.BgClassName
{
background-color: #E99310;
}
</style>
border-color css
<style>
span { border-color: #E99310; }
span { border-color: rgb(233,147,16); }
td.TdClassName
{
border-color: #E99310;
}
.TagClassName
{
border-color: #E99310;
}
</style>