Shades of Gamboge #E9A608
Tints of Gamboge #E9A608
RGB
CMYK
RGB Variations
Color information
#E9A608 (or 0xE9A608) is known color: Gamboge. HEX triplet: E9, A6 and 08. RGB value is (233,166,8). Sum of RGB (Red+Green+Blue) = 233+166+8=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A608 is #1659F7. Grayscale: #A8A8A8. Windows color (decimal): -1464824 or 567017. OLE color: 567017.
HSL color Cylindrical-coordinate representation of color #E9A608: hue angle of 42.13º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9A608 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 8 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.09 |
| HSL | 42.13º | 0.93% | 0.47% | - |
| HSV(B) | 42.13º | 0.97% | 0.91% | - |
| XYZ | 47.28 | 44.61 | 6.35 | - |
| YUV | 168.02 | 37.7 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 8 | 0 | 0.29 | 0.97 | 0.09 | 42.13 | 0.93 | 0.47 |
| Hex | E9 | A6 | 8 | 0 | 1D | 61 | 9 | 2A | 5D | 2F |
| Octal | 351 | 246 | 10 | 0 | 35 | 141 | 11 | 52 | 135 | 57 |
| Binary | 11101001 | 10100110 | 1000 | 0 | 11101 | 1100001 | 1001 | 101010 | 1011101 | 101111 |
Color Harmonies of #E9A608
Complementary color
Monochromatic Colors of #E9A608
Black with #E9A608
Text Example
Text Example
White with #E9A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A608; }
p { color: rgb(233,166,8); }
H1.HeaderClassName
{
color: #E9A608;
}
.AnyTagClassName
{
color: #E9A608;
}
</style>
background-color css
<style>
a { background-color: #E9A608; }
a { background-color: rgb(233,166,8); }
div.DivClassName
{
background-color: #E9A608;
}
.BgClassName
{
background-color: #E9A608;
}
</style>
border-color css
<style>
span { border-color: #E9A608; }
span { border-color: rgb(233,166,8); }
td.TdClassName
{
border-color: #E9A608;
}
.TagClassName
{
border-color: #E9A608;
}
</style>