Shades of Gamboge #E9A800
Tints of Gamboge #E9A800
RGB
CMYK
RGB Variations
Color information
#E9A800 (or 0xE9A800) is known color: Gamboge. HEX triplet: E9, A8 and 00. RGB value is (233,168,0). Sum of RGB (Red+Green+Blue) = 233+168+0=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A800 is #1657FF. Grayscale: #A9A9A9. Windows color (decimal): -1464320 or 43241. OLE color: 43241.
HSL color Cylindrical-coordinate representation of color #E9A800: hue angle of 43.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9A800 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.09 |
| HSL | 43.26º | 1% | 0.46% | - |
| HSV(B) | 43.26º | 1% | 0.91% | - |
| XYZ | 47.61 | 45.33 | 6.24 | - |
| YUV | 168.28 | 33.03 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 0 | 0 | 0.28 | 1 | 0.09 | 43.26 | 1 | 0.46 |
| Hex | E9 | A8 | 0 | 0 | 1C | 64 | 9 | 2B | 64 | 2E |
| Octal | 351 | 250 | 0 | 0 | 34 | 144 | 11 | 53 | 144 | 56 |
| Binary | 11101001 | 10101000 | 0 | 0 | 11100 | 1100100 | 1001 | 101011 | 1100100 | 101110 |
Color Harmonies of #E9A800
Complementary color
Monochromatic Colors of #E9A800
Black with #E9A800
Text Example
Text Example
White with #E9A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A800; }
p { color: rgb(233,168,0); }
H1.HeaderClassName
{
color: #E9A800;
}
.AnyTagClassName
{
color: #E9A800;
}
</style>
background-color css
<style>
a { background-color: #E9A800; }
a { background-color: rgb(233,168,0); }
div.DivClassName
{
background-color: #E9A800;
}
.BgClassName
{
background-color: #E9A800;
}
</style>
border-color css
<style>
span { border-color: #E9A800; }
span { border-color: rgb(233,168,0); }
td.TdClassName
{
border-color: #E9A800;
}
.TagClassName
{
border-color: #E9A800;
}
</style>