Shades of Gamboge #E89F00
Tints of Gamboge #E89F00
RGB
CMYK
RGB Variations
Color information
#E89F00 (or 0xE89F00) is known color: Gamboge. HEX triplet: E8, 9F and 00. RGB value is (232,159,0). Sum of RGB (Red+Green+Blue) = 232+159+0=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89F00 is #1760FF. Grayscale: #A3A3A3. Windows color (decimal): -1532160 or 40936. OLE color: 40936.
HSL color Cylindrical-coordinate representation of color #E89F00: hue angle of 41.12º 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 #E89F00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.09 |
| HSL | 41.12º | 1% | 0.45% | - |
| HSV(B) | 41.12º | 1% | 0.91% | - |
| XYZ | 45.68 | 41.95 | 5.69 | - |
| YUV | 162.7 | 36.18 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 0 | 0 | 0.31 | 1 | 0.09 | 41.12 | 1 | 0.45 |
| Hex | E8 | 9F | 0 | 0 | 1F | 64 | 9 | 29 | 64 | 2D |
| Octal | 350 | 237 | 0 | 0 | 37 | 144 | 11 | 51 | 144 | 55 |
| Binary | 11101000 | 10011111 | 0 | 0 | 11111 | 1100100 | 1001 | 101001 | 1100100 | 101101 |
Color Harmonies of #E89F00
Complementary color
Monochromatic Colors of #E89F00
Black with #E89F00
Text Example
Text Example
White with #E89F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F00; }
p { color: rgb(232,159,0); }
H1.HeaderClassName
{
color: #E89F00;
}
.AnyTagClassName
{
color: #E89F00;
}
</style>
background-color css
<style>
a { background-color: #E89F00; }
a { background-color: rgb(232,159,0); }
div.DivClassName
{
background-color: #E89F00;
}
.BgClassName
{
background-color: #E89F00;
}
</style>
border-color css
<style>
span { border-color: #E89F00; }
span { border-color: rgb(232,159,0); }
td.TdClassName
{
border-color: #E89F00;
}
.TagClassName
{
border-color: #E89F00;
}
</style>