Shades of Gamboge #E89517
Tints of Gamboge #E89517
RGB
CMYK
RGB Variations
Color information
#E89517 (or 0xE89517) is known color: Gamboge. HEX triplet: E8, 95 and 17. RGB value is (232,149,23). Sum of RGB (Red+Green+Blue) = 232+149+23=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E89517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89517 is #176AE8. Grayscale: #A0A0A0. Windows color (decimal): -1534697 or 1545704. OLE color: 1545704.
HSL color Cylindrical-coordinate representation of color #E89517: hue angle of 36.17º 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 #E89517 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 23 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.09 |
| HSL | 36.17º | 0.82% | 0.5% | - |
| HSV(B) | 36.17º | 0.9% | 0.91% | - |
| XYZ | 44.18 | 38.71 | 5.95 | - |
| YUV | 159.45 | 51 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 23 | 0 | 0.36 | 0.90 | 0.09 | 36.17 | 0.82 | 0.5 |
| Hex | E8 | 95 | 17 | 0 | 24 | 5A | 9 | 24 | 52 | 32 |
| Octal | 350 | 225 | 27 | 0 | 44 | 132 | 11 | 44 | 122 | 62 |
| Binary | 11101000 | 10010101 | 10111 | 0 | 100100 | 1011010 | 1001 | 100100 | 1010010 | 110010 |
Color Harmonies of #E89517
Complementary color
Monochromatic Colors of #E89517
Black with #E89517
Text Example
Text Example
White with #E89517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89517; }
p { color: rgb(232,149,23); }
H1.HeaderClassName
{
color: #E89517;
}
.AnyTagClassName
{
color: #E89517;
}
</style>
background-color css
<style>
a { background-color: #E89517; }
a { background-color: rgb(232,149,23); }
div.DivClassName
{
background-color: #E89517;
}
.BgClassName
{
background-color: #E89517;
}
</style>
border-color css
<style>
span { border-color: #E89517; }
span { border-color: rgb(232,149,23); }
td.TdClassName
{
border-color: #E89517;
}
.TagClassName
{
border-color: #E89517;
}
</style>