Shades of Gamboge #E89A00
Tints of Gamboge #E89A00
RGB
CMYK
RGB Variations
Color information
#E89A00 (or 0xE89A00) is known color: Gamboge. HEX triplet: E8, 9A and 00. RGB value is (232,154,0). Sum of RGB (Red+Green+Blue) = 232+154+0=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89A00 is #1765FF. Grayscale: #A0A0A0. Windows color (decimal): -1533440 or 39656. OLE color: 39656.
HSL color Cylindrical-coordinate representation of color #E89A00: hue angle of 39.83º 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 #E89A00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.09 |
| HSL | 39.83º | 1% | 0.45% | - |
| HSV(B) | 39.83º | 1% | 0.91% | - |
| XYZ | 44.83 | 40.27 | 5.41 | - |
| YUV | 159.77 | 37.84 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 0 | 0 | 0.34 | 1 | 0.09 | 39.83 | 1 | 0.45 |
| Hex | E8 | 9A | 0 | 0 | 22 | 64 | 9 | 28 | 64 | 2D |
| Octal | 350 | 232 | 0 | 0 | 42 | 144 | 11 | 50 | 144 | 55 |
| Binary | 11101000 | 10011010 | 0 | 0 | 100010 | 1100100 | 1001 | 101000 | 1100100 | 101101 |
Color Harmonies of #E89A00
Complementary color
Monochromatic Colors of #E89A00
Black with #E89A00
Text Example
Text Example
White with #E89A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A00; }
p { color: rgb(232,154,0); }
H1.HeaderClassName
{
color: #E89A00;
}
.AnyTagClassName
{
color: #E89A00;
}
</style>
background-color css
<style>
a { background-color: #E89A00; }
a { background-color: rgb(232,154,0); }
div.DivClassName
{
background-color: #E89A00;
}
.BgClassName
{
background-color: #E89A00;
}
</style>
border-color css
<style>
span { border-color: #E89A00; }
span { border-color: rgb(232,154,0); }
td.TdClassName
{
border-color: #E89A00;
}
.TagClassName
{
border-color: #E89A00;
}
</style>