Shades of Gamboge #E9AA04
Tints of Gamboge #E9AA04
RGB
CMYK
RGB Variations
Color information
#E9AA04 (or 0xE9AA04) is known color: Gamboge. HEX triplet: E9, AA and 04. RGB value is (233,170,4). Sum of RGB (Red+Green+Blue) = 233+170+4=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AA04 is #1655FB. Grayscale: #AAAAAA. Windows color (decimal): -1463804 or 305897. OLE color: 305897.
HSL color Cylindrical-coordinate representation of color #E9AA04: hue angle of 43.49º 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 #E9AA04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.09 |
| HSL | 43.49º | 0.97% | 0.46% | - |
| HSV(B) | 43.49º | 0.98% | 0.91% | - |
| XYZ | 48 | 46.08 | 6.48 | - |
| YUV | 169.91 | 34.37 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 4 | 0 | 0.27 | 0.98 | 0.09 | 43.49 | 0.97 | 0.46 |
| Hex | E9 | AA | 4 | 0 | 1B | 62 | 9 | 2B | 61 | 2E |
| Octal | 351 | 252 | 4 | 0 | 33 | 142 | 11 | 53 | 141 | 56 |
| Binary | 11101001 | 10101010 | 100 | 0 | 11011 | 1100010 | 1001 | 101011 | 1100001 | 101110 |
Color Harmonies of #E9AA04
Complementary color
Monochromatic Colors of #E9AA04
Black with #E9AA04
Text Example
Text Example
White with #E9AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA04; }
p { color: rgb(233,170,4); }
H1.HeaderClassName
{
color: #E9AA04;
}
.AnyTagClassName
{
color: #E9AA04;
}
</style>
background-color css
<style>
a { background-color: #E9AA04; }
a { background-color: rgb(233,170,4); }
div.DivClassName
{
background-color: #E9AA04;
}
.BgClassName
{
background-color: #E9AA04;
}
</style>
border-color css
<style>
span { border-color: #E9AA04; }
span { border-color: rgb(233,170,4); }
td.TdClassName
{
border-color: #E9AA04;
}
.TagClassName
{
border-color: #E9AA04;
}
</style>