Shades of Gamboge #E49015
Tints of Gamboge #E49015
RGB
CMYK
RGB Variations
Color information
#E49015 (or 0xE49015) is known color: Gamboge. HEX triplet: E4, 90 and 15. RGB value is (228,144,21). Sum of RGB (Red+Green+Blue) = 228+144+21=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E49015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49015 is #1B6FEA. Grayscale: #9B9B9B. Windows color (decimal): -1798123 or 1413348. OLE color: 1413348.
HSL color Cylindrical-coordinate representation of color #E49015: hue angle of 35.65º 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 #E49015 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 21 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.11 |
| HSL | 35.65º | 0.83% | 0.49% | - |
| HSV(B) | 35.65º | 0.91% | 0.89% | - |
| XYZ | 42.1 | 36.49 | 5.53 | - |
| YUV | 155.09 | 52.33 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 21 | 0 | 0.37 | 0.91 | 0.11 | 35.65 | 0.83 | 0.49 |
| Hex | E4 | 90 | 15 | 0 | 25 | 5B | B | 24 | 53 | 31 |
| Octal | 344 | 220 | 25 | 0 | 45 | 133 | 13 | 44 | 123 | 61 |
| Binary | 11100100 | 10010000 | 10101 | 0 | 100101 | 1011011 | 1011 | 100100 | 1010011 | 110001 |
Color Harmonies of #E49015
Complementary color
Monochromatic Colors of #E49015
Black with #E49015
Text Example
Text Example
White with #E49015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49015; }
p { color: rgb(228,144,21); }
H1.HeaderClassName
{
color: #E49015;
}
.AnyTagClassName
{
color: #E49015;
}
</style>
background-color css
<style>
a { background-color: #E49015; }
a { background-color: rgb(228,144,21); }
div.DivClassName
{
background-color: #E49015;
}
.BgClassName
{
background-color: #E49015;
}
</style>
border-color css
<style>
span { border-color: #E49015; }
span { border-color: rgb(228,144,21); }
td.TdClassName
{
border-color: #E49015;
}
.TagClassName
{
border-color: #E49015;
}
</style>