Shades of Gamboge #E9AA00
Tints of Gamboge #E9AA00
RGB
CMYK
RGB Variations
Color information
#E9AA00 (or 0xE9AA00) is known color: Gamboge. HEX triplet: E9, AA and 00. RGB value is (233,170,0). Sum of RGB (Red+Green+Blue) = 233+170+0=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AA00 is #1655FF. Grayscale: #AAAAAA. Windows color (decimal): -1463808 or 43753. OLE color: 43753.
HSL color Cylindrical-coordinate representation of color #E9AA00: hue angle of 43.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9AA00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.09 |
| HSL | 43.78º | 1% | 0.46% | - |
| HSV(B) | 43.78º | 1% | 0.91% | - |
| XYZ | 47.98 | 46.07 | 6.36 | - |
| YUV | 169.46 | 32.37 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 0 | 0 | 0.27 | 1 | 0.09 | 43.78 | 1 | 0.46 |
| Hex | E9 | AA | 0 | 0 | 1B | 64 | 9 | 2C | 64 | 2E |
| Octal | 351 | 252 | 0 | 0 | 33 | 144 | 11 | 54 | 144 | 56 |
| Binary | 11101001 | 10101010 | 0 | 0 | 11011 | 1100100 | 1001 | 101100 | 1100100 | 101110 |
Color Harmonies of #E9AA00
Complementary color
Monochromatic Colors of #E9AA00
Black with #E9AA00
Text Example
Text Example
White with #E9AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA00; }
p { color: rgb(233,170,0); }
H1.HeaderClassName
{
color: #E9AA00;
}
.AnyTagClassName
{
color: #E9AA00;
}
</style>
background-color css
<style>
a { background-color: #E9AA00; }
a { background-color: rgb(233,170,0); }
div.DivClassName
{
background-color: #E9AA00;
}
.BgClassName
{
background-color: #E9AA00;
}
</style>
border-color css
<style>
span { border-color: #E9AA00; }
span { border-color: rgb(233,170,0); }
td.TdClassName
{
border-color: #E9AA00;
}
.TagClassName
{
border-color: #E9AA00;
}
</style>