Shades of Gamboge #E49905
Tints of Gamboge #E49905
RGB
CMYK
RGB Variations
Color information
#E49905 (or 0xE49905) is known color: Gamboge. HEX triplet: E4, 99 and 05. RGB value is (228,153,5). Sum of RGB (Red+Green+Blue) = 228+153+5=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E49905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49905 is #1B66FA. Grayscale: #9F9F9F. Windows color (decimal): -1795835 or 367076. OLE color: 367076.
HSL color Cylindrical-coordinate representation of color #E49905: hue angle of 39.82º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E49905 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.11 |
| HSL | 39.82º | 0.96% | 0.46% | - |
| HSV(B) | 39.82º | 0.98% | 0.89% | - |
| XYZ | 43.41 | 39.29 | 5.44 | - |
| YUV | 158.55 | 41.35 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 5 | 0 | 0.33 | 0.98 | 0.11 | 39.82 | 0.96 | 0.46 |
| Hex | E4 | 99 | 5 | 0 | 21 | 62 | B | 28 | 60 | 2E |
| Octal | 344 | 231 | 5 | 0 | 41 | 142 | 13 | 50 | 140 | 56 |
| Binary | 11100100 | 10011001 | 101 | 0 | 100001 | 1100010 | 1011 | 101000 | 1100000 | 101110 |
Color Harmonies of #E49905
Complementary color
Monochromatic Colors of #E49905
Black with #E49905
Text Example
Text Example
White with #E49905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49905; }
p { color: rgb(228,153,5); }
H1.HeaderClassName
{
color: #E49905;
}
.AnyTagClassName
{
color: #E49905;
}
</style>
background-color css
<style>
a { background-color: #E49905; }
a { background-color: rgb(228,153,5); }
div.DivClassName
{
background-color: #E49905;
}
.BgClassName
{
background-color: #E49905;
}
</style>
border-color css
<style>
span { border-color: #E49905; }
span { border-color: rgb(228,153,5); }
td.TdClassName
{
border-color: #E49905;
}
.TagClassName
{
border-color: #E49905;
}
</style>