Shades of Gamboge #E9A417
Tints of Gamboge #E9A417
RGB
CMYK
RGB Variations
Color information
#E9A417 (or 0xE9A417) is known color: Gamboge. HEX triplet: E9, A4 and 17. RGB value is (233,164,23). Sum of RGB (Red+Green+Blue) = 233+164+23=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A417 is #165BE8. Grayscale: #A9A9A9. Windows color (decimal): -1465321 or 1549545. OLE color: 1549545.
HSL color Cylindrical-coordinate representation of color #E9A417: hue angle of 40.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9A417 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.09 |
| HSL | 40.29º | 0.83% | 0.5% | - |
| HSV(B) | 40.29º | 0.9% | 0.91% | - |
| XYZ | 47.03 | 43.94 | 6.81 | - |
| YUV | 168.56 | 45.86 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 23 | 0 | 0.30 | 0.90 | 0.09 | 40.29 | 0.83 | 0.5 |
| Hex | E9 | A4 | 17 | 0 | 1E | 5A | 9 | 28 | 53 | 32 |
| Octal | 351 | 244 | 27 | 0 | 36 | 132 | 11 | 50 | 123 | 62 |
| Binary | 11101001 | 10100100 | 10111 | 0 | 11110 | 1011010 | 1001 | 101000 | 1010011 | 110010 |
Color Harmonies of #E9A417
Complementary color
Monochromatic Colors of #E9A417
Black with #E9A417
Text Example
Text Example
White with #E9A417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A417; }
p { color: rgb(233,164,23); }
H1.HeaderClassName
{
color: #E9A417;
}
.AnyTagClassName
{
color: #E9A417;
}
</style>
background-color css
<style>
a { background-color: #E9A417; }
a { background-color: rgb(233,164,23); }
div.DivClassName
{
background-color: #E9A417;
}
.BgClassName
{
background-color: #E9A417;
}
</style>
border-color css
<style>
span { border-color: #E9A417; }
span { border-color: rgb(233,164,23); }
td.TdClassName
{
border-color: #E9A417;
}
.TagClassName
{
border-color: #E9A417;
}
</style>