Shades of Gamboge #E99B19
Tints of Gamboge #E99B19
RGB
CMYK
RGB Variations
Color information
#E99B19 (or 0xE99B19) is known color: Gamboge. HEX triplet: E9, 9B and 19. RGB value is (233,155,25). Sum of RGB (Red+Green+Blue) = 233+155+25=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99B19 is #1664E6. Grayscale: #A4A4A4. Windows color (decimal): -1467623 or 1678313. OLE color: 1678313.
HSL color Cylindrical-coordinate representation of color #E99B19: hue angle of 37.5º 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 #E99B19 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.09 |
| HSL | 37.5º | 0.83% | 0.51% | - |
| HSV(B) | 37.5º | 0.89% | 0.91% | - |
| XYZ | 45.5 | 40.84 | 6.4 | - |
| YUV | 163.5 | 49.84 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 25 | 0 | 0.33 | 0.89 | 0.09 | 37.5 | 0.83 | 0.51 |
| Hex | E9 | 9B | 19 | 0 | 21 | 59 | 9 | 26 | 53 | 33 |
| Octal | 351 | 233 | 31 | 0 | 41 | 131 | 11 | 46 | 123 | 63 |
| Binary | 11101001 | 10011011 | 11001 | 0 | 100001 | 1011001 | 1001 | 100110 | 1010011 | 110011 |
Color Harmonies of #E99B19
Complementary color
Monochromatic Colors of #E99B19
Black with #E99B19
Text Example
Text Example
White with #E99B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B19; }
p { color: rgb(233,155,25); }
H1.HeaderClassName
{
color: #E99B19;
}
.AnyTagClassName
{
color: #E99B19;
}
</style>
background-color css
<style>
a { background-color: #E99B19; }
a { background-color: rgb(233,155,25); }
div.DivClassName
{
background-color: #E99B19;
}
.BgClassName
{
background-color: #E99B19;
}
</style>
border-color css
<style>
span { border-color: #E99B19; }
span { border-color: rgb(233,155,25); }
td.TdClassName
{
border-color: #E99B19;
}
.TagClassName
{
border-color: #E99B19;
}
</style>