Shades of Gamboge #E89E00
Tints of Gamboge #E89E00
RGB
CMYK
RGB Variations
Color information
#E89E00 (or 0xE89E00) is known color: Gamboge. HEX triplet: E8, 9E and 00. RGB value is (232,158,0). Sum of RGB (Red+Green+Blue) = 232+158+0=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89E00 is #1761FF. Grayscale: #A2A2A2. Windows color (decimal): -1532416 or 40680. OLE color: 40680.
HSL color Cylindrical-coordinate representation of color #E89E00: hue angle of 40.86º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E89E00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.09 |
| HSL | 40.86º | 1% | 0.45% | - |
| HSV(B) | 40.86º | 1% | 0.91% | - |
| XYZ | 45.51 | 41.61 | 5.63 | - |
| YUV | 162.11 | 36.52 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 0 | 0 | 0.32 | 1 | 0.09 | 40.86 | 1 | 0.45 |
| Hex | E8 | 9E | 0 | 0 | 20 | 64 | 9 | 29 | 64 | 2D |
| Octal | 350 | 236 | 0 | 0 | 40 | 144 | 11 | 51 | 144 | 55 |
| Binary | 11101000 | 10011110 | 0 | 0 | 100000 | 1100100 | 1001 | 101001 | 1100100 | 101101 |
Color Harmonies of #E89E00
Complementary color
Monochromatic Colors of #E89E00
Black with #E89E00
Text Example
Text Example
White with #E89E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89E00; }
p { color: rgb(232,158,0); }
H1.HeaderClassName
{
color: #E89E00;
}
.AnyTagClassName
{
color: #E89E00;
}
</style>
background-color css
<style>
a { background-color: #E89E00; }
a { background-color: rgb(232,158,0); }
div.DivClassName
{
background-color: #E89E00;
}
.BgClassName
{
background-color: #E89E00;
}
</style>
border-color css
<style>
span { border-color: #E89E00; }
span { border-color: rgb(232,158,0); }
td.TdClassName
{
border-color: #E89E00;
}
.TagClassName
{
border-color: #E89E00;
}
</style>