Shades of Gamboge #E9A109
Tints of Gamboge #E9A109
RGB
CMYK
RGB Variations
Color information
#E9A109 (or 0xE9A109) is known color: Gamboge. HEX triplet: E9, A1 and 09. RGB value is (233,161,9). Sum of RGB (Red+Green+Blue) = 233+161+9=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A109 is #165EF6. Grayscale: #A5A5A5. Windows color (decimal): -1466103 or 631273. OLE color: 631273.
HSL color Cylindrical-coordinate representation of color #E9A109: hue angle of 40.71º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9A109 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.09 |
| HSL | 40.71º | 0.93% | 0.47% | - |
| HSV(B) | 40.71º | 0.96% | 0.91% | - |
| XYZ | 46.4 | 42.83 | 6.08 | - |
| YUV | 165.2 | 39.85 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 9 | 0 | 0.31 | 0.96 | 0.09 | 40.71 | 0.93 | 0.47 |
| Hex | E9 | A1 | 9 | 0 | 1F | 60 | 9 | 29 | 5D | 2F |
| Octal | 351 | 241 | 11 | 0 | 37 | 140 | 11 | 51 | 135 | 57 |
| Binary | 11101001 | 10100001 | 1001 | 0 | 11111 | 1100000 | 1001 | 101001 | 1011101 | 101111 |
Color Harmonies of #E9A109
Complementary color
Monochromatic Colors of #E9A109
Black with #E9A109
Text Example
Text Example
White with #E9A109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A109; }
p { color: rgb(233,161,9); }
H1.HeaderClassName
{
color: #E9A109;
}
.AnyTagClassName
{
color: #E9A109;
}
</style>
background-color css
<style>
a { background-color: #E9A109; }
a { background-color: rgb(233,161,9); }
div.DivClassName
{
background-color: #E9A109;
}
.BgClassName
{
background-color: #E9A109;
}
</style>
border-color css
<style>
span { border-color: #E9A109; }
span { border-color: rgb(233,161,9); }
td.TdClassName
{
border-color: #E9A109;
}
.TagClassName
{
border-color: #E9A109;
}
</style>