Shades of Gamboge #E99F06
Tints of Gamboge #E99F06
RGB
CMYK
RGB Variations
Color information
#E99F06 (or 0xE99F06) is known color: Gamboge. HEX triplet: E9, 9F and 06. RGB value is (233,159,6). Sum of RGB (Red+Green+Blue) = 233+159+6=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F06 is #1660F9. Grayscale: #A4A4A4. Windows color (decimal): -1466618 or 434153. OLE color: 434153.
HSL color Cylindrical-coordinate representation of color #E99F06: hue angle of 40.44º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E99F06 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.09 |
| HSL | 40.44º | 0.95% | 0.47% | - |
| HSV(B) | 40.44º | 0.97% | 0.91% | - |
| XYZ | 46.04 | 42.13 | 5.88 | - |
| YUV | 163.68 | 39.02 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 6 | 0 | 0.32 | 0.97 | 0.09 | 40.44 | 0.95 | 0.47 |
| Hex | E9 | 9F | 6 | 0 | 20 | 61 | 9 | 28 | 5F | 2F |
| Octal | 351 | 237 | 6 | 0 | 40 | 141 | 11 | 50 | 137 | 57 |
| Binary | 11101001 | 10011111 | 110 | 0 | 100000 | 1100001 | 1001 | 101000 | 1011111 | 101111 |
Color Harmonies of #E99F06
Complementary color
Monochromatic Colors of #E99F06
Black with #E99F06
Text Example
Text Example
White with #E99F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F06; }
p { color: rgb(233,159,6); }
H1.HeaderClassName
{
color: #E99F06;
}
.AnyTagClassName
{
color: #E99F06;
}
</style>
background-color css
<style>
a { background-color: #E99F06; }
a { background-color: rgb(233,159,6); }
div.DivClassName
{
background-color: #E99F06;
}
.BgClassName
{
background-color: #E99F06;
}
</style>
border-color css
<style>
span { border-color: #E99F06; }
span { border-color: rgb(233,159,6); }
td.TdClassName
{
border-color: #E99F06;
}
.TagClassName
{
border-color: #E99F06;
}
</style>