Shades of Gamboge #E4A00F
Tints of Gamboge #E4A00F
RGB
CMYK
RGB Variations
Color information
#E4A00F (or 0xE4A00F) is known color: Gamboge. HEX triplet: E4, A0 and 0F. RGB value is (228,160,15). Sum of RGB (Red+Green+Blue) = 228+160+15=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A00F is #1B5FF0. Grayscale: #A4A4A4. Windows color (decimal): -1794033 or 1024228. OLE color: 1024228.
HSL color Cylindrical-coordinate representation of color #E4A00F: hue angle of 40.85º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4A00F is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 15 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.11 |
| HSL | 40.85º | 0.88% | 0.48% | - |
| HSV(B) | 40.85º | 0.93% | 0.89% | - |
| XYZ | 44.65 | 41.67 | 6.14 | - |
| YUV | 163.8 | 44.03 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 15 | 0 | 0.30 | 0.93 | 0.11 | 40.85 | 0.88 | 0.48 |
| Hex | E4 | A0 | F | 0 | 1E | 5D | B | 29 | 58 | 30 |
| Octal | 344 | 240 | 17 | 0 | 36 | 135 | 13 | 51 | 130 | 60 |
| Binary | 11100100 | 10100000 | 1111 | 0 | 11110 | 1011101 | 1011 | 101001 | 1011000 | 110000 |
Color Harmonies of #E4A00F
Complementary color
Monochromatic Colors of #E4A00F
Black with #E4A00F
Text Example
Text Example
White with #E4A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A00F; }
p { color: rgb(228,160,15); }
H1.HeaderClassName
{
color: #E4A00F;
}
.AnyTagClassName
{
color: #E4A00F;
}
</style>
background-color css
<style>
a { background-color: #E4A00F; }
a { background-color: rgb(228,160,15); }
div.DivClassName
{
background-color: #E4A00F;
}
.BgClassName
{
background-color: #E4A00F;
}
</style>
border-color css
<style>
span { border-color: #E4A00F; }
span { border-color: rgb(228,160,15); }
td.TdClassName
{
border-color: #E4A00F;
}
.TagClassName
{
border-color: #E4A00F;
}
</style>