Shades of Gamboge #E9990E
Tints of Gamboge #E9990E
RGB
CMYK
RGB Variations
Color information
#E9990E (or 0xE9990E) is known color: Gamboge. HEX triplet: E9, 99 and 0E. RGB value is (233,153,14). Sum of RGB (Red+Green+Blue) = 233+153+14=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E9990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9990E is #1666F1. Grayscale: #A1A1A1. Windows color (decimal): -1468146 or 956905. OLE color: 956905.
HSL color Cylindrical-coordinate representation of color #E9990E: hue angle of 38.08º 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 #E9990E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.09 |
| HSL | 38.08º | 0.89% | 0.48% | - |
| HSV(B) | 38.08º | 0.94% | 0.91% | - |
| XYZ | 45.07 | 40.14 | 5.79 | - |
| YUV | 161.07 | 45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 14 | 0 | 0.34 | 0.94 | 0.09 | 38.08 | 0.89 | 0.48 |
| Hex | E9 | 99 | E | 0 | 22 | 5E | 9 | 26 | 59 | 30 |
| Octal | 351 | 231 | 16 | 0 | 42 | 136 | 11 | 46 | 131 | 60 |
| Binary | 11101001 | 10011001 | 1110 | 0 | 100010 | 1011110 | 1001 | 100110 | 1011001 | 110000 |
Color Harmonies of #E9990E
Complementary color
Monochromatic Colors of #E9990E
Black with #E9990E
Text Example
Text Example
White with #E9990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9990E; }
p { color: rgb(233,153,14); }
H1.HeaderClassName
{
color: #E9990E;
}
.AnyTagClassName
{
color: #E9990E;
}
</style>
background-color css
<style>
a { background-color: #E9990E; }
a { background-color: rgb(233,153,14); }
div.DivClassName
{
background-color: #E9990E;
}
.BgClassName
{
background-color: #E9990E;
}
</style>
border-color css
<style>
span { border-color: #E9990E; }
span { border-color: rgb(233,153,14); }
td.TdClassName
{
border-color: #E9990E;
}
.TagClassName
{
border-color: #E9990E;
}
</style>