Shades of Gamboge #E99F15
Tints of Gamboge #E99F15
RGB
CMYK
RGB Variations
Color information
#E99F15 (or 0xE99F15) is known color: Gamboge. HEX triplet: E9, 9F and 15. RGB value is (233,159,21). Sum of RGB (Red+Green+Blue) = 233+159+21=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F15 is #1660EA. Grayscale: #A6A6A6. Windows color (decimal): -1466603 or 1417193. OLE color: 1417193.
HSL color Cylindrical-coordinate representation of color #E99F15: hue angle of 39.06º 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 #E99F15 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 21 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.09 |
| HSL | 39.06º | 0.83% | 0.5% | - |
| HSV(B) | 39.06º | 0.91% | 0.91% | - |
| XYZ | 46.14 | 42.17 | 6.42 | - |
| YUV | 165.39 | 46.52 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 21 | 0 | 0.32 | 0.91 | 0.09 | 39.06 | 0.83 | 0.5 |
| Hex | E9 | 9F | 15 | 0 | 20 | 5B | 9 | 27 | 53 | 32 |
| Octal | 351 | 237 | 25 | 0 | 40 | 133 | 11 | 47 | 123 | 62 |
| Binary | 11101001 | 10011111 | 10101 | 0 | 100000 | 1011011 | 1001 | 100111 | 1010011 | 110010 |
Color Harmonies of #E99F15
Complementary color
Monochromatic Colors of #E99F15
Black with #E99F15
Text Example
Text Example
White with #E99F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F15; }
p { color: rgb(233,159,21); }
H1.HeaderClassName
{
color: #E99F15;
}
.AnyTagClassName
{
color: #E99F15;
}
</style>
background-color css
<style>
a { background-color: #E99F15; }
a { background-color: rgb(233,159,21); }
div.DivClassName
{
background-color: #E99F15;
}
.BgClassName
{
background-color: #E99F15;
}
</style>
border-color css
<style>
span { border-color: #E99F15; }
span { border-color: rgb(233,159,21); }
td.TdClassName
{
border-color: #E99F15;
}
.TagClassName
{
border-color: #E99F15;
}
</style>