Shades of Gamboge #E99D19
Tints of Gamboge #E99D19
RGB
CMYK
RGB Variations
Color information
#E99D19 (or 0xE99D19) is known color: Gamboge. HEX triplet: E9, 9D and 19. RGB value is (233,157,25). Sum of RGB (Red+Green+Blue) = 233+157+25=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D19 is #1662E6. Grayscale: #A5A5A5. Windows color (decimal): -1467111 or 1678825. OLE color: 1678825.
HSL color Cylindrical-coordinate representation of color #E99D19: hue angle of 38.08º 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 #E99D19 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.09 |
| HSL | 38.08º | 0.83% | 0.51% | - |
| HSV(B) | 38.08º | 0.89% | 0.91% | - |
| XYZ | 45.84 | 41.51 | 6.52 | - |
| YUV | 164.68 | 49.18 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 25 | 0 | 0.33 | 0.89 | 0.09 | 38.08 | 0.83 | 0.51 |
| Hex | E9 | 9D | 19 | 0 | 21 | 59 | 9 | 26 | 53 | 33 |
| Octal | 351 | 235 | 31 | 0 | 41 | 131 | 11 | 46 | 123 | 63 |
| Binary | 11101001 | 10011101 | 11001 | 0 | 100001 | 1011001 | 1001 | 100110 | 1010011 | 110011 |
Color Harmonies of #E99D19
Complementary color
Monochromatic Colors of #E99D19
Black with #E99D19
Text Example
Text Example
White with #E99D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D19; }
p { color: rgb(233,157,25); }
H1.HeaderClassName
{
color: #E99D19;
}
.AnyTagClassName
{
color: #E99D19;
}
</style>
background-color css
<style>
a { background-color: #E99D19; }
a { background-color: rgb(233,157,25); }
div.DivClassName
{
background-color: #E99D19;
}
.BgClassName
{
background-color: #E99D19;
}
</style>
border-color css
<style>
span { border-color: #E99D19; }
span { border-color: rgb(233,157,25); }
td.TdClassName
{
border-color: #E99D19;
}
.TagClassName
{
border-color: #E99D19;
}
</style>