Shades of Gamboge #E89C0E
Tints of Gamboge #E89C0E
RGB
CMYK
RGB Variations
Color information
#E89C0E (or 0xE89C0E) is known color: Gamboge. HEX triplet: E8, 9C and 0E. RGB value is (232,156,14). Sum of RGB (Red+Green+Blue) = 232+156+14=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89C0E is #1763F1. Grayscale: #A3A3A3. Windows color (decimal): -1532914 or 957672. OLE color: 957672.
HSL color Cylindrical-coordinate representation of color #E89C0E: hue angle of 39.08º 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 #E89C0E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.09 |
| HSL | 39.08º | 0.89% | 0.48% | - |
| HSV(B) | 39.08º | 0.94% | 0.91% | - |
| XYZ | 45.25 | 40.96 | 5.94 | - |
| YUV | 162.54 | 44.18 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 14 | 0 | 0.33 | 0.94 | 0.09 | 39.08 | 0.89 | 0.48 |
| Hex | E8 | 9C | E | 0 | 21 | 5E | 9 | 27 | 59 | 30 |
| Octal | 350 | 234 | 16 | 0 | 41 | 136 | 11 | 47 | 131 | 60 |
| Binary | 11101000 | 10011100 | 1110 | 0 | 100001 | 1011110 | 1001 | 100111 | 1011001 | 110000 |
Color Harmonies of #E89C0E
Complementary color
Monochromatic Colors of #E89C0E
Black with #E89C0E
Text Example
Text Example
White with #E89C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C0E; }
p { color: rgb(232,156,14); }
H1.HeaderClassName
{
color: #E89C0E;
}
.AnyTagClassName
{
color: #E89C0E;
}
</style>
background-color css
<style>
a { background-color: #E89C0E; }
a { background-color: rgb(232,156,14); }
div.DivClassName
{
background-color: #E89C0E;
}
.BgClassName
{
background-color: #E89C0E;
}
</style>
border-color css
<style>
span { border-color: #E89C0E; }
span { border-color: rgb(232,156,14); }
td.TdClassName
{
border-color: #E89C0E;
}
.TagClassName
{
border-color: #E89C0E;
}
</style>