Shades of Gamboge #E99A15
Tints of Gamboge #E99A15
RGB
CMYK
RGB Variations
Color information
#E99A15 (or 0xE99A15) is known color: Gamboge. HEX triplet: E9, 9A and 15. RGB value is (233,154,21). Sum of RGB (Red+Green+Blue) = 233+154+21=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99A15 is #1665EA. Grayscale: #A3A3A3. Windows color (decimal): -1467883 or 1415913. OLE color: 1415913.
HSL color Cylindrical-coordinate representation of color #E99A15: hue angle of 37.64º 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 #E99A15 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 21 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.09 |
| HSL | 37.64º | 0.83% | 0.5% | - |
| HSV(B) | 37.64º | 0.91% | 0.91% | - |
| XYZ | 45.3 | 40.49 | 6.14 | - |
| YUV | 162.46 | 48.17 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 21 | 0 | 0.34 | 0.91 | 0.09 | 37.64 | 0.83 | 0.5 |
| Hex | E9 | 9A | 15 | 0 | 22 | 5B | 9 | 26 | 53 | 32 |
| Octal | 351 | 232 | 25 | 0 | 42 | 133 | 11 | 46 | 123 | 62 |
| Binary | 11101001 | 10011010 | 10101 | 0 | 100010 | 1011011 | 1001 | 100110 | 1010011 | 110010 |
Color Harmonies of #E99A15
Complementary color
Monochromatic Colors of #E99A15
Black with #E99A15
Text Example
Text Example
White with #E99A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99A15; }
p { color: rgb(233,154,21); }
H1.HeaderClassName
{
color: #E99A15;
}
.AnyTagClassName
{
color: #E99A15;
}
</style>
background-color css
<style>
a { background-color: #E99A15; }
a { background-color: rgb(233,154,21); }
div.DivClassName
{
background-color: #E99A15;
}
.BgClassName
{
background-color: #E99A15;
}
</style>
border-color css
<style>
span { border-color: #E99A15; }
span { border-color: rgb(233,154,21); }
td.TdClassName
{
border-color: #E99A15;
}
.TagClassName
{
border-color: #E99A15;
}
</style>