Shades of Gamboge #E9A304
Tints of Gamboge #E9A304
RGB
CMYK
RGB Variations
Color information
#E9A304 (or 0xE9A304) is known color: Gamboge. HEX triplet: E9, A3 and 04. RGB value is (233,163,4). Sum of RGB (Red+Green+Blue) = 233+163+4=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A304 is #165CFB. Grayscale: #A6A6A6. Windows color (decimal): -1465596 or 304105. OLE color: 304105.
HSL color Cylindrical-coordinate representation of color #E9A304: hue angle of 41.66º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9A304 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.09 |
| HSL | 41.66º | 0.97% | 0.46% | - |
| HSV(B) | 41.66º | 0.98% | 0.91% | - |
| XYZ | 46.72 | 43.53 | 6.05 | - |
| YUV | 165.8 | 36.69 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 4 | 0 | 0.30 | 0.98 | 0.09 | 41.66 | 0.97 | 0.46 |
| Hex | E9 | A3 | 4 | 0 | 1E | 62 | 9 | 2A | 61 | 2E |
| Octal | 351 | 243 | 4 | 0 | 36 | 142 | 11 | 52 | 141 | 56 |
| Binary | 11101001 | 10100011 | 100 | 0 | 11110 | 1100010 | 1001 | 101010 | 1100001 | 101110 |
Color Harmonies of #E9A304
Complementary color
Monochromatic Colors of #E9A304
Black with #E9A304
Text Example
Text Example
White with #E9A304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A304; }
p { color: rgb(233,163,4); }
H1.HeaderClassName
{
color: #E9A304;
}
.AnyTagClassName
{
color: #E9A304;
}
</style>
background-color css
<style>
a { background-color: #E9A304; }
a { background-color: rgb(233,163,4); }
div.DivClassName
{
background-color: #E9A304;
}
.BgClassName
{
background-color: #E9A304;
}
</style>
border-color css
<style>
span { border-color: #E9A304; }
span { border-color: rgb(233,163,4); }
td.TdClassName
{
border-color: #E9A304;
}
.TagClassName
{
border-color: #E9A304;
}
</style>