Shades of Gamboge #E9A00C
Tints of Gamboge #E9A00C
RGB
CMYK
RGB Variations
Color information
#E9A00C (or 0xE9A00C) is known color: Gamboge. HEX triplet: E9, A0 and 0C. RGB value is (233,160,12). Sum of RGB (Red+Green+Blue) = 233+160+12=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A00C is #165FF3. Grayscale: #A5A5A5. Windows color (decimal): -1466356 or 827625. OLE color: 827625.
HSL color Cylindrical-coordinate representation of color #E9A00C: hue angle of 40.18º 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 #E9A00C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.09 |
| HSL | 40.18º | 0.9% | 0.48% | - |
| HSV(B) | 40.18º | 0.95% | 0.91% | - |
| XYZ | 46.24 | 42.49 | 6.11 | - |
| YUV | 164.96 | 41.68 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 12 | 0 | 0.31 | 0.95 | 0.09 | 40.18 | 0.9 | 0.48 |
| Hex | E9 | A0 | C | 0 | 1F | 5F | 9 | 28 | 5A | 30 |
| Octal | 351 | 240 | 14 | 0 | 37 | 137 | 11 | 50 | 132 | 60 |
| Binary | 11101001 | 10100000 | 1100 | 0 | 11111 | 1011111 | 1001 | 101000 | 1011010 | 110000 |
Color Harmonies of #E9A00C
Complementary color
Monochromatic Colors of #E9A00C
Black with #E9A00C
Text Example
Text Example
White with #E9A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A00C; }
p { color: rgb(233,160,12); }
H1.HeaderClassName
{
color: #E9A00C;
}
.AnyTagClassName
{
color: #E9A00C;
}
</style>
background-color css
<style>
a { background-color: #E9A00C; }
a { background-color: rgb(233,160,12); }
div.DivClassName
{
background-color: #E9A00C;
}
.BgClassName
{
background-color: #E9A00C;
}
</style>
border-color css
<style>
span { border-color: #E9A00C; }
span { border-color: rgb(233,160,12); }
td.TdClassName
{
border-color: #E9A00C;
}
.TagClassName
{
border-color: #E9A00C;
}
</style>