Shades of Gamboge #E9A80C
Tints of Gamboge #E9A80C
RGB
CMYK
RGB Variations
Color information
#E9A80C (or 0xE9A80C) is known color: Gamboge. HEX triplet: E9, A8 and 0C. RGB value is (233,168,12). Sum of RGB (Red+Green+Blue) = 233+168+12=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A80C is #1657F3. Grayscale: #AAAAAA. Windows color (decimal): -1464308 or 829673. OLE color: 829673.
HSL color Cylindrical-coordinate representation of color #E9A80C: hue angle of 42.35º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9A80C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.09 |
| HSL | 42.35º | 0.9% | 0.48% | - |
| HSV(B) | 42.35º | 0.95% | 0.91% | - |
| XYZ | 47.67 | 45.36 | 6.59 | - |
| YUV | 169.65 | 39.03 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 12 | 0 | 0.28 | 0.95 | 0.09 | 42.35 | 0.9 | 0.48 |
| Hex | E9 | A8 | C | 0 | 1C | 5F | 9 | 2A | 5A | 30 |
| Octal | 351 | 250 | 14 | 0 | 34 | 137 | 11 | 52 | 132 | 60 |
| Binary | 11101001 | 10101000 | 1100 | 0 | 11100 | 1011111 | 1001 | 101010 | 1011010 | 110000 |
Color Harmonies of #E9A80C
Complementary color
Monochromatic Colors of #E9A80C
Black with #E9A80C
Text Example
Text Example
White with #E9A80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A80C; }
p { color: rgb(233,168,12); }
H1.HeaderClassName
{
color: #E9A80C;
}
.AnyTagClassName
{
color: #E9A80C;
}
</style>
background-color css
<style>
a { background-color: #E9A80C; }
a { background-color: rgb(233,168,12); }
div.DivClassName
{
background-color: #E9A80C;
}
.BgClassName
{
background-color: #E9A80C;
}
</style>
border-color css
<style>
span { border-color: #E9A80C; }
span { border-color: rgb(233,168,12); }
td.TdClassName
{
border-color: #E9A80C;
}
.TagClassName
{
border-color: #E9A80C;
}
</style>