Shades of Gamboge #E49818
Tints of Gamboge #E49818
RGB
CMYK
RGB Variations
Color information
#E49818 (or 0xE49818) is known color: Gamboge. HEX triplet: E4, 98 and 18. RGB value is (228,152,24). Sum of RGB (Red+Green+Blue) = 228+152+24=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E49818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49818 is #1B67E7. Grayscale: #A0A0A0. Windows color (decimal): -1796072 or 1612004. OLE color: 1612004.
HSL color Cylindrical-coordinate representation of color #E49818: hue angle of 37.65º 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 #E49818 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 24 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.11 |
| HSL | 37.65º | 0.81% | 0.49% | - |
| HSV(B) | 37.65º | 0.89% | 0.89% | - |
| XYZ | 43.39 | 39.02 | 6.11 | - |
| YUV | 160.13 | 51.18 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 24 | 0 | 0.33 | 0.89 | 0.11 | 37.65 | 0.81 | 0.49 |
| Hex | E4 | 98 | 18 | 0 | 21 | 59 | B | 26 | 51 | 31 |
| Octal | 344 | 230 | 30 | 0 | 41 | 131 | 13 | 46 | 121 | 61 |
| Binary | 11100100 | 10011000 | 11000 | 0 | 100001 | 1011001 | 1011 | 100110 | 1010001 | 110001 |
Color Harmonies of #E49818
Complementary color
Monochromatic Colors of #E49818
Black with #E49818
Text Example
Text Example
White with #E49818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49818; }
p { color: rgb(228,152,24); }
H1.HeaderClassName
{
color: #E49818;
}
.AnyTagClassName
{
color: #E49818;
}
</style>
background-color css
<style>
a { background-color: #E49818; }
a { background-color: rgb(228,152,24); }
div.DivClassName
{
background-color: #E49818;
}
.BgClassName
{
background-color: #E49818;
}
</style>
border-color css
<style>
span { border-color: #E49818; }
span { border-color: rgb(228,152,24); }
td.TdClassName
{
border-color: #E49818;
}
.TagClassName
{
border-color: #E49818;
}
</style>