Shades of Gamboge #E99F18
Tints of Gamboge #E99F18
RGB
CMYK
RGB Variations
Color information
#E99F18 (or 0xE99F18) is known color: Gamboge. HEX triplet: E9, 9F and 18. RGB value is (233,159,24). Sum of RGB (Red+Green+Blue) = 233+159+24=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F18 is #1660E7. Grayscale: #A6A6A6. Windows color (decimal): -1466600 or 1613801. OLE color: 1613801.
HSL color Cylindrical-coordinate representation of color #E99F18: hue angle of 38.76º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E99F18 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 24 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.09 |
| HSL | 38.76º | 0.83% | 0.5% | - |
| HSV(B) | 38.76º | 0.9% | 0.91% | - |
| XYZ | 46.17 | 42.19 | 6.57 | - |
| YUV | 165.74 | 48.02 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 24 | 0 | 0.32 | 0.90 | 0.09 | 38.76 | 0.83 | 0.5 |
| Hex | E9 | 9F | 18 | 0 | 20 | 5A | 9 | 27 | 53 | 32 |
| Octal | 351 | 237 | 30 | 0 | 40 | 132 | 11 | 47 | 123 | 62 |
| Binary | 11101001 | 10011111 | 11000 | 0 | 100000 | 1011010 | 1001 | 100111 | 1010011 | 110010 |
Color Harmonies of #E99F18
Complementary color
Monochromatic Colors of #E99F18
Black with #E99F18
Text Example
Text Example
White with #E99F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F18; }
p { color: rgb(233,159,24); }
H1.HeaderClassName
{
color: #E99F18;
}
.AnyTagClassName
{
color: #E99F18;
}
</style>
background-color css
<style>
a { background-color: #E99F18; }
a { background-color: rgb(233,159,24); }
div.DivClassName
{
background-color: #E99F18;
}
.BgClassName
{
background-color: #E99F18;
}
</style>
border-color css
<style>
span { border-color: #E99F18; }
span { border-color: rgb(233,159,24); }
td.TdClassName
{
border-color: #E99F18;
}
.TagClassName
{
border-color: #E99F18;
}
</style>