Shades of Gamboge #E99F0D
Tints of Gamboge #E99F0D
RGB
CMYK
RGB Variations
Color information
#E99F0D (or 0xE99F0D) is known color: Gamboge. HEX triplet: E9, 9F and 0D. RGB value is (233,159,13). Sum of RGB (Red+Green+Blue) = 233+159+13=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F0D is #1660F2. Grayscale: #A5A5A5. Windows color (decimal): -1466611 or 892905. OLE color: 892905.
HSL color Cylindrical-coordinate representation of color #E99F0D: hue angle of 39.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E99F0D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.09 |
| HSL | 39.82º | 0.89% | 0.48% | - |
| HSV(B) | 39.82º | 0.94% | 0.91% | - |
| XYZ | 46.08 | 42.15 | 6.09 | - |
| YUV | 164.48 | 42.52 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 13 | 0 | 0.32 | 0.94 | 0.09 | 39.82 | 0.89 | 0.48 |
| Hex | E9 | 9F | D | 0 | 20 | 5E | 9 | 28 | 59 | 30 |
| Octal | 351 | 237 | 15 | 0 | 40 | 136 | 11 | 50 | 131 | 60 |
| Binary | 11101001 | 10011111 | 1101 | 0 | 100000 | 1011110 | 1001 | 101000 | 1011001 | 110000 |
Color Harmonies of #E99F0D
Complementary color
Monochromatic Colors of #E99F0D
Black with #E99F0D
Text Example
Text Example
White with #E99F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F0D; }
p { color: rgb(233,159,13); }
H1.HeaderClassName
{
color: #E99F0D;
}
.AnyTagClassName
{
color: #E99F0D;
}
</style>
background-color css
<style>
a { background-color: #E99F0D; }
a { background-color: rgb(233,159,13); }
div.DivClassName
{
background-color: #E99F0D;
}
.BgClassName
{
background-color: #E99F0D;
}
</style>
border-color css
<style>
span { border-color: #E99F0D; }
span { border-color: rgb(233,159,13); }
td.TdClassName
{
border-color: #E99F0D;
}
.TagClassName
{
border-color: #E99F0D;
}
</style>