Shades of Gamboge #E89E17
Tints of Gamboge #E89E17
RGB
CMYK
RGB Variations
Color information
#E89E17 (or 0xE89E17) is known color: Gamboge. HEX triplet: E8, 9E and 17. RGB value is (232,158,23). Sum of RGB (Red+Green+Blue) = 232+158+23=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89E17 is #1761E8. Grayscale: #A5A5A5. Windows color (decimal): -1532393 or 1548008. OLE color: 1548008.
HSL color Cylindrical-coordinate representation of color #E89E17: hue angle of 38.76º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E89E17 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 23 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.09 |
| HSL | 38.76º | 0.82% | 0.5% | - |
| HSV(B) | 38.76º | 0.9% | 0.91% | - |
| XYZ | 45.66 | 41.67 | 6.45 | - |
| YUV | 164.74 | 48.02 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 23 | 0 | 0.32 | 0.90 | 0.09 | 38.76 | 0.82 | 0.5 |
| Hex | E8 | 9E | 17 | 0 | 20 | 5A | 9 | 27 | 52 | 32 |
| Octal | 350 | 236 | 27 | 0 | 40 | 132 | 11 | 47 | 122 | 62 |
| Binary | 11101000 | 10011110 | 10111 | 0 | 100000 | 1011010 | 1001 | 100111 | 1010010 | 110010 |
Color Harmonies of #E89E17
Complementary color
Monochromatic Colors of #E89E17
Black with #E89E17
Text Example
Text Example
White with #E89E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89E17; }
p { color: rgb(232,158,23); }
H1.HeaderClassName
{
color: #E89E17;
}
.AnyTagClassName
{
color: #E89E17;
}
</style>
background-color css
<style>
a { background-color: #E89E17; }
a { background-color: rgb(232,158,23); }
div.DivClassName
{
background-color: #E89E17;
}
.BgClassName
{
background-color: #E89E17;
}
</style>
border-color css
<style>
span { border-color: #E89E17; }
span { border-color: rgb(232,158,23); }
td.TdClassName
{
border-color: #E89E17;
}
.TagClassName
{
border-color: #E89E17;
}
</style>