Shades of Gamboge #E49007
Tints of Gamboge #E49007
RGB
CMYK
RGB Variations
Color information
#E49007 (or 0xE49007) is known color: Gamboge. HEX triplet: E4, 90 and 07. RGB value is (228,144,7). Sum of RGB (Red+Green+Blue) = 228+144+7=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E49007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49007 is #1B6FF8. Grayscale: #9A9A9A. Windows color (decimal): -1798137 or 495844. OLE color: 495844.
HSL color Cylindrical-coordinate representation of color #E49007: hue angle of 37.19º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E49007 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.11 |
| HSL | 37.19º | 0.94% | 0.46% | - |
| HSV(B) | 37.19º | 0.97% | 0.89% | - |
| XYZ | 42.01 | 36.46 | 5.02 | - |
| YUV | 153.5 | 45.33 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 7 | 0 | 0.37 | 0.97 | 0.11 | 37.19 | 0.94 | 0.46 |
| Hex | E4 | 90 | 7 | 0 | 25 | 61 | B | 25 | 5E | 2E |
| Octal | 344 | 220 | 7 | 0 | 45 | 141 | 13 | 45 | 136 | 56 |
| Binary | 11100100 | 10010000 | 111 | 0 | 100101 | 1100001 | 1011 | 100101 | 1011110 | 101110 |
Color Harmonies of #E49007
Complementary color
Monochromatic Colors of #E49007
Black with #E49007
Text Example
Text Example
White with #E49007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49007; }
p { color: rgb(228,144,7); }
H1.HeaderClassName
{
color: #E49007;
}
.AnyTagClassName
{
color: #E49007;
}
</style>
background-color css
<style>
a { background-color: #E49007; }
a { background-color: rgb(228,144,7); }
div.DivClassName
{
background-color: #E49007;
}
.BgClassName
{
background-color: #E49007;
}
</style>
border-color css
<style>
span { border-color: #E49007; }
span { border-color: rgb(228,144,7); }
td.TdClassName
{
border-color: #E49007;
}
.TagClassName
{
border-color: #E49007;
}
</style>