Shades of Gamboge #E4A215
Tints of Gamboge #E4A215
RGB
CMYK
RGB Variations
Color information
#E4A215 (or 0xE4A215) is known color: Gamboge. HEX triplet: E4, A2 and 15. RGB value is (228,162,21). Sum of RGB (Red+Green+Blue) = 228+162+21=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A215 is #1B5DEA. Grayscale: #A6A6A6. Windows color (decimal): -1793515 or 1417956. OLE color: 1417956.
HSL color Cylindrical-coordinate representation of color #E4A215: hue angle of 40.87º 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 #E4A215 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 162 | 21 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.11 |
| HSL | 40.87º | 0.83% | 0.49% | - |
| HSV(B) | 40.87º | 0.91% | 0.89% | - |
| XYZ | 45.05 | 42.39 | 6.52 | - |
| YUV | 165.66 | 46.37 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 162 | 21 | 0 | 0.29 | 0.91 | 0.11 | 40.87 | 0.83 | 0.49 |
| Hex | E4 | A2 | 15 | 0 | 1D | 5B | B | 29 | 53 | 31 |
| Octal | 344 | 242 | 25 | 0 | 35 | 133 | 13 | 51 | 123 | 61 |
| Binary | 11100100 | 10100010 | 10101 | 0 | 11101 | 1011011 | 1011 | 101001 | 1010011 | 110001 |
Color Harmonies of #E4A215
Complementary color
Monochromatic Colors of #E4A215
Black with #E4A215
Text Example
Text Example
White with #E4A215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A215; }
p { color: rgb(228,162,21); }
H1.HeaderClassName
{
color: #E4A215;
}
.AnyTagClassName
{
color: #E4A215;
}
</style>
background-color css
<style>
a { background-color: #E4A215; }
a { background-color: rgb(228,162,21); }
div.DivClassName
{
background-color: #E4A215;
}
.BgClassName
{
background-color: #E4A215;
}
</style>
border-color css
<style>
span { border-color: #E4A215; }
span { border-color: rgb(228,162,21); }
td.TdClassName
{
border-color: #E4A215;
}
.TagClassName
{
border-color: #E4A215;
}
</style>