Shades of Gamboge #E49317
Tints of Gamboge #E49317
RGB
CMYK
RGB Variations
Color information
#E49317 (or 0xE49317) is known color: Gamboge. HEX triplet: E4, 93 and 17. RGB value is (228,147,23). Sum of RGB (Red+Green+Blue) = 228+147+23=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E49317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49317 is #1B6CE8. Grayscale: #9D9D9D. Windows color (decimal): -1797353 or 1545188. OLE color: 1545188.
HSL color Cylindrical-coordinate representation of color #E49317: hue angle of 36.29º 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 #E49317 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 23 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.11 |
| HSL | 36.29º | 0.82% | 0.49% | - |
| HSV(B) | 36.29º | 0.9% | 0.89% | - |
| XYZ | 42.58 | 37.42 | 5.79 | - |
| YUV | 157.08 | 52.34 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 23 | 0 | 0.36 | 0.90 | 0.11 | 36.29 | 0.82 | 0.49 |
| Hex | E4 | 93 | 17 | 0 | 24 | 5A | B | 24 | 52 | 31 |
| Octal | 344 | 223 | 27 | 0 | 44 | 132 | 13 | 44 | 122 | 61 |
| Binary | 11100100 | 10010011 | 10111 | 0 | 100100 | 1011010 | 1011 | 100100 | 1010010 | 110001 |
Color Harmonies of #E49317
Complementary color
Monochromatic Colors of #E49317
Black with #E49317
Text Example
Text Example
White with #E49317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49317; }
p { color: rgb(228,147,23); }
H1.HeaderClassName
{
color: #E49317;
}
.AnyTagClassName
{
color: #E49317;
}
</style>
background-color css
<style>
a { background-color: #E49317; }
a { background-color: rgb(228,147,23); }
div.DivClassName
{
background-color: #E49317;
}
.BgClassName
{
background-color: #E49317;
}
</style>
border-color css
<style>
span { border-color: #E49317; }
span { border-color: rgb(228,147,23); }
td.TdClassName
{
border-color: #E49317;
}
.TagClassName
{
border-color: #E49317;
}
</style>