Shades of Gamboge #E89C03
Tints of Gamboge #E89C03
RGB
CMYK
RGB Variations
Color information
#E89C03 (or 0xE89C03) is known color: Gamboge. HEX triplet: E8, 9C and 03. RGB value is (232,156,3). Sum of RGB (Red+Green+Blue) = 232+156+3=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89C03 is #1763FC. Grayscale: #A1A1A1. Windows color (decimal): -1532925 or 236776. OLE color: 236776.
HSL color Cylindrical-coordinate representation of color #E89C03: hue angle of 40.09º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E89C03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.09 |
| HSL | 40.09º | 0.97% | 0.46% | - |
| HSV(B) | 40.09º | 0.99% | 0.91% | - |
| XYZ | 45.18 | 40.94 | 5.61 | - |
| YUV | 161.28 | 38.68 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 3 | 0 | 0.33 | 0.99 | 0.09 | 40.09 | 0.97 | 0.46 |
| Hex | E8 | 9C | 3 | 0 | 21 | 63 | 9 | 28 | 61 | 2E |
| Octal | 350 | 234 | 3 | 0 | 41 | 143 | 11 | 50 | 141 | 56 |
| Binary | 11101000 | 10011100 | 11 | 0 | 100001 | 1100011 | 1001 | 101000 | 1100001 | 101110 |
Color Harmonies of #E89C03
Complementary color
Monochromatic Colors of #E89C03
Black with #E89C03
Text Example
Text Example
White with #E89C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C03; }
p { color: rgb(232,156,3); }
H1.HeaderClassName
{
color: #E89C03;
}
.AnyTagClassName
{
color: #E89C03;
}
</style>
background-color css
<style>
a { background-color: #E89C03; }
a { background-color: rgb(232,156,3); }
div.DivClassName
{
background-color: #E89C03;
}
.BgClassName
{
background-color: #E89C03;
}
</style>
border-color css
<style>
span { border-color: #E89C03; }
span { border-color: rgb(232,156,3); }
td.TdClassName
{
border-color: #E89C03;
}
.TagClassName
{
border-color: #E89C03;
}
</style>