Shades of Gamboge #E4A018
Tints of Gamboge #E4A018
RGB
CMYK
RGB Variations
Color information
#E4A018 (or 0xE4A018) is known color: Gamboge. HEX triplet: E4, A0 and 18. RGB value is (228,160,24). Sum of RGB (Red+Green+Blue) = 228+160+24=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A018 is #1B5FE7. Grayscale: #A5A5A5. Windows color (decimal): -1794024 or 1614052. OLE color: 1614052.
HSL color Cylindrical-coordinate representation of color #E4A018: hue angle of 40º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4A018 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 24 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.11 |
| HSL | 40º | 0.81% | 0.49% | - |
| HSV(B) | 40º | 0.89% | 0.89% | - |
| XYZ | 44.73 | 41.7 | 6.56 | - |
| YUV | 164.83 | 48.53 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 24 | 0 | 0.30 | 0.89 | 0.11 | 40 | 0.81 | 0.49 |
| Hex | E4 | A0 | 18 | 0 | 1E | 59 | B | 28 | 51 | 31 |
| Octal | 344 | 240 | 30 | 0 | 36 | 131 | 13 | 50 | 121 | 61 |
| Binary | 11100100 | 10100000 | 11000 | 0 | 11110 | 1011001 | 1011 | 101000 | 1010001 | 110001 |
Color Harmonies of #E4A018
Complementary color
Monochromatic Colors of #E4A018
Black with #E4A018
Text Example
Text Example
White with #E4A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A018; }
p { color: rgb(228,160,24); }
H1.HeaderClassName
{
color: #E4A018;
}
.AnyTagClassName
{
color: #E4A018;
}
</style>
background-color css
<style>
a { background-color: #E4A018; }
a { background-color: rgb(228,160,24); }
div.DivClassName
{
background-color: #E4A018;
}
.BgClassName
{
background-color: #E4A018;
}
</style>
border-color css
<style>
span { border-color: #E4A018; }
span { border-color: rgb(228,160,24); }
td.TdClassName
{
border-color: #E4A018;
}
.TagClassName
{
border-color: #E4A018;
}
</style>