Shades of Gamboge #E4A00E
Tints of Gamboge #E4A00E
RGB
CMYK
RGB Variations
Color information
#E4A00E (or 0xE4A00E) is known color: Gamboge. HEX triplet: E4, A0 and 0E. RGB value is (228,160,14). Sum of RGB (Red+Green+Blue) = 228+160+14=402 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.72% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A00E is #1B5FF1. Grayscale: #A4A4A4. Windows color (decimal): -1794034 or 958692. OLE color: 958692.
HSL color Cylindrical-coordinate representation of color #E4A00E: hue angle of 40.93º 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 #E4A00E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.11 |
| HSL | 40.93º | 0.88% | 0.47% | - |
| HSV(B) | 40.93º | 0.94% | 0.89% | - |
| XYZ | 44.64 | 41.67 | 6.11 | - |
| YUV | 163.69 | 43.53 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 14 | 0 | 0.30 | 0.94 | 0.11 | 40.93 | 0.88 | 0.47 |
| Hex | E4 | A0 | E | 0 | 1E | 5E | B | 29 | 58 | 2F |
| Octal | 344 | 240 | 16 | 0 | 36 | 136 | 13 | 51 | 130 | 57 |
| Binary | 11100100 | 10100000 | 1110 | 0 | 11110 | 1011110 | 1011 | 101001 | 1011000 | 101111 |
Color Harmonies of #E4A00E
Complementary color
Monochromatic Colors of #E4A00E
Black with #E4A00E
Text Example
Text Example
White with #E4A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A00E; }
p { color: rgb(228,160,14); }
H1.HeaderClassName
{
color: #E4A00E;
}
.AnyTagClassName
{
color: #E4A00E;
}
</style>
background-color css
<style>
a { background-color: #E4A00E; }
a { background-color: rgb(228,160,14); }
div.DivClassName
{
background-color: #E4A00E;
}
.BgClassName
{
background-color: #E4A00E;
}
</style>
border-color css
<style>
span { border-color: #E4A00E; }
span { border-color: rgb(228,160,14); }
td.TdClassName
{
border-color: #E4A00E;
}
.TagClassName
{
border-color: #E4A00E;
}
</style>