Shades of Gamboge #E98E11
Tints of Gamboge #E98E11
RGB
CMYK
RGB Variations
Color information
#E98E11 (or 0xE98E11) is known color: Gamboge. HEX triplet: E9, 8E and 11. RGB value is (233,142,17). Sum of RGB (Red+Green+Blue) = 233+142+17=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98E11 is #1671EE. Grayscale: #9B9B9B. Windows color (decimal): -1470959 or 1150697. OLE color: 1150697.
HSL color Cylindrical-coordinate representation of color #E98E11: hue angle of 34.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E98E11 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.09 |
| HSL | 34.72º | 0.86% | 0.49% | - |
| HSV(B) | 34.72º | 0.93% | 0.91% | - |
| XYZ | 43.38 | 36.71 | 5.33 | - |
| YUV | 154.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 17 | 0 | 0.39 | 0.93 | 0.09 | 34.72 | 0.86 | 0.49 |
| Hex | E9 | 8E | 11 | 0 | 27 | 5D | 9 | 23 | 56 | 31 |
| Octal | 351 | 216 | 21 | 0 | 47 | 135 | 11 | 43 | 126 | 61 |
| Binary | 11101001 | 10001110 | 10001 | 0 | 100111 | 1011101 | 1001 | 100011 | 1010110 | 110001 |
Color Harmonies of #E98E11
Complementary color
Monochromatic Colors of #E98E11
Black with #E98E11
Text Example
Text Example
White with #E98E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E11; }
p { color: rgb(233,142,17); }
H1.HeaderClassName
{
color: #E98E11;
}
.AnyTagClassName
{
color: #E98E11;
}
</style>
background-color css
<style>
a { background-color: #E98E11; }
a { background-color: rgb(233,142,17); }
div.DivClassName
{
background-color: #E98E11;
}
.BgClassName
{
background-color: #E98E11;
}
</style>
border-color css
<style>
span { border-color: #E98E11; }
span { border-color: rgb(233,142,17); }
td.TdClassName
{
border-color: #E98E11;
}
.TagClassName
{
border-color: #E98E11;
}
</style>