Shades of Gamboge #E99E19
Tints of Gamboge #E99E19
RGB
CMYK
RGB Variations
Color information
#E99E19 (or 0xE99E19) is known color: Gamboge. HEX triplet: E9, 9E and 19. RGB value is (233,158,25). Sum of RGB (Red+Green+Blue) = 233+158+25=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E99E19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99E19 is #1661E6. Grayscale: #A5A5A5. Windows color (decimal): -1466855 or 1679081. OLE color: 1679081.
HSL color Cylindrical-coordinate representation of color #E99E19: hue angle of 38.37º 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 #E99E19 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.09 |
| HSL | 38.37º | 0.83% | 0.51% | - |
| HSV(B) | 38.37º | 0.89% | 0.91% | - |
| XYZ | 46.01 | 41.85 | 6.57 | - |
| YUV | 165.26 | 48.85 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 25 | 0 | 0.32 | 0.89 | 0.09 | 38.37 | 0.83 | 0.51 |
| Hex | E9 | 9E | 19 | 0 | 20 | 59 | 9 | 26 | 53 | 33 |
| Octal | 351 | 236 | 31 | 0 | 40 | 131 | 11 | 46 | 123 | 63 |
| Binary | 11101001 | 10011110 | 11001 | 0 | 100000 | 1011001 | 1001 | 100110 | 1010011 | 110011 |
Color Harmonies of #E99E19
Complementary color
Monochromatic Colors of #E99E19
Black with #E99E19
Text Example
Text Example
White with #E99E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99E19; }
p { color: rgb(233,158,25); }
H1.HeaderClassName
{
color: #E99E19;
}
.AnyTagClassName
{
color: #E99E19;
}
</style>
background-color css
<style>
a { background-color: #E99E19; }
a { background-color: rgb(233,158,25); }
div.DivClassName
{
background-color: #E99E19;
}
.BgClassName
{
background-color: #E99E19;
}
</style>
border-color css
<style>
span { border-color: #E99E19; }
span { border-color: rgb(233,158,25); }
td.TdClassName
{
border-color: #E99E19;
}
.TagClassName
{
border-color: #E99E19;
}
</style>