Shades of Gamboge #E3A610
Tints of Gamboge #E3A610
RGB
CMYK
RGB Variations
Color information
#E3A610 (or 0xE3A610) is known color: Gamboge. HEX triplet: E3, A6 and 10. RGB value is (227,166,16). Sum of RGB (Red+Green+Blue) = 227+166+16=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A610 is #1C59EF. Grayscale: #A7A7A7. Windows color (decimal): -1858032 or 1091299. OLE color: 1091299.
HSL color Cylindrical-coordinate representation of color #E3A610: hue angle of 42.65º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3A610 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.11 |
| HSL | 42.65º | 0.87% | 0.48% | - |
| HSV(B) | 42.65º | 0.93% | 0.89% | - |
| XYZ | 45.41 | 43.64 | 6.52 | - |
| YUV | 167.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 16 | 0 | 0.27 | 0.93 | 0.11 | 42.65 | 0.87 | 0.48 |
| Hex | E3 | A6 | 10 | 0 | 1B | 5D | B | 2B | 57 | 30 |
| Octal | 343 | 246 | 20 | 0 | 33 | 135 | 13 | 53 | 127 | 60 |
| Binary | 11100011 | 10100110 | 10000 | 0 | 11011 | 1011101 | 1011 | 101011 | 1010111 | 110000 |
Color Harmonies of #E3A610
Complementary color
Monochromatic Colors of #E3A610
Black with #E3A610
Text Example
Text Example
White with #E3A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A610; }
p { color: rgb(227,166,16); }
H1.HeaderClassName
{
color: #E3A610;
}
.AnyTagClassName
{
color: #E3A610;
}
</style>
background-color css
<style>
a { background-color: #E3A610; }
a { background-color: rgb(227,166,16); }
div.DivClassName
{
background-color: #E3A610;
}
.BgClassName
{
background-color: #E3A610;
}
</style>
border-color css
<style>
span { border-color: #E3A610; }
span { border-color: rgb(227,166,16); }
td.TdClassName
{
border-color: #E3A610;
}
.TagClassName
{
border-color: #E3A610;
}
</style>