Shades of Gamboge #E3A007
Tints of Gamboge #E3A007
RGB
CMYK
RGB Variations
Color information
#E3A007 (or 0xE3A007) is known color: Gamboge. HEX triplet: E3, A0 and 07. RGB value is (227,160,7). Sum of RGB (Red+Green+Blue) = 227+160+7=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A007 is #1C5FF8. Grayscale: #A3A3A3. Windows color (decimal): -1859577 or 499939. OLE color: 499939.
HSL color Cylindrical-coordinate representation of color #E3A007: hue angle of 41.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3A007 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.11 |
| HSL | 41.73º | 0.94% | 0.46% | - |
| HSV(B) | 41.73º | 0.97% | 0.89% | - |
| XYZ | 44.29 | 41.49 | 5.87 | - |
| YUV | 162.59 | 40.2 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 7 | 0 | 0.30 | 0.97 | 0.11 | 41.73 | 0.94 | 0.46 |
| Hex | E3 | A0 | 7 | 0 | 1E | 61 | B | 2A | 5E | 2E |
| Octal | 343 | 240 | 7 | 0 | 36 | 141 | 13 | 52 | 136 | 56 |
| Binary | 11100011 | 10100000 | 111 | 0 | 11110 | 1100001 | 1011 | 101010 | 1011110 | 101110 |
Color Harmonies of #E3A007
Complementary color
Monochromatic Colors of #E3A007
Black with #E3A007
Text Example
Text Example
White with #E3A007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A007; }
p { color: rgb(227,160,7); }
H1.HeaderClassName
{
color: #E3A007;
}
.AnyTagClassName
{
color: #E3A007;
}
</style>
background-color css
<style>
a { background-color: #E3A007; }
a { background-color: rgb(227,160,7); }
div.DivClassName
{
background-color: #E3A007;
}
.BgClassName
{
background-color: #E3A007;
}
</style>
border-color css
<style>
span { border-color: #E3A007; }
span { border-color: rgb(227,160,7); }
td.TdClassName
{
border-color: #E3A007;
}
.TagClassName
{
border-color: #E3A007;
}
</style>