Shades of Gamboge #E9A20A
Tints of Gamboge #E9A20A
RGB
CMYK
RGB Variations
Color information
#E9A20A (or 0xE9A20A) is known color: Gamboge. HEX triplet: E9, A2 and 0A. RGB value is (233,162,10). Sum of RGB (Red+Green+Blue) = 233+162+10=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A20A is #165DF5. Grayscale: #A6A6A6. Windows color (decimal): -1465846 or 697065. OLE color: 697065.
HSL color Cylindrical-coordinate representation of color #E9A20A: hue angle of 40.9º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9A20A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 10 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.09 |
| HSL | 40.9º | 0.92% | 0.48% | - |
| HSV(B) | 40.9º | 0.96% | 0.91% | - |
| XYZ | 46.58 | 43.19 | 6.17 | - |
| YUV | 165.9 | 40.02 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 10 | 0 | 0.30 | 0.96 | 0.09 | 40.9 | 0.92 | 0.48 |
| Hex | E9 | A2 | A | 0 | 1E | 60 | 9 | 29 | 5C | 30 |
| Octal | 351 | 242 | 12 | 0 | 36 | 140 | 11 | 51 | 134 | 60 |
| Binary | 11101001 | 10100010 | 1010 | 0 | 11110 | 1100000 | 1001 | 101001 | 1011100 | 110000 |
Color Harmonies of #E9A20A
Complementary color
Monochromatic Colors of #E9A20A
Black with #E9A20A
Text Example
Text Example
White with #E9A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A20A; }
p { color: rgb(233,162,10); }
H1.HeaderClassName
{
color: #E9A20A;
}
.AnyTagClassName
{
color: #E9A20A;
}
</style>
background-color css
<style>
a { background-color: #E9A20A; }
a { background-color: rgb(233,162,10); }
div.DivClassName
{
background-color: #E9A20A;
}
.BgClassName
{
background-color: #E9A20A;
}
</style>
border-color css
<style>
span { border-color: #E9A20A; }
span { border-color: rgb(233,162,10); }
td.TdClassName
{
border-color: #E9A20A;
}
.TagClassName
{
border-color: #E9A20A;
}
</style>