Shades of Gamboge #E9A219
Tints of Gamboge #E9A219
RGB
CMYK
RGB Variations
Color information
#E9A219 (or 0xE9A219) is known color: Gamboge. HEX triplet: E9, A2 and 19. RGB value is (233,162,25). Sum of RGB (Red+Green+Blue) = 233+162+25=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A219 is #165DE6. Grayscale: #A8A8A8. Windows color (decimal): -1465831 or 1680105. OLE color: 1680105.
HSL color Cylindrical-coordinate representation of color #E9A219: hue angle of 39.52º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9A219 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.09 |
| HSL | 39.52º | 0.83% | 0.51% | - |
| HSV(B) | 39.52º | 0.89% | 0.91% | - |
| XYZ | 46.7 | 43.23 | 6.8 | - |
| YUV | 167.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 25 | 0 | 0.30 | 0.89 | 0.09 | 39.52 | 0.83 | 0.51 |
| Hex | E9 | A2 | 19 | 0 | 1E | 59 | 9 | 28 | 53 | 33 |
| Octal | 351 | 242 | 31 | 0 | 36 | 131 | 11 | 50 | 123 | 63 |
| Binary | 11101001 | 10100010 | 11001 | 0 | 11110 | 1011001 | 1001 | 101000 | 1010011 | 110011 |
Color Harmonies of #E9A219
Complementary color
Monochromatic Colors of #E9A219
Black with #E9A219
Text Example
Text Example
White with #E9A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A219; }
p { color: rgb(233,162,25); }
H1.HeaderClassName
{
color: #E9A219;
}
.AnyTagClassName
{
color: #E9A219;
}
</style>
background-color css
<style>
a { background-color: #E9A219; }
a { background-color: rgb(233,162,25); }
div.DivClassName
{
background-color: #E9A219;
}
.BgClassName
{
background-color: #E9A219;
}
</style>
border-color css
<style>
span { border-color: #E9A219; }
span { border-color: rgb(233,162,25); }
td.TdClassName
{
border-color: #E9A219;
}
.TagClassName
{
border-color: #E9A219;
}
</style>