Shades of Gamboge #E99F09
Tints of Gamboge #E99F09
RGB
CMYK
RGB Variations
Color information
#E99F09 (or 0xE99F09) is known color: Gamboge. HEX triplet: E9, 9F and 09. RGB value is (233,159,9). Sum of RGB (Red+Green+Blue) = 233+159+9=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F09 is #1660F6. Grayscale: #A4A4A4. Windows color (decimal): -1466615 or 630761. OLE color: 630761.
HSL color Cylindrical-coordinate representation of color #E99F09: hue angle of 40.18º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E99F09 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.09 |
| HSL | 40.18º | 0.93% | 0.47% | - |
| HSV(B) | 40.18º | 0.96% | 0.91% | - |
| XYZ | 46.05 | 42.14 | 5.97 | - |
| YUV | 164.03 | 40.52 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 9 | 0 | 0.32 | 0.96 | 0.09 | 40.18 | 0.93 | 0.47 |
| Hex | E9 | 9F | 9 | 0 | 20 | 60 | 9 | 28 | 5D | 2F |
| Octal | 351 | 237 | 11 | 0 | 40 | 140 | 11 | 50 | 135 | 57 |
| Binary | 11101001 | 10011111 | 1001 | 0 | 100000 | 1100000 | 1001 | 101000 | 1011101 | 101111 |
Color Harmonies of #E99F09
Complementary color
Monochromatic Colors of #E99F09
Black with #E99F09
Text Example
Text Example
White with #E99F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F09; }
p { color: rgb(233,159,9); }
H1.HeaderClassName
{
color: #E99F09;
}
.AnyTagClassName
{
color: #E99F09;
}
</style>
background-color css
<style>
a { background-color: #E99F09; }
a { background-color: rgb(233,159,9); }
div.DivClassName
{
background-color: #E99F09;
}
.BgClassName
{
background-color: #E99F09;
}
</style>
border-color css
<style>
span { border-color: #E99F09; }
span { border-color: rgb(233,159,9); }
td.TdClassName
{
border-color: #E99F09;
}
.TagClassName
{
border-color: #E99F09;
}
</style>