Shades of Gamboge #E3A616
Tints of Gamboge #E3A616
RGB
CMYK
RGB Variations
Color information
#E3A616 (or 0xE3A616) is known color: Gamboge. HEX triplet: E3, A6 and 16. RGB value is (227,166,22). Sum of RGB (Red+Green+Blue) = 227+166+22=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A616 is #1C59E9. Grayscale: #A8A8A8. Windows color (decimal): -1858026 or 1484515. OLE color: 1484515.
HSL color Cylindrical-coordinate representation of color #E3A616: hue angle of 42.15º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3A616 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.11 |
| HSL | 42.15º | 0.82% | 0.49% | - |
| HSV(B) | 42.15º | 0.9% | 0.89% | - |
| XYZ | 45.46 | 43.66 | 6.79 | - |
| YUV | 167.82 | 45.71 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 22 | 0 | 0.27 | 0.90 | 0.11 | 42.15 | 0.82 | 0.49 |
| Hex | E3 | A6 | 16 | 0 | 1B | 5A | B | 2A | 52 | 31 |
| Octal | 343 | 246 | 26 | 0 | 33 | 132 | 13 | 52 | 122 | 61 |
| Binary | 11100011 | 10100110 | 10110 | 0 | 11011 | 1011010 | 1011 | 101010 | 1010010 | 110001 |
Color Harmonies of #E3A616
Complementary color
Monochromatic Colors of #E3A616
Black with #E3A616
Text Example
Text Example
White with #E3A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A616; }
p { color: rgb(227,166,22); }
H1.HeaderClassName
{
color: #E3A616;
}
.AnyTagClassName
{
color: #E3A616;
}
</style>
background-color css
<style>
a { background-color: #E3A616; }
a { background-color: rgb(227,166,22); }
div.DivClassName
{
background-color: #E3A616;
}
.BgClassName
{
background-color: #E3A616;
}
</style>
border-color css
<style>
span { border-color: #E3A616; }
span { border-color: rgb(227,166,22); }
td.TdClassName
{
border-color: #E3A616;
}
.TagClassName
{
border-color: #E3A616;
}
</style>