Shades of Gamboge #E9A516
Tints of Gamboge #E9A516
RGB
CMYK
RGB Variations
Color information
#E9A516 (or 0xE9A516) is known color: Gamboge. HEX triplet: E9, A5 and 16. RGB value is (233,165,22). Sum of RGB (Red+Green+Blue) = 233+165+22=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A516 is #165AE9. Grayscale: #A9A9A9. Windows color (decimal): -1465066 or 1484265. OLE color: 1484265.
HSL color Cylindrical-coordinate representation of color #E9A516: hue angle of 40.66º 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 #E9A516 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.09 |
| HSL | 40.66º | 0.83% | 0.5% | - |
| HSV(B) | 40.66º | 0.91% | 0.91% | - |
| XYZ | 47.2 | 44.29 | 6.82 | - |
| YUV | 169.03 | 45.03 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 22 | 0 | 0.29 | 0.91 | 0.09 | 40.66 | 0.83 | 0.5 |
| Hex | E9 | A5 | 16 | 0 | 1D | 5B | 9 | 29 | 53 | 32 |
| Octal | 351 | 245 | 26 | 0 | 35 | 133 | 11 | 51 | 123 | 62 |
| Binary | 11101001 | 10100101 | 10110 | 0 | 11101 | 1011011 | 1001 | 101001 | 1010011 | 110010 |
Color Harmonies of #E9A516
Complementary color
Monochromatic Colors of #E9A516
Black with #E9A516
Text Example
Text Example
White with #E9A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A516; }
p { color: rgb(233,165,22); }
H1.HeaderClassName
{
color: #E9A516;
}
.AnyTagClassName
{
color: #E9A516;
}
</style>
background-color css
<style>
a { background-color: #E9A516; }
a { background-color: rgb(233,165,22); }
div.DivClassName
{
background-color: #E9A516;
}
.BgClassName
{
background-color: #E9A516;
}
</style>
border-color css
<style>
span { border-color: #E9A516; }
span { border-color: rgb(233,165,22); }
td.TdClassName
{
border-color: #E9A516;
}
.TagClassName
{
border-color: #E9A516;
}
</style>