Shades of Gamboge #E9AA12
Tints of Gamboge #E9AA12
RGB
CMYK
RGB Variations
Color information
#E9AA12 (or 0xE9AA12) is known color: Gamboge. HEX triplet: E9, AA and 12. RGB value is (233,170,18). Sum of RGB (Red+Green+Blue) = 233+170+18=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AA12 is #1655ED. Grayscale: #ACACAC. Windows color (decimal): -1463790 or 1223401. OLE color: 1223401.
HSL color Cylindrical-coordinate representation of color #E9AA12: hue angle of 42.42º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9AA12 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 18 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.09 |
| HSL | 42.42º | 0.86% | 0.49% | - |
| HSV(B) | 42.42º | 0.92% | 0.91% | - |
| XYZ | 48.09 | 46.12 | 6.94 | - |
| YUV | 171.51 | 41.37 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 18 | 0 | 0.27 | 0.92 | 0.09 | 42.42 | 0.86 | 0.49 |
| Hex | E9 | AA | 12 | 0 | 1B | 5C | 9 | 2A | 56 | 31 |
| Octal | 351 | 252 | 22 | 0 | 33 | 134 | 11 | 52 | 126 | 61 |
| Binary | 11101001 | 10101010 | 10010 | 0 | 11011 | 1011100 | 1001 | 101010 | 1010110 | 110001 |
Color Harmonies of #E9AA12
Complementary color
Monochromatic Colors of #E9AA12
Black with #E9AA12
Text Example
Text Example
White with #E9AA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA12; }
p { color: rgb(233,170,18); }
H1.HeaderClassName
{
color: #E9AA12;
}
.AnyTagClassName
{
color: #E9AA12;
}
</style>
background-color css
<style>
a { background-color: #E9AA12; }
a { background-color: rgb(233,170,18); }
div.DivClassName
{
background-color: #E9AA12;
}
.BgClassName
{
background-color: #E9AA12;
}
</style>
border-color css
<style>
span { border-color: #E9AA12; }
span { border-color: rgb(233,170,18); }
td.TdClassName
{
border-color: #E9AA12;
}
.TagClassName
{
border-color: #E9AA12;
}
</style>