Shades of Gamboge #E99F10
Tints of Gamboge #E99F10
RGB
CMYK
RGB Variations
Color information
#E99F10 (or 0xE99F10) is known color: Gamboge. HEX triplet: E9, 9F and 10. RGB value is (233,159,16). Sum of RGB (Red+Green+Blue) = 233+159+16=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F10 is #1660EF. Grayscale: #A5A5A5. Windows color (decimal): -1466608 or 1089513. OLE color: 1089513.
HSL color Cylindrical-coordinate representation of color #E99F10: hue angle of 39.54º 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 #E99F10 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.09 |
| HSL | 39.54º | 0.87% | 0.49% | - |
| HSV(B) | 39.54º | 0.93% | 0.91% | - |
| XYZ | 46.1 | 42.16 | 6.2 | - |
| YUV | 164.82 | 44.02 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 16 | 0 | 0.32 | 0.93 | 0.09 | 39.54 | 0.87 | 0.49 |
| Hex | E9 | 9F | 10 | 0 | 20 | 5D | 9 | 28 | 57 | 31 |
| Octal | 351 | 237 | 20 | 0 | 40 | 135 | 11 | 50 | 127 | 61 |
| Binary | 11101001 | 10011111 | 10000 | 0 | 100000 | 1011101 | 1001 | 101000 | 1010111 | 110001 |
Color Harmonies of #E99F10
Complementary color
Monochromatic Colors of #E99F10
Black with #E99F10
Text Example
Text Example
White with #E99F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F10; }
p { color: rgb(233,159,16); }
H1.HeaderClassName
{
color: #E99F10;
}
.AnyTagClassName
{
color: #E99F10;
}
</style>
background-color css
<style>
a { background-color: #E99F10; }
a { background-color: rgb(233,159,16); }
div.DivClassName
{
background-color: #E99F10;
}
.BgClassName
{
background-color: #E99F10;
}
</style>
border-color css
<style>
span { border-color: #E99F10; }
span { border-color: rgb(233,159,16); }
td.TdClassName
{
border-color: #E99F10;
}
.TagClassName
{
border-color: #E99F10;
}
</style>