Shades of Gamboge #E9A419
Tints of Gamboge #E9A419
RGB
CMYK
RGB Variations
Color information
#E9A419 (or 0xE9A419) is known color: Gamboge. HEX triplet: E9, A4 and 19. RGB value is (233,164,25). Sum of RGB (Red+Green+Blue) = 233+164+25=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A419 is #165BE6. Grayscale: #A9A9A9. Windows color (decimal): -1465319 or 1680617. OLE color: 1680617.
HSL color Cylindrical-coordinate representation of color #E9A419: hue angle of 40.1º 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 #E9A419 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.09 |
| HSL | 40.1º | 0.83% | 0.51% | - |
| HSV(B) | 40.1º | 0.89% | 0.91% | - |
| XYZ | 47.06 | 43.94 | 6.92 | - |
| YUV | 168.79 | 46.86 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 25 | 0 | 0.30 | 0.89 | 0.09 | 40.1 | 0.83 | 0.51 |
| Hex | E9 | A4 | 19 | 0 | 1E | 59 | 9 | 28 | 53 | 33 |
| Octal | 351 | 244 | 31 | 0 | 36 | 131 | 11 | 50 | 123 | 63 |
| Binary | 11101001 | 10100100 | 11001 | 0 | 11110 | 1011001 | 1001 | 101000 | 1010011 | 110011 |
Color Harmonies of #E9A419
Complementary color
Monochromatic Colors of #E9A419
Black with #E9A419
Text Example
Text Example
White with #E9A419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A419; }
p { color: rgb(233,164,25); }
H1.HeaderClassName
{
color: #E9A419;
}
.AnyTagClassName
{
color: #E9A419;
}
</style>
background-color css
<style>
a { background-color: #E9A419; }
a { background-color: rgb(233,164,25); }
div.DivClassName
{
background-color: #E9A419;
}
.BgClassName
{
background-color: #E9A419;
}
</style>
border-color css
<style>
span { border-color: #E9A419; }
span { border-color: rgb(233,164,25); }
td.TdClassName
{
border-color: #E9A419;
}
.TagClassName
{
border-color: #E9A419;
}
</style>