Shades of Gamboge #E9AA03
Tints of Gamboge #E9AA03
RGB
CMYK
RGB Variations
Color information
#E9AA03 (or 0xE9AA03) is known color: Gamboge. HEX triplet: E9, AA and 03. RGB value is (233,170,3). Sum of RGB (Red+Green+Blue) = 233+170+3=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AA03 is #1655FC. Grayscale: #AAAAAA. Windows color (decimal): -1463805 or 240361. OLE color: 240361.
HSL color Cylindrical-coordinate representation of color #E9AA03: hue angle of 43.57º 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 #E9AA03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.09 |
| HSL | 43.57º | 0.97% | 0.46% | - |
| HSV(B) | 43.57º | 0.99% | 0.91% | - |
| XYZ | 48 | 46.08 | 6.45 | - |
| YUV | 169.8 | 33.87 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 3 | 0 | 0.27 | 0.99 | 0.09 | 43.57 | 0.97 | 0.46 |
| Hex | E9 | AA | 3 | 0 | 1B | 63 | 9 | 2C | 61 | 2E |
| Octal | 351 | 252 | 3 | 0 | 33 | 143 | 11 | 54 | 141 | 56 |
| Binary | 11101001 | 10101010 | 11 | 0 | 11011 | 1100011 | 1001 | 101100 | 1100001 | 101110 |
Color Harmonies of #E9AA03
Complementary color
Monochromatic Colors of #E9AA03
Black with #E9AA03
Text Example
Text Example
White with #E9AA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA03; }
p { color: rgb(233,170,3); }
H1.HeaderClassName
{
color: #E9AA03;
}
.AnyTagClassName
{
color: #E9AA03;
}
</style>
background-color css
<style>
a { background-color: #E9AA03; }
a { background-color: rgb(233,170,3); }
div.DivClassName
{
background-color: #E9AA03;
}
.BgClassName
{
background-color: #E9AA03;
}
</style>
border-color css
<style>
span { border-color: #E9AA03; }
span { border-color: rgb(233,170,3); }
td.TdClassName
{
border-color: #E9AA03;
}
.TagClassName
{
border-color: #E9AA03;
}
</style>