Shades of Gamboge #E9A40C
Tints of Gamboge #E9A40C
RGB
CMYK
RGB Variations
Color information
#E9A40C (or 0xE9A40C) is known color: Gamboge. HEX triplet: E9, A4 and 0C. RGB value is (233,164,12). Sum of RGB (Red+Green+Blue) = 233+164+12=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A40C is #165BF3. Grayscale: #A7A7A7. Windows color (decimal): -1465332 or 828649. OLE color: 828649.
HSL color Cylindrical-coordinate representation of color #E9A40C: hue angle of 41.27º 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 #E9A40C is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 12 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.09 |
| HSL | 41.27º | 0.9% | 0.48% | - |
| HSV(B) | 41.27º | 0.95% | 0.91% | - |
| XYZ | 46.95 | 43.9 | 6.35 | - |
| YUV | 167.3 | 40.36 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 12 | 0 | 0.30 | 0.95 | 0.09 | 41.27 | 0.9 | 0.48 |
| Hex | E9 | A4 | C | 0 | 1E | 5F | 9 | 29 | 5A | 30 |
| Octal | 351 | 244 | 14 | 0 | 36 | 137 | 11 | 51 | 132 | 60 |
| Binary | 11101001 | 10100100 | 1100 | 0 | 11110 | 1011111 | 1001 | 101001 | 1011010 | 110000 |
Color Harmonies of #E9A40C
Complementary color
Monochromatic Colors of #E9A40C
Black with #E9A40C
Text Example
Text Example
White with #E9A40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A40C; }
p { color: rgb(233,164,12); }
H1.HeaderClassName
{
color: #E9A40C;
}
.AnyTagClassName
{
color: #E9A40C;
}
</style>
background-color css
<style>
a { background-color: #E9A40C; }
a { background-color: rgb(233,164,12); }
div.DivClassName
{
background-color: #E9A40C;
}
.BgClassName
{
background-color: #E9A40C;
}
</style>
border-color css
<style>
span { border-color: #E9A40C; }
span { border-color: rgb(233,164,12); }
td.TdClassName
{
border-color: #E9A40C;
}
.TagClassName
{
border-color: #E9A40C;
}
</style>