Shades of Gamboge #E9A118
Tints of Gamboge #E9A118
RGB
CMYK
RGB Variations
Color information
#E9A118 (or 0xE9A118) is known color: Gamboge. HEX triplet: E9, A1 and 18. RGB value is (233,161,24). Sum of RGB (Red+Green+Blue) = 233+161+24=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A118 is #165EE7. Grayscale: #A7A7A7. Windows color (decimal): -1466088 or 1614313. OLE color: 1614313.
HSL color Cylindrical-coordinate representation of color #E9A118: hue angle of 39.33º 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 #E9A118 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 24 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.09 |
| HSL | 39.33º | 0.83% | 0.5% | - |
| HSV(B) | 39.33º | 0.9% | 0.91% | - |
| XYZ | 46.51 | 42.88 | 6.69 | - |
| YUV | 166.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 24 | 0 | 0.31 | 0.90 | 0.09 | 39.33 | 0.83 | 0.5 |
| Hex | E9 | A1 | 18 | 0 | 1F | 5A | 9 | 27 | 53 | 32 |
| Octal | 351 | 241 | 30 | 0 | 37 | 132 | 11 | 47 | 123 | 62 |
| Binary | 11101001 | 10100001 | 11000 | 0 | 11111 | 1011010 | 1001 | 100111 | 1010011 | 110010 |
Color Harmonies of #E9A118
Complementary color
Monochromatic Colors of #E9A118
Black with #E9A118
Text Example
Text Example
White with #E9A118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A118; }
p { color: rgb(233,161,24); }
H1.HeaderClassName
{
color: #E9A118;
}
.AnyTagClassName
{
color: #E9A118;
}
</style>
background-color css
<style>
a { background-color: #E9A118; }
a { background-color: rgb(233,161,24); }
div.DivClassName
{
background-color: #E9A118;
}
.BgClassName
{
background-color: #E9A118;
}
</style>
border-color css
<style>
span { border-color: #E9A118; }
span { border-color: rgb(233,161,24); }
td.TdClassName
{
border-color: #E9A118;
}
.TagClassName
{
border-color: #E9A118;
}
</style>