Shades of Gamboge #E9A008
Tints of Gamboge #E9A008
RGB
CMYK
RGB Variations
Color information
#E9A008 (or 0xE9A008) is known color: Gamboge. HEX triplet: E9, A0 and 08. RGB value is (233,160,8). Sum of RGB (Red+Green+Blue) = 233+160+8=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A008 is #165FF7. Grayscale: #A5A5A5. Windows color (decimal): -1466360 or 565481. OLE color: 565481.
HSL color Cylindrical-coordinate representation of color #E9A008: hue angle of 40.53º 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 #E9A008 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 8 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.09 |
| HSL | 40.53º | 0.93% | 0.47% | - |
| HSV(B) | 40.53º | 0.97% | 0.91% | - |
| XYZ | 46.22 | 42.48 | 5.99 | - |
| YUV | 164.5 | 39.68 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 8 | 0 | 0.31 | 0.97 | 0.09 | 40.53 | 0.93 | 0.47 |
| Hex | E9 | A0 | 8 | 0 | 1F | 61 | 9 | 29 | 5D | 2F |
| Octal | 351 | 240 | 10 | 0 | 37 | 141 | 11 | 51 | 135 | 57 |
| Binary | 11101001 | 10100000 | 1000 | 0 | 11111 | 1100001 | 1001 | 101001 | 1011101 | 101111 |
Color Harmonies of #E9A008
Complementary color
Monochromatic Colors of #E9A008
Black with #E9A008
Text Example
Text Example
White with #E9A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A008; }
p { color: rgb(233,160,8); }
H1.HeaderClassName
{
color: #E9A008;
}
.AnyTagClassName
{
color: #E9A008;
}
</style>
background-color css
<style>
a { background-color: #E9A008; }
a { background-color: rgb(233,160,8); }
div.DivClassName
{
background-color: #E9A008;
}
.BgClassName
{
background-color: #E9A008;
}
</style>
border-color css
<style>
span { border-color: #E9A008; }
span { border-color: rgb(233,160,8); }
td.TdClassName
{
border-color: #E9A008;
}
.TagClassName
{
border-color: #E9A008;
}
</style>