Shades of Gamboge #E9A30A
Tints of Gamboge #E9A30A
RGB
CMYK
RGB Variations
Color information
#E9A30A (or 0xE9A30A) is known color: Gamboge. HEX triplet: E9, A3 and 0A. RGB value is (233,163,10). Sum of RGB (Red+Green+Blue) = 233+163+10=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A30A is #165CF5. Grayscale: #A7A7A7. Windows color (decimal): -1465590 or 697321. OLE color: 697321.
HSL color Cylindrical-coordinate representation of color #E9A30A: hue angle of 41.17º 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 #E9A30A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 10 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.09 |
| HSL | 41.17º | 0.92% | 0.48% | - |
| HSV(B) | 41.17º | 0.96% | 0.91% | - |
| XYZ | 46.76 | 43.54 | 6.23 | - |
| YUV | 166.49 | 39.69 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 10 | 0 | 0.30 | 0.96 | 0.09 | 41.17 | 0.92 | 0.48 |
| Hex | E9 | A3 | A | 0 | 1E | 60 | 9 | 29 | 5C | 30 |
| Octal | 351 | 243 | 12 | 0 | 36 | 140 | 11 | 51 | 134 | 60 |
| Binary | 11101001 | 10100011 | 1010 | 0 | 11110 | 1100000 | 1001 | 101001 | 1011100 | 110000 |
Color Harmonies of #E9A30A
Complementary color
Monochromatic Colors of #E9A30A
Black with #E9A30A
Text Example
Text Example
White with #E9A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A30A; }
p { color: rgb(233,163,10); }
H1.HeaderClassName
{
color: #E9A30A;
}
.AnyTagClassName
{
color: #E9A30A;
}
</style>
background-color css
<style>
a { background-color: #E9A30A; }
a { background-color: rgb(233,163,10); }
div.DivClassName
{
background-color: #E9A30A;
}
.BgClassName
{
background-color: #E9A30A;
}
</style>
border-color css
<style>
span { border-color: #E9A30A; }
span { border-color: rgb(233,163,10); }
td.TdClassName
{
border-color: #E9A30A;
}
.TagClassName
{
border-color: #E9A30A;
}
</style>