Shades of Gamboge #E88F0A
Tints of Gamboge #E88F0A
RGB
CMYK
RGB Variations
Color information
#E88F0A (or 0xE88F0A) is known color: Gamboge. HEX triplet: E8, 8F and 0A. RGB value is (232,143,10). Sum of RGB (Red+Green+Blue) = 232+143+10=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88F0A is #1770F5. Grayscale: #9B9B9B. Windows color (decimal): -1536246 or 692200. OLE color: 692200.
HSL color Cylindrical-coordinate representation of color #E88F0A: hue angle of 35.95º degrees, saturation: 0.92, 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 #E88F0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.09 |
| HSL | 35.95º | 0.92% | 0.47% | - |
| HSV(B) | 35.95º | 0.96% | 0.91% | - |
| XYZ | 43.16 | 36.82 | 5.12 | - |
| YUV | 154.45 | 46.49 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 10 | 0 | 0.38 | 0.96 | 0.09 | 35.95 | 0.92 | 0.47 |
| Hex | E8 | 8F | A | 0 | 26 | 60 | 9 | 24 | 5C | 2F |
| Octal | 350 | 217 | 12 | 0 | 46 | 140 | 11 | 44 | 134 | 57 |
| Binary | 11101000 | 10001111 | 1010 | 0 | 100110 | 1100000 | 1001 | 100100 | 1011100 | 101111 |
Color Harmonies of #E88F0A
Complementary color
Monochromatic Colors of #E88F0A
Black with #E88F0A
Text Example
Text Example
White with #E88F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F0A; }
p { color: rgb(232,143,10); }
H1.HeaderClassName
{
color: #E88F0A;
}
.AnyTagClassName
{
color: #E88F0A;
}
</style>
background-color css
<style>
a { background-color: #E88F0A; }
a { background-color: rgb(232,143,10); }
div.DivClassName
{
background-color: #E88F0A;
}
.BgClassName
{
background-color: #E88F0A;
}
</style>
border-color css
<style>
span { border-color: #E88F0A; }
span { border-color: rgb(232,143,10); }
td.TdClassName
{
border-color: #E88F0A;
}
.TagClassName
{
border-color: #E88F0A;
}
</style>