Shades of Gamboge #E99F00
Tints of Gamboge #E99F00
RGB
CMYK
RGB Variations
Color information
#E99F00 (or 0xE99F00) is known color: Gamboge. HEX triplet: E9, 9F and 00. RGB value is (233,159,0). Sum of RGB (Red+Green+Blue) = 233+159+0=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F00 is #1660FF. Grayscale: #A3A3A3. Windows color (decimal): -1466624 or 40937. OLE color: 40937.
HSL color Cylindrical-coordinate representation of color #E99F00: hue angle of 40.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E99F00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.09 |
| HSL | 40.94º | 1% | 0.46% | - |
| HSV(B) | 40.94º | 1% | 0.91% | - |
| XYZ | 46 | 42.12 | 5.71 | - |
| YUV | 163 | 36.02 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 0 | 0 | 0.32 | 1 | 0.09 | 40.94 | 1 | 0.46 |
| Hex | E9 | 9F | 0 | 0 | 20 | 64 | 9 | 29 | 64 | 2E |
| Octal | 351 | 237 | 0 | 0 | 40 | 144 | 11 | 51 | 144 | 56 |
| Binary | 11101001 | 10011111 | 0 | 0 | 100000 | 1100100 | 1001 | 101001 | 1100100 | 101110 |
Color Harmonies of #E99F00
Complementary color
Monochromatic Colors of #E99F00
Black with #E99F00
Text Example
Text Example
White with #E99F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F00; }
p { color: rgb(233,159,0); }
H1.HeaderClassName
{
color: #E99F00;
}
.AnyTagClassName
{
color: #E99F00;
}
</style>
background-color css
<style>
a { background-color: #E99F00; }
a { background-color: rgb(233,159,0); }
div.DivClassName
{
background-color: #E99F00;
}
.BgClassName
{
background-color: #E99F00;
}
</style>
border-color css
<style>
span { border-color: #E99F00; }
span { border-color: rgb(233,159,0); }
td.TdClassName
{
border-color: #E99F00;
}
.TagClassName
{
border-color: #E99F00;
}
</style>