Shades of Gamboge #E4A50C
Tints of Gamboge #E4A50C
RGB
CMYK
RGB Variations
Color information
#E4A50C (or 0xE4A50C) is known color: Gamboge. HEX triplet: E4, A5 and 0C. RGB value is (228,165,12). Sum of RGB (Red+Green+Blue) = 228+165+12=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A50C is #1B5AF3. Grayscale: #A7A7A7. Windows color (decimal): -1792756 or 828900. OLE color: 828900.
HSL color Cylindrical-coordinate representation of color #E4A50C: hue angle of 42.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4A50C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 165 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.11 |
| HSL | 42.5º | 0.9% | 0.47% | - |
| HSV(B) | 42.5º | 0.95% | 0.89% | - |
| XYZ | 45.52 | 43.43 | 6.33 | - |
| YUV | 166.4 | 40.87 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 165 | 12 | 0 | 0.28 | 0.95 | 0.11 | 42.5 | 0.9 | 0.47 |
| Hex | E4 | A5 | C | 0 | 1C | 5F | B | 2A | 5A | 2F |
| Octal | 344 | 245 | 14 | 0 | 34 | 137 | 13 | 52 | 132 | 57 |
| Binary | 11100100 | 10100101 | 1100 | 0 | 11100 | 1011111 | 1011 | 101010 | 1011010 | 101111 |
Color Harmonies of #E4A50C
Complementary color
Monochromatic Colors of #E4A50C
Black with #E4A50C
Text Example
Text Example
White with #E4A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A50C; }
p { color: rgb(228,165,12); }
H1.HeaderClassName
{
color: #E4A50C;
}
.AnyTagClassName
{
color: #E4A50C;
}
</style>
background-color css
<style>
a { background-color: #E4A50C; }
a { background-color: rgb(228,165,12); }
div.DivClassName
{
background-color: #E4A50C;
}
.BgClassName
{
background-color: #E4A50C;
}
</style>
border-color css
<style>
span { border-color: #E4A50C; }
span { border-color: rgb(228,165,12); }
td.TdClassName
{
border-color: #E4A50C;
}
.TagClassName
{
border-color: #E4A50C;
}
</style>