Shades of Gamboge #E99915
Tints of Gamboge #E99915
RGB
CMYK
RGB Variations
Color information
#E99915 (or 0xE99915) is known color: Gamboge. HEX triplet: E9, 99 and 15. RGB value is (233,153,21). Sum of RGB (Red+Green+Blue) = 233+153+21=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E99915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99915 is #1666EA. Grayscale: #A2A2A2. Windows color (decimal): -1468139 or 1415657. OLE color: 1415657.
HSL color Cylindrical-coordinate representation of color #E99915: hue angle of 37.36º 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 #E99915 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 21 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.09 |
| HSL | 37.36º | 0.83% | 0.5% | - |
| HSV(B) | 37.36º | 0.91% | 0.91% | - |
| XYZ | 45.13 | 40.16 | 6.08 | - |
| YUV | 161.87 | 48.5 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 21 | 0 | 0.34 | 0.91 | 0.09 | 37.36 | 0.83 | 0.5 |
| Hex | E9 | 99 | 15 | 0 | 22 | 5B | 9 | 25 | 53 | 32 |
| Octal | 351 | 231 | 25 | 0 | 42 | 133 | 11 | 45 | 123 | 62 |
| Binary | 11101001 | 10011001 | 10101 | 0 | 100010 | 1011011 | 1001 | 100101 | 1010011 | 110010 |
Color Harmonies of #E99915
Complementary color
Monochromatic Colors of #E99915
Black with #E99915
Text Example
Text Example
White with #E99915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99915; }
p { color: rgb(233,153,21); }
H1.HeaderClassName
{
color: #E99915;
}
.AnyTagClassName
{
color: #E99915;
}
</style>
background-color css
<style>
a { background-color: #E99915; }
a { background-color: rgb(233,153,21); }
div.DivClassName
{
background-color: #E99915;
}
.BgClassName
{
background-color: #E99915;
}
</style>
border-color css
<style>
span { border-color: #E99915; }
span { border-color: rgb(233,153,21); }
td.TdClassName
{
border-color: #E99915;
}
.TagClassName
{
border-color: #E99915;
}
</style>