Shades of Gamboge #E89F10
Tints of Gamboge #E89F10
RGB
CMYK
RGB Variations
Color information
#E89F10 (or 0xE89F10) is known color: Gamboge. HEX triplet: E8, 9F and 10. RGB value is (232,159,16). Sum of RGB (Red+Green+Blue) = 232+159+16=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89F10 is #1760EF. Grayscale: #A5A5A5. Windows color (decimal): -1532144 or 1089512. OLE color: 1089512.
HSL color Cylindrical-coordinate representation of color #E89F10: hue angle of 39.72º 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 #E89F10 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.09 |
| HSL | 39.72º | 0.87% | 0.49% | - |
| HSV(B) | 39.72º | 0.93% | 0.91% | - |
| XYZ | 45.77 | 41.99 | 6.18 | - |
| YUV | 164.53 | 44.18 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 16 | 0 | 0.31 | 0.93 | 0.09 | 39.72 | 0.87 | 0.49 |
| Hex | E8 | 9F | 10 | 0 | 1F | 5D | 9 | 28 | 57 | 31 |
| Octal | 350 | 237 | 20 | 0 | 37 | 135 | 11 | 50 | 127 | 61 |
| Binary | 11101000 | 10011111 | 10000 | 0 | 11111 | 1011101 | 1001 | 101000 | 1010111 | 110001 |
Color Harmonies of #E89F10
Complementary color
Monochromatic Colors of #E89F10
Black with #E89F10
Text Example
Text Example
White with #E89F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F10; }
p { color: rgb(232,159,16); }
H1.HeaderClassName
{
color: #E89F10;
}
.AnyTagClassName
{
color: #E89F10;
}
</style>
background-color css
<style>
a { background-color: #E89F10; }
a { background-color: rgb(232,159,16); }
div.DivClassName
{
background-color: #E89F10;
}
.BgClassName
{
background-color: #E89F10;
}
</style>
border-color css
<style>
span { border-color: #E89F10; }
span { border-color: rgb(232,159,16); }
td.TdClassName
{
border-color: #E89F10;
}
.TagClassName
{
border-color: #E89F10;
}
</style>