Shades of Gamboge #E9AA09
Tints of Gamboge #E9AA09
RGB
CMYK
RGB Variations
Color information
#E9AA09 (or 0xE9AA09) is known color: Gamboge. HEX triplet: E9, AA and 09. RGB value is (233,170,9). Sum of RGB (Red+Green+Blue) = 233+170+9=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AA09 is #1655F6. Grayscale: #ABABAB. Windows color (decimal): -1463799 or 633577. OLE color: 633577.
HSL color Cylindrical-coordinate representation of color #E9AA09: hue angle of 43.12º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9AA09 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.09 |
| HSL | 43.13º | 0.93% | 0.47% | - |
| HSV(B) | 43.13º | 0.96% | 0.91% | - |
| XYZ | 48.03 | 46.09 | 6.62 | - |
| YUV | 170.48 | 36.87 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 9 | 0 | 0.27 | 0.96 | 0.09 | 43.13 | 0.93 | 0.47 |
| Hex | E9 | AA | 9 | 0 | 1B | 60 | 9 | 2B | 5D | 2F |
| Octal | 351 | 252 | 11 | 0 | 33 | 140 | 11 | 53 | 135 | 57 |
| Binary | 11101001 | 10101010 | 1001 | 0 | 11011 | 1100000 | 1001 | 101011 | 1011101 | 101111 |
Color Harmonies of #E9AA09
Complementary color
Monochromatic Colors of #E9AA09
Black with #E9AA09
Text Example
Text Example
White with #E9AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA09; }
p { color: rgb(233,170,9); }
H1.HeaderClassName
{
color: #E9AA09;
}
.AnyTagClassName
{
color: #E9AA09;
}
</style>
background-color css
<style>
a { background-color: #E9AA09; }
a { background-color: rgb(233,170,9); }
div.DivClassName
{
background-color: #E9AA09;
}
.BgClassName
{
background-color: #E9AA09;
}
</style>
border-color css
<style>
span { border-color: #E9AA09; }
span { border-color: rgb(233,170,9); }
td.TdClassName
{
border-color: #E9AA09;
}
.TagClassName
{
border-color: #E9AA09;
}
</style>