Shades of Gamboge #E99F19
Tints of Gamboge #E99F19
RGB
CMYK
RGB Variations
Color information
#E99F19 (or 0xE99F19) is known color: Gamboge. HEX triplet: E9, 9F and 19. RGB value is (233,159,25). Sum of RGB (Red+Green+Blue) = 233+159+25=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F19 is #1660E6. Grayscale: #A6A6A6. Windows color (decimal): -1466599 or 1679337. OLE color: 1679337.
HSL color Cylindrical-coordinate representation of color #E99F19: hue angle of 38.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E99F19 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.09 |
| HSL | 38.65º | 0.83% | 0.51% | - |
| HSV(B) | 38.65º | 0.89% | 0.91% | - |
| XYZ | 46.18 | 42.19 | 6.63 | - |
| YUV | 165.85 | 48.52 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 25 | 0 | 0.32 | 0.89 | 0.09 | 38.65 | 0.83 | 0.51 |
| Hex | E9 | 9F | 19 | 0 | 20 | 59 | 9 | 27 | 53 | 33 |
| Octal | 351 | 237 | 31 | 0 | 40 | 131 | 11 | 47 | 123 | 63 |
| Binary | 11101001 | 10011111 | 11001 | 0 | 100000 | 1011001 | 1001 | 100111 | 1010011 | 110011 |
Color Harmonies of #E99F19
Complementary color
Monochromatic Colors of #E99F19
Black with #E99F19
Text Example
Text Example
White with #E99F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F19; }
p { color: rgb(233,159,25); }
H1.HeaderClassName
{
color: #E99F19;
}
.AnyTagClassName
{
color: #E99F19;
}
</style>
background-color css
<style>
a { background-color: #E99F19; }
a { background-color: rgb(233,159,25); }
div.DivClassName
{
background-color: #E99F19;
}
.BgClassName
{
background-color: #E99F19;
}
</style>
border-color css
<style>
span { border-color: #E99F19; }
span { border-color: rgb(233,159,25); }
td.TdClassName
{
border-color: #E99F19;
}
.TagClassName
{
border-color: #E99F19;
}
</style>