Shades of Gamboge #E9940E
Tints of Gamboge #E9940E
RGB
CMYK
RGB Variations
Color information
#E9940E (or 0xE9940E) is known color: Gamboge. HEX triplet: E9, 94 and 0E. RGB value is (233,148,14). Sum of RGB (Red+Green+Blue) = 233+148+14=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9940E is #166BF1. Grayscale: #9E9E9E. Windows color (decimal): -1469426 or 955625. OLE color: 955625.
HSL color Cylindrical-coordinate representation of color #E9940E: hue angle of 36.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9940E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.09 |
| HSL | 36.71º | 0.89% | 0.48% | - |
| HSV(B) | 36.71º | 0.94% | 0.91% | - |
| XYZ | 44.27 | 38.54 | 5.52 | - |
| YUV | 158.14 | 46.66 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 14 | 0 | 0.36 | 0.94 | 0.09 | 36.71 | 0.89 | 0.48 |
| Hex | E9 | 94 | E | 0 | 24 | 5E | 9 | 25 | 59 | 30 |
| Octal | 351 | 224 | 16 | 0 | 44 | 136 | 11 | 45 | 131 | 60 |
| Binary | 11101001 | 10010100 | 1110 | 0 | 100100 | 1011110 | 1001 | 100101 | 1011001 | 110000 |
Color Harmonies of #E9940E
Complementary color
Monochromatic Colors of #E9940E
Black with #E9940E
Text Example
Text Example
White with #E9940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9940E; }
p { color: rgb(233,148,14); }
H1.HeaderClassName
{
color: #E9940E;
}
.AnyTagClassName
{
color: #E9940E;
}
</style>
background-color css
<style>
a { background-color: #E9940E; }
a { background-color: rgb(233,148,14); }
div.DivClassName
{
background-color: #E9940E;
}
.BgClassName
{
background-color: #E9940E;
}
</style>
border-color css
<style>
span { border-color: #E9940E; }
span { border-color: rgb(233,148,14); }
td.TdClassName
{
border-color: #E9940E;
}
.TagClassName
{
border-color: #E9940E;
}
</style>