Shades of Gamboge #E99F07
Tints of Gamboge #E99F07
RGB
CMYK
RGB Variations
Color information
#E99F07 (or 0xE99F07) is known color: Gamboge. HEX triplet: E9, 9F and 07. RGB value is (233,159,7). Sum of RGB (Red+Green+Blue) = 233+159+7=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F07 is #1660F8. Grayscale: #A4A4A4. Windows color (decimal): -1466617 or 499689. OLE color: 499689.
HSL color Cylindrical-coordinate representation of color #E99F07: hue angle of 40.35º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E99F07 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.09 |
| HSL | 40.35º | 0.94% | 0.47% | - |
| HSV(B) | 40.35º | 0.97% | 0.91% | - |
| XYZ | 46.04 | 42.14 | 5.91 | - |
| YUV | 163.8 | 39.52 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 7 | 0 | 0.32 | 0.97 | 0.09 | 40.35 | 0.94 | 0.47 |
| Hex | E9 | 9F | 7 | 0 | 20 | 61 | 9 | 28 | 5E | 2F |
| Octal | 351 | 237 | 7 | 0 | 40 | 141 | 11 | 50 | 136 | 57 |
| Binary | 11101001 | 10011111 | 111 | 0 | 100000 | 1100001 | 1001 | 101000 | 1011110 | 101111 |
Color Harmonies of #E99F07
Complementary color
Monochromatic Colors of #E99F07
Black with #E99F07
Text Example
Text Example
White with #E99F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F07; }
p { color: rgb(233,159,7); }
H1.HeaderClassName
{
color: #E99F07;
}
.AnyTagClassName
{
color: #E99F07;
}
</style>
background-color css
<style>
a { background-color: #E99F07; }
a { background-color: rgb(233,159,7); }
div.DivClassName
{
background-color: #E99F07;
}
.BgClassName
{
background-color: #E99F07;
}
</style>
border-color css
<style>
span { border-color: #E99F07; }
span { border-color: rgb(233,159,7); }
td.TdClassName
{
border-color: #E99F07;
}
.TagClassName
{
border-color: #E99F07;
}
</style>