Shades of Gamboge #E4A80E
Tints of Gamboge #E4A80E
RGB
CMYK
RGB Variations
Color information
#E4A80E (or 0xE4A80E) is known color: Gamboge. HEX triplet: E4, A8 and 0E. RGB value is (228,168,14). Sum of RGB (Red+Green+Blue) = 228+168+14=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A80E is #1B57F1. Grayscale: #A9A9A9. Windows color (decimal): -1791986 or 960740. OLE color: 960740.
HSL color Cylindrical-coordinate representation of color #E4A80E: hue angle of 43.18º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4A80E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 168 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.11 |
| HSL | 43.18º | 0.88% | 0.47% | - |
| HSV(B) | 43.18º | 0.94% | 0.89% | - |
| XYZ | 46.08 | 44.53 | 6.58 | - |
| YUV | 168.38 | 40.88 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 168 | 14 | 0 | 0.26 | 0.94 | 0.11 | 43.18 | 0.88 | 0.47 |
| Hex | E4 | A8 | E | 0 | 1A | 5E | B | 2B | 58 | 2F |
| Octal | 344 | 250 | 16 | 0 | 32 | 136 | 13 | 53 | 130 | 57 |
| Binary | 11100100 | 10101000 | 1110 | 0 | 11010 | 1011110 | 1011 | 101011 | 1011000 | 101111 |
Color Harmonies of #E4A80E
Complementary color
Monochromatic Colors of #E4A80E
Black with #E4A80E
Text Example
Text Example
White with #E4A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A80E; }
p { color: rgb(228,168,14); }
H1.HeaderClassName
{
color: #E4A80E;
}
.AnyTagClassName
{
color: #E4A80E;
}
</style>
background-color css
<style>
a { background-color: #E4A80E; }
a { background-color: rgb(228,168,14); }
div.DivClassName
{
background-color: #E4A80E;
}
.BgClassName
{
background-color: #E4A80E;
}
</style>
border-color css
<style>
span { border-color: #E4A80E; }
span { border-color: rgb(228,168,14); }
td.TdClassName
{
border-color: #E4A80E;
}
.TagClassName
{
border-color: #E4A80E;
}
</style>