Shades of Gamboge #E88F10
Tints of Gamboge #E88F10
RGB
CMYK
RGB Variations
Color information
#E88F10 (or 0xE88F10) is known color: Gamboge. HEX triplet: E8, 8F and 10. RGB value is (232,143,16). Sum of RGB (Red+Green+Blue) = 232+143+16=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88F10 is #1770EF. Grayscale: #9B9B9B. Windows color (decimal): -1536240 or 1085416. OLE color: 1085416.
HSL color Cylindrical-coordinate representation of color #E88F10: hue angle of 35.28º degrees, saturation: 0.87, 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 #E88F10 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.09 |
| HSL | 35.28º | 0.87% | 0.49% | - |
| HSV(B) | 35.28º | 0.93% | 0.91% | - |
| XYZ | 43.19 | 36.84 | 5.32 | - |
| YUV | 155.13 | 49.49 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 16 | 0 | 0.38 | 0.93 | 0.09 | 35.28 | 0.87 | 0.49 |
| Hex | E8 | 8F | 10 | 0 | 26 | 5D | 9 | 23 | 57 | 31 |
| Octal | 350 | 217 | 20 | 0 | 46 | 135 | 11 | 43 | 127 | 61 |
| Binary | 11101000 | 10001111 | 10000 | 0 | 100110 | 1011101 | 1001 | 100011 | 1010111 | 110001 |
Color Harmonies of #E88F10
Complementary color
Monochromatic Colors of #E88F10
Black with #E88F10
Text Example
Text Example
White with #E88F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F10; }
p { color: rgb(232,143,16); }
H1.HeaderClassName
{
color: #E88F10;
}
.AnyTagClassName
{
color: #E88F10;
}
</style>
background-color css
<style>
a { background-color: #E88F10; }
a { background-color: rgb(232,143,16); }
div.DivClassName
{
background-color: #E88F10;
}
.BgClassName
{
background-color: #E88F10;
}
</style>
border-color css
<style>
span { border-color: #E88F10; }
span { border-color: rgb(232,143,16); }
td.TdClassName
{
border-color: #E88F10;
}
.TagClassName
{
border-color: #E88F10;
}
</style>