Shades of Gamboge #E99615
Tints of Gamboge #E99615
RGB
CMYK
RGB Variations
Color information
#E99615 (or 0xE99615) is known color: Gamboge. HEX triplet: E9, 96 and 15. RGB value is (233,150,21). Sum of RGB (Red+Green+Blue) = 233+150+21=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E99615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99615 is #1669EA. Grayscale: #A0A0A0. Windows color (decimal): -1468907 or 1414889. OLE color: 1414889.
HSL color Cylindrical-coordinate representation of color #E99615: hue angle of 36.51º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E99615 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 21 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.09 |
| HSL | 36.51º | 0.83% | 0.5% | - |
| HSV(B) | 36.51º | 0.91% | 0.91% | - |
| XYZ | 44.65 | 39.19 | 5.92 | - |
| YUV | 160.11 | 49.5 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 21 | 0 | 0.36 | 0.91 | 0.09 | 36.51 | 0.83 | 0.5 |
| Hex | E9 | 96 | 15 | 0 | 24 | 5B | 9 | 25 | 53 | 32 |
| Octal | 351 | 226 | 25 | 0 | 44 | 133 | 11 | 45 | 123 | 62 |
| Binary | 11101001 | 10010110 | 10101 | 0 | 100100 | 1011011 | 1001 | 100101 | 1010011 | 110010 |
Color Harmonies of #E99615
Complementary color
Monochromatic Colors of #E99615
Black with #E99615
Text Example
Text Example
White with #E99615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99615; }
p { color: rgb(233,150,21); }
H1.HeaderClassName
{
color: #E99615;
}
.AnyTagClassName
{
color: #E99615;
}
</style>
background-color css
<style>
a { background-color: #E99615; }
a { background-color: rgb(233,150,21); }
div.DivClassName
{
background-color: #E99615;
}
.BgClassName
{
background-color: #E99615;
}
</style>
border-color css
<style>
span { border-color: #E99615; }
span { border-color: rgb(233,150,21); }
td.TdClassName
{
border-color: #E99615;
}
.TagClassName
{
border-color: #E99615;
}
</style>