Shades of Gamboge #E49318
Tints of Gamboge #E49318
RGB
CMYK
RGB Variations
Color information
#E49318 (or 0xE49318) is known color: Gamboge. HEX triplet: E4, 93 and 18. RGB value is (228,147,24). Sum of RGB (Red+Green+Blue) = 228+147+24=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E49318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49318 is #1B6CE7. Grayscale: #9D9D9D. Windows color (decimal): -1797352 or 1610724. OLE color: 1610724.
HSL color Cylindrical-coordinate representation of color #E49318: hue angle of 36.18º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E49318 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 24 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.11 |
| HSL | 36.18º | 0.81% | 0.49% | - |
| HSV(B) | 36.18º | 0.89% | 0.89% | - |
| XYZ | 42.59 | 37.43 | 5.84 | - |
| YUV | 157.2 | 52.84 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 24 | 0 | 0.36 | 0.89 | 0.11 | 36.18 | 0.81 | 0.49 |
| Hex | E4 | 93 | 18 | 0 | 24 | 59 | B | 24 | 51 | 31 |
| Octal | 344 | 223 | 30 | 0 | 44 | 131 | 13 | 44 | 121 | 61 |
| Binary | 11100100 | 10010011 | 11000 | 0 | 100100 | 1011001 | 1011 | 100100 | 1010001 | 110001 |
Color Harmonies of #E49318
Complementary color
Monochromatic Colors of #E49318
Black with #E49318
Text Example
Text Example
White with #E49318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49318; }
p { color: rgb(228,147,24); }
H1.HeaderClassName
{
color: #E49318;
}
.AnyTagClassName
{
color: #E49318;
}
</style>
background-color css
<style>
a { background-color: #E49318; }
a { background-color: rgb(228,147,24); }
div.DivClassName
{
background-color: #E49318;
}
.BgClassName
{
background-color: #E49318;
}
</style>
border-color css
<style>
span { border-color: #E49318; }
span { border-color: rgb(228,147,24); }
td.TdClassName
{
border-color: #E49318;
}
.TagClassName
{
border-color: #E49318;
}
</style>