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