Shades of Gamboge #E3A416
Tints of Gamboge #E3A416
RGB
CMYK
RGB Variations
Color information
#E3A416 (or 0xE3A416) is known color: Gamboge. HEX triplet: E3, A4 and 16. RGB value is (227,164,22). Sum of RGB (Red+Green+Blue) = 227+164+22=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A416 is #1C5BE9. Grayscale: #A7A7A7. Windows color (decimal): -1858538 or 1484003. OLE color: 1484003.
HSL color Cylindrical-coordinate representation of color #E3A416: hue angle of 41.56º 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 #E3A416 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 164 | 22 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.11 |
| HSL | 41.56º | 0.82% | 0.49% | - |
| HSV(B) | 41.56º | 0.9% | 0.89% | - |
| XYZ | 45.1 | 42.94 | 6.67 | - |
| YUV | 166.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 164 | 22 | 0 | 0.28 | 0.90 | 0.11 | 41.56 | 0.82 | 0.49 |
| Hex | E3 | A4 | 16 | 0 | 1C | 5A | B | 2A | 52 | 31 |
| Octal | 343 | 244 | 26 | 0 | 34 | 132 | 13 | 52 | 122 | 61 |
| Binary | 11100011 | 10100100 | 10110 | 0 | 11100 | 1011010 | 1011 | 101010 | 1010010 | 110001 |
Color Harmonies of #E3A416
Complementary color
Monochromatic Colors of #E3A416
Black with #E3A416
Text Example
Text Example
White with #E3A416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A416; }
p { color: rgb(227,164,22); }
H1.HeaderClassName
{
color: #E3A416;
}
.AnyTagClassName
{
color: #E3A416;
}
</style>
background-color css
<style>
a { background-color: #E3A416; }
a { background-color: rgb(227,164,22); }
div.DivClassName
{
background-color: #E3A416;
}
.BgClassName
{
background-color: #E3A416;
}
</style>
border-color css
<style>
span { border-color: #E3A416; }
span { border-color: rgb(227,164,22); }
td.TdClassName
{
border-color: #E3A416;
}
.TagClassName
{
border-color: #E3A416;
}
</style>