Shades of Gamboge #E89F17
Tints of Gamboge #E89F17
RGB
CMYK
RGB Variations
Color information
#E89F17 (or 0xE89F17) is known color: Gamboge. HEX triplet: E8, 9F and 17. RGB value is (232,159,23). Sum of RGB (Red+Green+Blue) = 232+159+23=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89F17 is #1760E8. Grayscale: #A5A5A5. Windows color (decimal): -1532137 or 1548264. OLE color: 1548264.
HSL color Cylindrical-coordinate representation of color #E89F17: hue angle of 39.04º 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 #E89F17 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 23 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.09 |
| HSL | 39.04º | 0.82% | 0.5% | - |
| HSV(B) | 39.04º | 0.9% | 0.91% | - |
| XYZ | 45.83 | 42.01 | 6.5 | - |
| YUV | 165.32 | 47.68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 23 | 0 | 0.31 | 0.90 | 0.09 | 39.04 | 0.82 | 0.5 |
| Hex | E8 | 9F | 17 | 0 | 1F | 5A | 9 | 27 | 52 | 32 |
| Octal | 350 | 237 | 27 | 0 | 37 | 132 | 11 | 47 | 122 | 62 |
| Binary | 11101000 | 10011111 | 10111 | 0 | 11111 | 1011010 | 1001 | 100111 | 1010010 | 110010 |
Color Harmonies of #E89F17
Complementary color
Monochromatic Colors of #E89F17
Black with #E89F17
Text Example
Text Example
White with #E89F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F17; }
p { color: rgb(232,159,23); }
H1.HeaderClassName
{
color: #E89F17;
}
.AnyTagClassName
{
color: #E89F17;
}
</style>
background-color css
<style>
a { background-color: #E89F17; }
a { background-color: rgb(232,159,23); }
div.DivClassName
{
background-color: #E89F17;
}
.BgClassName
{
background-color: #E89F17;
}
</style>
border-color css
<style>
span { border-color: #E89F17; }
span { border-color: rgb(232,159,23); }
td.TdClassName
{
border-color: #E89F17;
}
.TagClassName
{
border-color: #E89F17;
}
</style>