Shades of Gamboge #E89E0E
Tints of Gamboge #E89E0E
RGB
CMYK
RGB Variations
Color information
#E89E0E (or 0xE89E0E) is known color: Gamboge. HEX triplet: E8, 9E and 0E. RGB value is (232,158,14). Sum of RGB (Red+Green+Blue) = 232+158+14=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89E0E is #1761F1. Grayscale: #A4A4A4. Windows color (decimal): -1532402 or 958184. OLE color: 958184.
HSL color Cylindrical-coordinate representation of color #E89E0E: hue angle of 39.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E89E0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.09 |
| HSL | 39.63º | 0.89% | 0.48% | - |
| HSV(B) | 39.63º | 0.94% | 0.91% | - |
| XYZ | 45.58 | 41.64 | 6.05 | - |
| YUV | 163.71 | 43.52 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 14 | 0 | 0.32 | 0.94 | 0.09 | 39.63 | 0.89 | 0.48 |
| Hex | E8 | 9E | E | 0 | 20 | 5E | 9 | 28 | 59 | 30 |
| Octal | 350 | 236 | 16 | 0 | 40 | 136 | 11 | 50 | 131 | 60 |
| Binary | 11101000 | 10011110 | 1110 | 0 | 100000 | 1011110 | 1001 | 101000 | 1011001 | 110000 |
Color Harmonies of #E89E0E
Complementary color
Monochromatic Colors of #E89E0E
Black with #E89E0E
Text Example
Text Example
White with #E89E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89E0E; }
p { color: rgb(232,158,14); }
H1.HeaderClassName
{
color: #E89E0E;
}
.AnyTagClassName
{
color: #E89E0E;
}
</style>
background-color css
<style>
a { background-color: #E89E0E; }
a { background-color: rgb(232,158,14); }
div.DivClassName
{
background-color: #E89E0E;
}
.BgClassName
{
background-color: #E89E0E;
}
</style>
border-color css
<style>
span { border-color: #E89E0E; }
span { border-color: rgb(232,158,14); }
td.TdClassName
{
border-color: #E89E0E;
}
.TagClassName
{
border-color: #E89E0E;
}
</style>