Shades of Gamboge #E0A607
Tints of Gamboge #E0A607
RGB
CMYK
RGB Variations
Color information
#E0A607 (or 0xE0A607) is known color: Gamboge. HEX triplet: E0, A6 and 07. RGB value is (224,166,7). Sum of RGB (Red+Green+Blue) = 224+166+7=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A607 is #1F59F8. Grayscale: #A5A5A5. Windows color (decimal): -2054649 or 501472. OLE color: 501472.
HSL color Cylindrical-coordinate representation of color #E0A607: hue angle of 43.96º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0A607 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.12 |
| HSL | 43.96º | 0.94% | 0.45% | - |
| HSV(B) | 43.96º | 0.97% | 0.88% | - |
| XYZ | 44.42 | 43.14 | 6.19 | - |
| YUV | 165.22 | 38.72 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 7 | 0 | 0.26 | 0.97 | 0.12 | 43.96 | 0.94 | 0.45 |
| Hex | E0 | A6 | 7 | 0 | 1A | 61 | C | 2C | 5E | 2D |
| Octal | 340 | 246 | 7 | 0 | 32 | 141 | 14 | 54 | 136 | 55 |
| Binary | 11100000 | 10100110 | 111 | 0 | 11010 | 1100001 | 1100 | 101100 | 1011110 | 101101 |
Color Harmonies of #E0A607
Complementary color
Monochromatic Colors of #E0A607
Black with #E0A607
Text Example
Text Example
White with #E0A607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A607; }
p { color: rgb(224,166,7); }
H1.HeaderClassName
{
color: #E0A607;
}
.AnyTagClassName
{
color: #E0A607;
}
</style>
background-color css
<style>
a { background-color: #E0A607; }
a { background-color: rgb(224,166,7); }
div.DivClassName
{
background-color: #E0A607;
}
.BgClassName
{
background-color: #E0A607;
}
</style>
border-color css
<style>
span { border-color: #E0A607; }
span { border-color: rgb(224,166,7); }
td.TdClassName
{
border-color: #E0A607;
}
.TagClassName
{
border-color: #E0A607;
}
</style>