Shades of Gamboge #E3A516
Tints of Gamboge #E3A516
RGB
CMYK
RGB Variations
Color information
#E3A516 (or 0xE3A516) is known color: Gamboge. HEX triplet: E3, A5 and 16. RGB value is (227,165,22). Sum of RGB (Red+Green+Blue) = 227+165+22=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A516 is #1C5AE9. Grayscale: #A7A7A7. Windows color (decimal): -1858282 or 1484259. OLE color: 1484259.
HSL color Cylindrical-coordinate representation of color #E3A516: hue angle of 41.85º 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 #E3A516 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.11 |
| HSL | 41.85º | 0.82% | 0.49% | - |
| HSV(B) | 41.85º | 0.9% | 0.89% | - |
| XYZ | 45.28 | 43.3 | 6.73 | - |
| YUV | 167.24 | 46.04 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 22 | 0 | 0.27 | 0.90 | 0.11 | 41.85 | 0.82 | 0.49 |
| Hex | E3 | A5 | 16 | 0 | 1B | 5A | B | 2A | 52 | 31 |
| Octal | 343 | 245 | 26 | 0 | 33 | 132 | 13 | 52 | 122 | 61 |
| Binary | 11100011 | 10100101 | 10110 | 0 | 11011 | 1011010 | 1011 | 101010 | 1010010 | 110001 |
Color Harmonies of #E3A516
Complementary color
Monochromatic Colors of #E3A516
Black with #E3A516
Text Example
Text Example
White with #E3A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A516; }
p { color: rgb(227,165,22); }
H1.HeaderClassName
{
color: #E3A516;
}
.AnyTagClassName
{
color: #E3A516;
}
</style>
background-color css
<style>
a { background-color: #E3A516; }
a { background-color: rgb(227,165,22); }
div.DivClassName
{
background-color: #E3A516;
}
.BgClassName
{
background-color: #E3A516;
}
</style>
border-color css
<style>
span { border-color: #E3A516; }
span { border-color: rgb(227,165,22); }
td.TdClassName
{
border-color: #E3A516;
}
.TagClassName
{
border-color: #E3A516;
}
</style>