Shades of Gamboge #E88F09
Tints of Gamboge #E88F09
RGB
CMYK
RGB Variations
Color information
#E88F09 (or 0xE88F09) is known color: Gamboge. HEX triplet: E8, 8F and 09. RGB value is (232,143,9). Sum of RGB (Red+Green+Blue) = 232+143+9=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88F09 is #1770F6. Grayscale: #9A9A9A. Windows color (decimal): -1536247 or 626664. OLE color: 626664.
HSL color Cylindrical-coordinate representation of color #E88F09: hue angle of 36.05º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E88F09 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.09 |
| HSL | 36.05º | 0.93% | 0.47% | - |
| HSV(B) | 36.05º | 0.96% | 0.91% | - |
| XYZ | 43.15 | 36.82 | 5.09 | - |
| YUV | 154.34 | 45.99 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 9 | 0 | 0.38 | 0.96 | 0.09 | 36.05 | 0.93 | 0.47 |
| Hex | E8 | 8F | 9 | 0 | 26 | 60 | 9 | 24 | 5D | 2F |
| Octal | 350 | 217 | 11 | 0 | 46 | 140 | 11 | 44 | 135 | 57 |
| Binary | 11101000 | 10001111 | 1001 | 0 | 100110 | 1100000 | 1001 | 100100 | 1011101 | 101111 |
Color Harmonies of #E88F09
Complementary color
Monochromatic Colors of #E88F09
Black with #E88F09
Text Example
Text Example
White with #E88F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F09; }
p { color: rgb(232,143,9); }
H1.HeaderClassName
{
color: #E88F09;
}
.AnyTagClassName
{
color: #E88F09;
}
</style>
background-color css
<style>
a { background-color: #E88F09; }
a { background-color: rgb(232,143,9); }
div.DivClassName
{
background-color: #E88F09;
}
.BgClassName
{
background-color: #E88F09;
}
</style>
border-color css
<style>
span { border-color: #E88F09; }
span { border-color: rgb(232,143,9); }
td.TdClassName
{
border-color: #E88F09;
}
.TagClassName
{
border-color: #E88F09;
}
</style>