Shades of Gamboge #E89110
Tints of Gamboge #E89110
RGB
CMYK
RGB Variations
Color information
#E89110 (or 0xE89110) is known color: Gamboge. HEX triplet: E8, 91 and 10. RGB value is (232,145,16). Sum of RGB (Red+Green+Blue) = 232+145+16=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E89110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89110 is #176EEF. Grayscale: #9C9C9C. Windows color (decimal): -1535728 or 1085928. OLE color: 1085928.
HSL color Cylindrical-coordinate representation of color #E89110: hue angle of 35.83º 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 #E89110 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.09 |
| HSL | 35.83º | 0.87% | 0.49% | - |
| HSV(B) | 35.83º | 0.93% | 0.91% | - |
| XYZ | 43.5 | 37.44 | 5.43 | - |
| YUV | 156.31 | 48.82 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 16 | 0 | 0.38 | 0.93 | 0.09 | 35.83 | 0.87 | 0.49 |
| Hex | E8 | 91 | 10 | 0 | 26 | 5D | 9 | 24 | 57 | 31 |
| Octal | 350 | 221 | 20 | 0 | 46 | 135 | 11 | 44 | 127 | 61 |
| Binary | 11101000 | 10010001 | 10000 | 0 | 100110 | 1011101 | 1001 | 100100 | 1010111 | 110001 |
Color Harmonies of #E89110
Complementary color
Monochromatic Colors of #E89110
Black with #E89110
Text Example
Text Example
White with #E89110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89110; }
p { color: rgb(232,145,16); }
H1.HeaderClassName
{
color: #E89110;
}
.AnyTagClassName
{
color: #E89110;
}
</style>
background-color css
<style>
a { background-color: #E89110; }
a { background-color: rgb(232,145,16); }
div.DivClassName
{
background-color: #E89110;
}
.BgClassName
{
background-color: #E89110;
}
</style>
border-color css
<style>
span { border-color: #E89110; }
span { border-color: rgb(232,145,16); }
td.TdClassName
{
border-color: #E89110;
}
.TagClassName
{
border-color: #E89110;
}
</style>