Shades of Gamboge #E4A014
Tints of Gamboge #E4A014
RGB
CMYK
RGB Variations
Color information
#E4A014 (or 0xE4A014) is known color: Gamboge. HEX triplet: E4, A0 and 14. RGB value is (228,160,20). Sum of RGB (Red+Green+Blue) = 228+160+20=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A014 is #1B5FEB. Grayscale: #A4A4A4. Windows color (decimal): -1794028 or 1351908. OLE color: 1351908.
HSL color Cylindrical-coordinate representation of color #E4A014: hue angle of 40.38º 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 #E4A014 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 20 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.11 |
| HSL | 40.38º | 0.84% | 0.49% | - |
| HSV(B) | 40.38º | 0.91% | 0.89% | - |
| XYZ | 44.69 | 41.69 | 6.35 | - |
| YUV | 164.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 20 | 0 | 0.30 | 0.91 | 0.11 | 40.38 | 0.84 | 0.49 |
| Hex | E4 | A0 | 14 | 0 | 1E | 5B | B | 28 | 54 | 31 |
| Octal | 344 | 240 | 24 | 0 | 36 | 133 | 13 | 50 | 124 | 61 |
| Binary | 11100100 | 10100000 | 10100 | 0 | 11110 | 1011011 | 1011 | 101000 | 1010100 | 110001 |
Color Harmonies of #E4A014
Complementary color
Monochromatic Colors of #E4A014
Black with #E4A014
Text Example
Text Example
White with #E4A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A014; }
p { color: rgb(228,160,20); }
H1.HeaderClassName
{
color: #E4A014;
}
.AnyTagClassName
{
color: #E4A014;
}
</style>
background-color css
<style>
a { background-color: #E4A014; }
a { background-color: rgb(228,160,20); }
div.DivClassName
{
background-color: #E4A014;
}
.BgClassName
{
background-color: #E4A014;
}
</style>
border-color css
<style>
span { border-color: #E4A014; }
span { border-color: rgb(228,160,20); }
td.TdClassName
{
border-color: #E4A014;
}
.TagClassName
{
border-color: #E4A014;
}
</style>