Shades of Gamboge #E88F11
Tints of Gamboge #E88F11
RGB
CMYK
RGB Variations
Color information
#E88F11 (or 0xE88F11) is known color: Gamboge. HEX triplet: E8, 8F and 11. RGB value is (232,143,17). Sum of RGB (Red+Green+Blue) = 232+143+17=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88F11 is #1770EE. Grayscale: #9B9B9B. Windows color (decimal): -1536239 or 1150952. OLE color: 1150952.
HSL color Cylindrical-coordinate representation of color #E88F11: hue angle of 35.16º 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 #E88F11 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 17 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.09 |
| HSL | 35.16º | 0.86% | 0.49% | - |
| HSV(B) | 35.16º | 0.93% | 0.91% | - |
| XYZ | 43.2 | 36.84 | 5.36 | - |
| YUV | 155.25 | 49.99 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 17 | 0 | 0.38 | 0.93 | 0.09 | 35.16 | 0.86 | 0.49 |
| Hex | E8 | 8F | 11 | 0 | 26 | 5D | 9 | 23 | 56 | 31 |
| Octal | 350 | 217 | 21 | 0 | 46 | 135 | 11 | 43 | 126 | 61 |
| Binary | 11101000 | 10001111 | 10001 | 0 | 100110 | 1011101 | 1001 | 100011 | 1010110 | 110001 |
Color Harmonies of #E88F11
Complementary color
Monochromatic Colors of #E88F11
Black with #E88F11
Text Example
Text Example
White with #E88F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F11; }
p { color: rgb(232,143,17); }
H1.HeaderClassName
{
color: #E88F11;
}
.AnyTagClassName
{
color: #E88F11;
}
</style>
background-color css
<style>
a { background-color: #E88F11; }
a { background-color: rgb(232,143,17); }
div.DivClassName
{
background-color: #E88F11;
}
.BgClassName
{
background-color: #E88F11;
}
</style>
border-color css
<style>
span { border-color: #E88F11; }
span { border-color: rgb(232,143,17); }
td.TdClassName
{
border-color: #E88F11;
}
.TagClassName
{
border-color: #E88F11;
}
</style>