Shades of Gamboge #E0A00F
Tints of Gamboge #E0A00F
RGB
CMYK
RGB Variations
Color information
#E0A00F (or 0xE0A00F) is known color: Gamboge. HEX triplet: E0, A0 and 0F. RGB value is (224,160,15). Sum of RGB (Red+Green+Blue) = 224+160+15=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A00F is #1F5FF0. Grayscale: #A3A3A3. Windows color (decimal): -2056177 or 1024224. OLE color: 1024224.
HSL color Cylindrical-coordinate representation of color #E0A00F: hue angle of 41.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0A00F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 15 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.12 |
| HSL | 41.63º | 0.87% | 0.47% | - |
| HSV(B) | 41.63º | 0.93% | 0.88% | - |
| XYZ | 43.4 | 41.02 | 6.08 | - |
| YUV | 162.61 | 44.7 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 15 | 0 | 0.29 | 0.93 | 0.12 | 41.63 | 0.87 | 0.47 |
| Hex | E0 | A0 | F | 0 | 1D | 5D | C | 2A | 57 | 2F |
| Octal | 340 | 240 | 17 | 0 | 35 | 135 | 14 | 52 | 127 | 57 |
| Binary | 11100000 | 10100000 | 1111 | 0 | 11101 | 1011101 | 1100 | 101010 | 1010111 | 101111 |
Color Harmonies of #E0A00F
Complementary color
Monochromatic Colors of #E0A00F
Black with #E0A00F
Text Example
Text Example
White with #E0A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A00F; }
p { color: rgb(224,160,15); }
H1.HeaderClassName
{
color: #E0A00F;
}
.AnyTagClassName
{
color: #E0A00F;
}
</style>
background-color css
<style>
a { background-color: #E0A00F; }
a { background-color: rgb(224,160,15); }
div.DivClassName
{
background-color: #E0A00F;
}
.BgClassName
{
background-color: #E0A00F;
}
</style>
border-color css
<style>
span { border-color: #E0A00F; }
span { border-color: rgb(224,160,15); }
td.TdClassName
{
border-color: #E0A00F;
}
.TagClassName
{
border-color: #E0A00F;
}
</style>