Shades of Gamboge #E0A219
Tints of Gamboge #E0A219
RGB
CMYK
RGB Variations
Color information
#E0A219 (or 0xE0A219) is known color: Gamboge. HEX triplet: E0, A2 and 19. RGB value is (224,162,25). Sum of RGB (Red+Green+Blue) = 224+162+25=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A219 is #1F5DE6. Grayscale: #A5A5A5. Windows color (decimal): -2055655 or 1680096. OLE color: 1680096.
HSL color Cylindrical-coordinate representation of color #E0A219: hue angle of 41.31º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0A219 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 25 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.12 |
| HSL | 41.31º | 0.8% | 0.49% | - |
| HSV(B) | 41.31º | 0.89% | 0.88% | - |
| XYZ | 43.84 | 41.76 | 6.67 | - |
| YUV | 164.92 | 49.04 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 25 | 0 | 0.28 | 0.89 | 0.12 | 41.31 | 0.8 | 0.49 |
| Hex | E0 | A2 | 19 | 0 | 1C | 59 | C | 29 | 50 | 31 |
| Octal | 340 | 242 | 31 | 0 | 34 | 131 | 14 | 51 | 120 | 61 |
| Binary | 11100000 | 10100010 | 11001 | 0 | 11100 | 1011001 | 1100 | 101001 | 1010000 | 110001 |
Color Harmonies of #E0A219
Complementary color
Monochromatic Colors of #E0A219
Black with #E0A219
Text Example
Text Example
White with #E0A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A219; }
p { color: rgb(224,162,25); }
H1.HeaderClassName
{
color: #E0A219;
}
.AnyTagClassName
{
color: #E0A219;
}
</style>
background-color css
<style>
a { background-color: #E0A219; }
a { background-color: rgb(224,162,25); }
div.DivClassName
{
background-color: #E0A219;
}
.BgClassName
{
background-color: #E0A219;
}
</style>
border-color css
<style>
span { border-color: #E0A219; }
span { border-color: rgb(224,162,25); }
td.TdClassName
{
border-color: #E0A219;
}
.TagClassName
{
border-color: #E0A219;
}
</style>