Shades of Gamboge #E89C02
Tints of Gamboge #E89C02
RGB
CMYK
RGB Variations
Color information
#E89C02 (or 0xE89C02) is known color: Gamboge. HEX triplet: E8, 9C and 02. RGB value is (232,156,2). Sum of RGB (Red+Green+Blue) = 232+156+2=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89C02 is #1763FD. Grayscale: #A1A1A1. Windows color (decimal): -1532926 or 171240. OLE color: 171240.
HSL color Cylindrical-coordinate representation of color #E89C02: hue angle of 40.17º degrees, saturation: 0.98, 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 #E89C02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.09 |
| HSL | 40.17º | 0.98% | 0.46% | - |
| HSV(B) | 40.17º | 0.99% | 0.91% | - |
| XYZ | 45.18 | 40.94 | 5.58 | - |
| YUV | 161.17 | 38.18 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 2 | 0 | 0.33 | 0.99 | 0.09 | 40.17 | 0.98 | 0.46 |
| Hex | E8 | 9C | 2 | 0 | 21 | 63 | 9 | 28 | 62 | 2E |
| Octal | 350 | 234 | 2 | 0 | 41 | 143 | 11 | 50 | 142 | 56 |
| Binary | 11101000 | 10011100 | 10 | 0 | 100001 | 1100011 | 1001 | 101000 | 1100010 | 101110 |
Color Harmonies of #E89C02
Complementary color
Monochromatic Colors of #E89C02
Black with #E89C02
Text Example
Text Example
White with #E89C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C02; }
p { color: rgb(232,156,2); }
H1.HeaderClassName
{
color: #E89C02;
}
.AnyTagClassName
{
color: #E89C02;
}
</style>
background-color css
<style>
a { background-color: #E89C02; }
a { background-color: rgb(232,156,2); }
div.DivClassName
{
background-color: #E89C02;
}
.BgClassName
{
background-color: #E89C02;
}
</style>
border-color css
<style>
span { border-color: #E89C02; }
span { border-color: rgb(232,156,2); }
td.TdClassName
{
border-color: #E89C02;
}
.TagClassName
{
border-color: #E89C02;
}
</style>