Shades of Gamboge #E99F05
Tints of Gamboge #E99F05
RGB
CMYK
RGB Variations
Color information
#E99F05 (or 0xE99F05) is known color: Gamboge. HEX triplet: E9, 9F and 05. RGB value is (233,159,5). Sum of RGB (Red+Green+Blue) = 233+159+5=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F05 is #1660FA. Grayscale: #A4A4A4. Windows color (decimal): -1466619 or 368617. OLE color: 368617.
HSL color Cylindrical-coordinate representation of color #E99F05: hue angle of 40.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E99F05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.09 |
| HSL | 40.53º | 0.96% | 0.47% | - |
| HSV(B) | 40.53º | 0.98% | 0.91% | - |
| XYZ | 46.03 | 42.13 | 5.85 | - |
| YUV | 163.57 | 38.52 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 5 | 0 | 0.32 | 0.98 | 0.09 | 40.53 | 0.96 | 0.47 |
| Hex | E9 | 9F | 5 | 0 | 20 | 62 | 9 | 29 | 60 | 2F |
| Octal | 351 | 237 | 5 | 0 | 40 | 142 | 11 | 51 | 140 | 57 |
| Binary | 11101001 | 10011111 | 101 | 0 | 100000 | 1100010 | 1001 | 101001 | 1100000 | 101111 |
Color Harmonies of #E99F05
Complementary color
Monochromatic Colors of #E99F05
Black with #E99F05
Text Example
Text Example
White with #E99F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F05; }
p { color: rgb(233,159,5); }
H1.HeaderClassName
{
color: #E99F05;
}
.AnyTagClassName
{
color: #E99F05;
}
</style>
background-color css
<style>
a { background-color: #E99F05; }
a { background-color: rgb(233,159,5); }
div.DivClassName
{
background-color: #E99F05;
}
.BgClassName
{
background-color: #E99F05;
}
</style>
border-color css
<style>
span { border-color: #E99F05; }
span { border-color: rgb(233,159,5); }
td.TdClassName
{
border-color: #E99F05;
}
.TagClassName
{
border-color: #E99F05;
}
</style>