Shades of Gamboge #E88F13
Tints of Gamboge #E88F13
RGB
CMYK
RGB Variations
Color information
#E88F13 (or 0xE88F13) is known color: Gamboge. HEX triplet: E8, 8F and 13. RGB value is (232,143,19). Sum of RGB (Red+Green+Blue) = 232+143+19=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88F13 is #1770EC. Grayscale: #9C9C9C. Windows color (decimal): -1536237 or 1282024. OLE color: 1282024.
HSL color Cylindrical-coordinate representation of color #E88F13: hue angle of 34.93º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E88F13 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 19 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.09 |
| HSL | 34.93º | 0.85% | 0.49% | - |
| HSV(B) | 34.93º | 0.92% | 0.91% | - |
| XYZ | 43.22 | 36.85 | 5.45 | - |
| YUV | 155.48 | 50.99 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 19 | 0 | 0.38 | 0.92 | 0.09 | 34.93 | 0.85 | 0.49 |
| Hex | E8 | 8F | 13 | 0 | 26 | 5C | 9 | 23 | 55 | 31 |
| Octal | 350 | 217 | 23 | 0 | 46 | 134 | 11 | 43 | 125 | 61 |
| Binary | 11101000 | 10001111 | 10011 | 0 | 100110 | 1011100 | 1001 | 100011 | 1010101 | 110001 |
Color Harmonies of #E88F13
Complementary color
Monochromatic Colors of #E88F13
Black with #E88F13
Text Example
Text Example
White with #E88F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F13; }
p { color: rgb(232,143,19); }
H1.HeaderClassName
{
color: #E88F13;
}
.AnyTagClassName
{
color: #E88F13;
}
</style>
background-color css
<style>
a { background-color: #E88F13; }
a { background-color: rgb(232,143,19); }
div.DivClassName
{
background-color: #E88F13;
}
.BgClassName
{
background-color: #E88F13;
}
</style>
border-color css
<style>
span { border-color: #E88F13; }
span { border-color: rgb(232,143,19); }
td.TdClassName
{
border-color: #E88F13;
}
.TagClassName
{
border-color: #E88F13;
}
</style>