Shades of Gamboge #E49014
Tints of Gamboge #E49014
RGB
CMYK
RGB Variations
Color information
#E49014 (or 0xE49014) is known color: Gamboge. HEX triplet: E4, 90 and 14. RGB value is (228,144,20). Sum of RGB (Red+Green+Blue) = 228+144+20=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E49014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49014 is #1B6FEB. Grayscale: #9B9B9B. Windows color (decimal): -1798124 or 1347812. OLE color: 1347812.
HSL color Cylindrical-coordinate representation of color #E49014: hue angle of 35.77º degrees, saturation: 0.84, 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 #E49014 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.11 |
| HSL | 35.77º | 0.84% | 0.49% | - |
| HSV(B) | 35.77º | 0.91% | 0.89% | - |
| XYZ | 42.09 | 36.49 | 5.49 | - |
| YUV | 154.98 | 51.83 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 20 | 0 | 0.37 | 0.91 | 0.11 | 35.77 | 0.84 | 0.49 |
| Hex | E4 | 90 | 14 | 0 | 25 | 5B | B | 24 | 54 | 31 |
| Octal | 344 | 220 | 24 | 0 | 45 | 133 | 13 | 44 | 124 | 61 |
| Binary | 11100100 | 10010000 | 10100 | 0 | 100101 | 1011011 | 1011 | 100100 | 1010100 | 110001 |
Color Harmonies of #E49014
Complementary color
Monochromatic Colors of #E49014
Black with #E49014
Text Example
Text Example
White with #E49014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49014; }
p { color: rgb(228,144,20); }
H1.HeaderClassName
{
color: #E49014;
}
.AnyTagClassName
{
color: #E49014;
}
</style>
background-color css
<style>
a { background-color: #E49014; }
a { background-color: rgb(228,144,20); }
div.DivClassName
{
background-color: #E49014;
}
.BgClassName
{
background-color: #E49014;
}
</style>
border-color css
<style>
span { border-color: #E49014; }
span { border-color: rgb(228,144,20); }
td.TdClassName
{
border-color: #E49014;
}
.TagClassName
{
border-color: #E49014;
}
</style>