Shades of Gamboge #E9A303
Tints of Gamboge #E9A303
RGB
CMYK
RGB Variations
Color information
#E9A303 (or 0xE9A303) is known color: Gamboge. HEX triplet: E9, A3 and 03. RGB value is (233,163,3). Sum of RGB (Red+Green+Blue) = 233+163+3=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A303 is #165CFC. Grayscale: #A6A6A6. Windows color (decimal): -1465597 or 238569. OLE color: 238569.
HSL color Cylindrical-coordinate representation of color #E9A303: hue angle of 41.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9A303 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.09 |
| HSL | 41.74º | 0.97% | 0.46% | - |
| HSV(B) | 41.74º | 0.99% | 0.91% | - |
| XYZ | 46.72 | 43.52 | 6.02 | - |
| YUV | 165.69 | 36.19 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 3 | 0 | 0.30 | 0.99 | 0.09 | 41.74 | 0.97 | 0.46 |
| Hex | E9 | A3 | 3 | 0 | 1E | 63 | 9 | 2A | 61 | 2E |
| Octal | 351 | 243 | 3 | 0 | 36 | 143 | 11 | 52 | 141 | 56 |
| Binary | 11101001 | 10100011 | 11 | 0 | 11110 | 1100011 | 1001 | 101010 | 1100001 | 101110 |
Color Harmonies of #E9A303
Complementary color
Monochromatic Colors of #E9A303
Black with #E9A303
Text Example
Text Example
White with #E9A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A303; }
p { color: rgb(233,163,3); }
H1.HeaderClassName
{
color: #E9A303;
}
.AnyTagClassName
{
color: #E9A303;
}
</style>
background-color css
<style>
a { background-color: #E9A303; }
a { background-color: rgb(233,163,3); }
div.DivClassName
{
background-color: #E9A303;
}
.BgClassName
{
background-color: #E9A303;
}
</style>
border-color css
<style>
span { border-color: #E9A303; }
span { border-color: rgb(233,163,3); }
td.TdClassName
{
border-color: #E9A303;
}
.TagClassName
{
border-color: #E9A303;
}
</style>