Shades of Gamboge #E9A812
Tints of Gamboge #E9A812
RGB
CMYK
RGB Variations
Color information
#E9A812 (or 0xE9A812) is known color: Gamboge. HEX triplet: E9, A8 and 12. RGB value is (233,168,18). Sum of RGB (Red+Green+Blue) = 233+168+18=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A812 is #1657ED. Grayscale: #AAAAAA. Windows color (decimal): -1464302 or 1222889. OLE color: 1222889.
HSL color Cylindrical-coordinate representation of color #E9A812: hue angle of 41.86º 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 #E9A812 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 18 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.09 |
| HSL | 41.86º | 0.86% | 0.49% | - |
| HSV(B) | 41.86º | 0.92% | 0.91% | - |
| XYZ | 47.72 | 45.37 | 6.82 | - |
| YUV | 170.34 | 42.03 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 18 | 0 | 0.28 | 0.92 | 0.09 | 41.86 | 0.86 | 0.49 |
| Hex | E9 | A8 | 12 | 0 | 1C | 5C | 9 | 2A | 56 | 31 |
| Octal | 351 | 250 | 22 | 0 | 34 | 134 | 11 | 52 | 126 | 61 |
| Binary | 11101001 | 10101000 | 10010 | 0 | 11100 | 1011100 | 1001 | 101010 | 1010110 | 110001 |
Color Harmonies of #E9A812
Complementary color
Monochromatic Colors of #E9A812
Black with #E9A812
Text Example
Text Example
White with #E9A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A812; }
p { color: rgb(233,168,18); }
H1.HeaderClassName
{
color: #E9A812;
}
.AnyTagClassName
{
color: #E9A812;
}
</style>
background-color css
<style>
a { background-color: #E9A812; }
a { background-color: rgb(233,168,18); }
div.DivClassName
{
background-color: #E9A812;
}
.BgClassName
{
background-color: #E9A812;
}
</style>
border-color css
<style>
span { border-color: #E9A812; }
span { border-color: rgb(233,168,18); }
td.TdClassName
{
border-color: #E9A812;
}
.TagClassName
{
border-color: #E9A812;
}
</style>