Shades of Gamboge #E9A705
Tints of Gamboge #E9A705
RGB
CMYK
RGB Variations
Color information
#E9A705 (or 0xE9A705) is known color: Gamboge. HEX triplet: E9, A7 and 05. RGB value is (233,167,5). Sum of RGB (Red+Green+Blue) = 233+167+5=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A705 is #1658FA. Grayscale: #A8A8A8. Windows color (decimal): -1464571 or 370665. OLE color: 370665.
HSL color Cylindrical-coordinate representation of color #E9A705: hue angle of 42.63º 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 #E9A705 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.09 |
| HSL | 42.63º | 0.96% | 0.47% | - |
| HSV(B) | 42.63º | 0.98% | 0.91% | - |
| XYZ | 47.45 | 44.97 | 6.32 | - |
| YUV | 168.27 | 35.87 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 5 | 0 | 0.28 | 0.98 | 0.09 | 42.63 | 0.96 | 0.47 |
| Hex | E9 | A7 | 5 | 0 | 1C | 62 | 9 | 2B | 60 | 2F |
| Octal | 351 | 247 | 5 | 0 | 34 | 142 | 11 | 53 | 140 | 57 |
| Binary | 11101001 | 10100111 | 101 | 0 | 11100 | 1100010 | 1001 | 101011 | 1100000 | 101111 |
Color Harmonies of #E9A705
Complementary color
Monochromatic Colors of #E9A705
Black with #E9A705
Text Example
Text Example
White with #E9A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A705; }
p { color: rgb(233,167,5); }
H1.HeaderClassName
{
color: #E9A705;
}
.AnyTagClassName
{
color: #E9A705;
}
</style>
background-color css
<style>
a { background-color: #E9A705; }
a { background-color: rgb(233,167,5); }
div.DivClassName
{
background-color: #E9A705;
}
.BgClassName
{
background-color: #E9A705;
}
</style>
border-color css
<style>
span { border-color: #E9A705; }
span { border-color: rgb(233,167,5); }
td.TdClassName
{
border-color: #E9A705;
}
.TagClassName
{
border-color: #E9A705;
}
</style>