Shades of Gamboge #E3A006
Tints of Gamboge #E3A006
RGB
CMYK
RGB Variations
Color information
#E3A006 (or 0xE3A006) is known color: Gamboge. HEX triplet: E3, A0 and 06. RGB value is (227,160,6). Sum of RGB (Red+Green+Blue) = 227+160+6=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A006 is #1C5FF9. Grayscale: #A3A3A3. Windows color (decimal): -1859578 or 434403. OLE color: 434403.
HSL color Cylindrical-coordinate representation of color #E3A006: hue angle of 41.81º degrees, saturation: 0.95, 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 #E3A006 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.11 |
| HSL | 41.81º | 0.95% | 0.46% | - |
| HSV(B) | 41.81º | 0.97% | 0.89% | - |
| XYZ | 44.28 | 41.49 | 5.85 | - |
| YUV | 162.48 | 39.7 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 6 | 0 | 0.30 | 0.97 | 0.11 | 41.81 | 0.95 | 0.46 |
| Hex | E3 | A0 | 6 | 0 | 1E | 61 | B | 2A | 5F | 2E |
| Octal | 343 | 240 | 6 | 0 | 36 | 141 | 13 | 52 | 137 | 56 |
| Binary | 11100011 | 10100000 | 110 | 0 | 11110 | 1100001 | 1011 | 101010 | 1011111 | 101110 |
Color Harmonies of #E3A006
Complementary color
Monochromatic Colors of #E3A006
Black with #E3A006
Text Example
Text Example
White with #E3A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A006; }
p { color: rgb(227,160,6); }
H1.HeaderClassName
{
color: #E3A006;
}
.AnyTagClassName
{
color: #E3A006;
}
</style>
background-color css
<style>
a { background-color: #E3A006; }
a { background-color: rgb(227,160,6); }
div.DivClassName
{
background-color: #E3A006;
}
.BgClassName
{
background-color: #E3A006;
}
</style>
border-color css
<style>
span { border-color: #E3A006; }
span { border-color: rgb(227,160,6); }
td.TdClassName
{
border-color: #E3A006;
}
.TagClassName
{
border-color: #E3A006;
}
</style>