Shades of Gamboge #E9AA05
Tints of Gamboge #E9AA05
RGB
CMYK
RGB Variations
Color information
#E9AA05 (or 0xE9AA05) is known color: Gamboge. HEX triplet: E9, AA and 05. RGB value is (233,170,5). Sum of RGB (Red+Green+Blue) = 233+170+5=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AA05 is #1655FA. Grayscale: #AAAAAA. Windows color (decimal): -1463803 or 371433. OLE color: 371433.
HSL color Cylindrical-coordinate representation of color #E9AA05: hue angle of 43.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9AA05 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.09 |
| HSL | 43.42º | 0.96% | 0.47% | - |
| HSV(B) | 43.42º | 0.98% | 0.91% | - |
| XYZ | 48.01 | 46.08 | 6.51 | - |
| YUV | 170.03 | 34.87 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 5 | 0 | 0.27 | 0.98 | 0.09 | 43.42 | 0.96 | 0.47 |
| Hex | E9 | AA | 5 | 0 | 1B | 62 | 9 | 2B | 60 | 2F |
| Octal | 351 | 252 | 5 | 0 | 33 | 142 | 11 | 53 | 140 | 57 |
| Binary | 11101001 | 10101010 | 101 | 0 | 11011 | 1100010 | 1001 | 101011 | 1100000 | 101111 |
Color Harmonies of #E9AA05
Complementary color
Monochromatic Colors of #E9AA05
Black with #E9AA05
Text Example
Text Example
White with #E9AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA05; }
p { color: rgb(233,170,5); }
H1.HeaderClassName
{
color: #E9AA05;
}
.AnyTagClassName
{
color: #E9AA05;
}
</style>
background-color css
<style>
a { background-color: #E9AA05; }
a { background-color: rgb(233,170,5); }
div.DivClassName
{
background-color: #E9AA05;
}
.BgClassName
{
background-color: #E9AA05;
}
</style>
border-color css
<style>
span { border-color: #E9AA05; }
span { border-color: rgb(233,170,5); }
td.TdClassName
{
border-color: #E9AA05;
}
.TagClassName
{
border-color: #E9AA05;
}
</style>