Shades of Gamboge #E49517
Tints of Gamboge #E49517
RGB
CMYK
RGB Variations
Color information
#E49517 (or 0xE49517) is known color: Gamboge. HEX triplet: E4, 95 and 17. RGB value is (228,149,23). Sum of RGB (Red+Green+Blue) = 228+149+23=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E49517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49517 is #1B6AE8. Grayscale: #9E9E9E. Windows color (decimal): -1796841 or 1545700. OLE color: 1545700.
HSL color Cylindrical-coordinate representation of color #E49517: hue angle of 36.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E49517 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 23 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.11 |
| HSL | 36.88º | 0.82% | 0.49% | - |
| HSV(B) | 36.88º | 0.9% | 0.89% | - |
| XYZ | 42.9 | 38.05 | 5.89 | - |
| YUV | 158.26 | 51.67 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 23 | 0 | 0.35 | 0.90 | 0.11 | 36.88 | 0.82 | 0.49 |
| Hex | E4 | 95 | 17 | 0 | 23 | 5A | B | 25 | 52 | 31 |
| Octal | 344 | 225 | 27 | 0 | 43 | 132 | 13 | 45 | 122 | 61 |
| Binary | 11100100 | 10010101 | 10111 | 0 | 100011 | 1011010 | 1011 | 100101 | 1010010 | 110001 |
Color Harmonies of #E49517
Complementary color
Monochromatic Colors of #E49517
Black with #E49517
Text Example
Text Example
White with #E49517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49517; }
p { color: rgb(228,149,23); }
H1.HeaderClassName
{
color: #E49517;
}
.AnyTagClassName
{
color: #E49517;
}
</style>
background-color css
<style>
a { background-color: #E49517; }
a { background-color: rgb(228,149,23); }
div.DivClassName
{
background-color: #E49517;
}
.BgClassName
{
background-color: #E49517;
}
</style>
border-color css
<style>
span { border-color: #E49517; }
span { border-color: rgb(228,149,23); }
td.TdClassName
{
border-color: #E49517;
}
.TagClassName
{
border-color: #E49517;
}
</style>