Shades of Gamboge #E9A816
Tints of Gamboge #E9A816
RGB
CMYK
RGB Variations
Color information
#E9A816 (or 0xE9A816) is known color: Gamboge. HEX triplet: E9, A8 and 16. RGB value is (233,168,22). Sum of RGB (Red+Green+Blue) = 233+168+22=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A816 is #1657E9. Grayscale: #ABABAB. Windows color (decimal): -1464298 or 1485033. OLE color: 1485033.
HSL color Cylindrical-coordinate representation of color #E9A816: hue angle of 41.52º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9A816 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.09 |
| HSL | 41.52º | 0.83% | 0.5% | - |
| HSV(B) | 41.52º | 0.91% | 0.91% | - |
| XYZ | 47.75 | 45.39 | 7 | - |
| YUV | 170.79 | 44.03 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 22 | 0 | 0.28 | 0.91 | 0.09 | 41.52 | 0.83 | 0.5 |
| Hex | E9 | A8 | 16 | 0 | 1C | 5B | 9 | 2A | 53 | 32 |
| Octal | 351 | 250 | 26 | 0 | 34 | 133 | 11 | 52 | 123 | 62 |
| Binary | 11101001 | 10101000 | 10110 | 0 | 11100 | 1011011 | 1001 | 101010 | 1010011 | 110010 |
Color Harmonies of #E9A816
Complementary color
Monochromatic Colors of #E9A816
Black with #E9A816
Text Example
Text Example
White with #E9A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A816; }
p { color: rgb(233,168,22); }
H1.HeaderClassName
{
color: #E9A816;
}
.AnyTagClassName
{
color: #E9A816;
}
</style>
background-color css
<style>
a { background-color: #E9A816; }
a { background-color: rgb(233,168,22); }
div.DivClassName
{
background-color: #E9A816;
}
.BgClassName
{
background-color: #E9A816;
}
</style>
border-color css
<style>
span { border-color: #E9A816; }
span { border-color: rgb(233,168,22); }
td.TdClassName
{
border-color: #E9A816;
}
.TagClassName
{
border-color: #E9A816;
}
</style>