Shades of Gamboge #E0A605
Tints of Gamboge #E0A605
RGB
CMYK
RGB Variations
Color information
#E0A605 (or 0xE0A605) is known color: Gamboge. HEX triplet: E0, A6 and 05. RGB value is (224,166,5). Sum of RGB (Red+Green+Blue) = 224+166+5=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A605 is #1F59FA. Grayscale: #A5A5A5. Windows color (decimal): -2054651 or 370400. OLE color: 370400.
HSL color Cylindrical-coordinate representation of color #E0A605: hue angle of 44.11º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0A605 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.12 |
| HSL | 44.11º | 0.96% | 0.45% | - |
| HSV(B) | 44.11º | 0.98% | 0.88% | - |
| XYZ | 44.4 | 43.13 | 6.13 | - |
| YUV | 164.99 | 37.72 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 5 | 0 | 0.26 | 0.98 | 0.12 | 44.11 | 0.96 | 0.45 |
| Hex | E0 | A6 | 5 | 0 | 1A | 62 | C | 2C | 60 | 2D |
| Octal | 340 | 246 | 5 | 0 | 32 | 142 | 14 | 54 | 140 | 55 |
| Binary | 11100000 | 10100110 | 101 | 0 | 11010 | 1100010 | 1100 | 101100 | 1100000 | 101101 |
Color Harmonies of #E0A605
Complementary color
Monochromatic Colors of #E0A605
Black with #E0A605
Text Example
Text Example
White with #E0A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A605; }
p { color: rgb(224,166,5); }
H1.HeaderClassName
{
color: #E0A605;
}
.AnyTagClassName
{
color: #E0A605;
}
</style>
background-color css
<style>
a { background-color: #E0A605; }
a { background-color: rgb(224,166,5); }
div.DivClassName
{
background-color: #E0A605;
}
.BgClassName
{
background-color: #E0A605;
}
</style>
border-color css
<style>
span { border-color: #E0A605; }
span { border-color: rgb(224,166,5); }
td.TdClassName
{
border-color: #E0A605;
}
.TagClassName
{
border-color: #E0A605;
}
</style>