Shades of Gamboge #E49915
Tints of Gamboge #E49915
RGB
CMYK
RGB Variations
Color information
#E49915 (or 0xE49915) is known color: Gamboge. HEX triplet: E4, 99 and 15. RGB value is (228,153,21). Sum of RGB (Red+Green+Blue) = 228+153+21=402 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.72% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 228 - color contains mainly: red. Hex color #E49915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49915 is #1B66EA. Grayscale: #A0A0A0. Windows color (decimal): -1795819 or 1415652. OLE color: 1415652.
HSL color Cylindrical-coordinate representation of color #E49915: hue angle of 38.26º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E49915 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.11 |
| HSL | 38.26º | 0.83% | 0.49% | - |
| HSV(B) | 38.26º | 0.91% | 0.89% | - |
| XYZ | 43.52 | 39.33 | 6.01 | - |
| YUV | 160.38 | 49.35 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 21 | 0 | 0.33 | 0.91 | 0.11 | 38.26 | 0.83 | 0.49 |
| Hex | E4 | 99 | 15 | 0 | 21 | 5B | B | 26 | 53 | 31 |
| Octal | 344 | 231 | 25 | 0 | 41 | 133 | 13 | 46 | 123 | 61 |
| Binary | 11100100 | 10011001 | 10101 | 0 | 100001 | 1011011 | 1011 | 100110 | 1010011 | 110001 |
Color Harmonies of #E49915
Complementary color
Monochromatic Colors of #E49915
Black with #E49915
Text Example
Text Example
White with #E49915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49915; }
p { color: rgb(228,153,21); }
H1.HeaderClassName
{
color: #E49915;
}
.AnyTagClassName
{
color: #E49915;
}
</style>
background-color css
<style>
a { background-color: #E49915; }
a { background-color: rgb(228,153,21); }
div.DivClassName
{
background-color: #E49915;
}
.BgClassName
{
background-color: #E49915;
}
</style>
border-color css
<style>
span { border-color: #E49915; }
span { border-color: rgb(228,153,21); }
td.TdClassName
{
border-color: #E49915;
}
.TagClassName
{
border-color: #E49915;
}
</style>