Shades of Gamboge #E9A20E
Tints of Gamboge #E9A20E
RGB
CMYK
RGB Variations
Color information
#E9A20E (or 0xE9A20E) is known color: Gamboge. HEX triplet: E9, A2 and 0E. RGB value is (233,162,14). Sum of RGB (Red+Green+Blue) = 233+162+14=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A20E is #165DF1. Grayscale: #A7A7A7. Windows color (decimal): -1465842 or 959209. OLE color: 959209.
HSL color Cylindrical-coordinate representation of color #E9A20E: hue angle of 40.55º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9A20E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.09 |
| HSL | 40.55º | 0.89% | 0.48% | - |
| HSV(B) | 40.55º | 0.94% | 0.91% | - |
| XYZ | 46.6 | 43.2 | 6.3 | - |
| YUV | 166.36 | 42.02 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 14 | 0 | 0.30 | 0.94 | 0.09 | 40.55 | 0.89 | 0.48 |
| Hex | E9 | A2 | E | 0 | 1E | 5E | 9 | 29 | 59 | 30 |
| Octal | 351 | 242 | 16 | 0 | 36 | 136 | 11 | 51 | 131 | 60 |
| Binary | 11101001 | 10100010 | 1110 | 0 | 11110 | 1011110 | 1001 | 101001 | 1011001 | 110000 |
Color Harmonies of #E9A20E
Complementary color
Monochromatic Colors of #E9A20E
Black with #E9A20E
Text Example
Text Example
White with #E9A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A20E; }
p { color: rgb(233,162,14); }
H1.HeaderClassName
{
color: #E9A20E;
}
.AnyTagClassName
{
color: #E9A20E;
}
</style>
background-color css
<style>
a { background-color: #E9A20E; }
a { background-color: rgb(233,162,14); }
div.DivClassName
{
background-color: #E9A20E;
}
.BgClassName
{
background-color: #E9A20E;
}
</style>
border-color css
<style>
span { border-color: #E9A20E; }
span { border-color: rgb(233,162,14); }
td.TdClassName
{
border-color: #E9A20E;
}
.TagClassName
{
border-color: #E9A20E;
}
</style>