Shades of Gamboge #E99505
Tints of Gamboge #E99505
RGB
CMYK
RGB Variations
Color information
#E99505 (or 0xE99505) is known color: Gamboge. HEX triplet: E9, 95 and 05. RGB value is (233,149,5). Sum of RGB (Red+Green+Blue) = 233+149+5=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E99505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99505 is #166AFA. Grayscale: #9E9E9E. Windows color (decimal): -1469179 or 366057. OLE color: 366057.
HSL color Cylindrical-coordinate representation of color #E99505: hue angle of 37.89º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E99505 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.09 |
| HSL | 37.89º | 0.96% | 0.47% | - |
| HSV(B) | 37.89º | 0.98% | 0.91% | - |
| XYZ | 44.38 | 38.83 | 5.3 | - |
| YUV | 157.7 | 41.83 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 5 | 0 | 0.36 | 0.98 | 0.09 | 37.89 | 0.96 | 0.47 |
| Hex | E9 | 95 | 5 | 0 | 24 | 62 | 9 | 26 | 60 | 2F |
| Octal | 351 | 225 | 5 | 0 | 44 | 142 | 11 | 46 | 140 | 57 |
| Binary | 11101001 | 10010101 | 101 | 0 | 100100 | 1100010 | 1001 | 100110 | 1100000 | 101111 |
Color Harmonies of #E99505
Complementary color
Monochromatic Colors of #E99505
Black with #E99505
Text Example
Text Example
White with #E99505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99505; }
p { color: rgb(233,149,5); }
H1.HeaderClassName
{
color: #E99505;
}
.AnyTagClassName
{
color: #E99505;
}
</style>
background-color css
<style>
a { background-color: #E99505; }
a { background-color: rgb(233,149,5); }
div.DivClassName
{
background-color: #E99505;
}
.BgClassName
{
background-color: #E99505;
}
</style>
border-color css
<style>
span { border-color: #E99505; }
span { border-color: rgb(233,149,5); }
td.TdClassName
{
border-color: #E99505;
}
.TagClassName
{
border-color: #E99505;
}
</style>