Shades of Gamboge #E4A110
Tints of Gamboge #E4A110
RGB
CMYK
RGB Variations
Color information
#E4A110 (or 0xE4A110) is known color: Gamboge. HEX triplet: E4, A1 and 10. RGB value is (228,161,16). Sum of RGB (Red+Green+Blue) = 228+161+16=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A110 is #1B5EEF. Grayscale: #A5A5A5. Windows color (decimal): -1793776 or 1090020. OLE color: 1090020.
HSL color Cylindrical-coordinate representation of color #E4A110: hue angle of 41.04º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4A110 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 161 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.11 |
| HSL | 41.04º | 0.87% | 0.48% | - |
| HSV(B) | 41.04º | 0.93% | 0.89% | - |
| XYZ | 44.83 | 42.02 | 6.24 | - |
| YUV | 164.5 | 44.2 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 161 | 16 | 0 | 0.29 | 0.93 | 0.11 | 41.04 | 0.87 | 0.48 |
| Hex | E4 | A1 | 10 | 0 | 1D | 5D | B | 29 | 57 | 30 |
| Octal | 344 | 241 | 20 | 0 | 35 | 135 | 13 | 51 | 127 | 60 |
| Binary | 11100100 | 10100001 | 10000 | 0 | 11101 | 1011101 | 1011 | 101001 | 1010111 | 110000 |
Color Harmonies of #E4A110
Complementary color
Monochromatic Colors of #E4A110
Black with #E4A110
Text Example
Text Example
White with #E4A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A110; }
p { color: rgb(228,161,16); }
H1.HeaderClassName
{
color: #E4A110;
}
.AnyTagClassName
{
color: #E4A110;
}
</style>
background-color css
<style>
a { background-color: #E4A110; }
a { background-color: rgb(228,161,16); }
div.DivClassName
{
background-color: #E4A110;
}
.BgClassName
{
background-color: #E4A110;
}
</style>
border-color css
<style>
span { border-color: #E4A110; }
span { border-color: rgb(228,161,16); }
td.TdClassName
{
border-color: #E4A110;
}
.TagClassName
{
border-color: #E4A110;
}
</style>