Shades of Gamboge #E3A319
Tints of Gamboge #E3A319
RGB
CMYK
RGB Variations
Color information
#E3A319 (or 0xE3A319) is known color: Gamboge. HEX triplet: E3, A3 and 19. RGB value is (227,163,25). Sum of RGB (Red+Green+Blue) = 227+163+25=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A319 is #1C5CE6. Grayscale: #A7A7A7. Windows color (decimal): -1858791 or 1680355. OLE color: 1680355.
HSL color Cylindrical-coordinate representation of color #E3A319: hue angle of 40.99º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3A319 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 163 | 25 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.11 |
| HSL | 40.99º | 0.8% | 0.49% | - |
| HSV(B) | 40.99º | 0.89% | 0.89% | - |
| XYZ | 44.95 | 42.6 | 6.77 | - |
| YUV | 166.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 163 | 25 | 0 | 0.28 | 0.89 | 0.11 | 40.99 | 0.8 | 0.49 |
| Hex | E3 | A3 | 19 | 0 | 1C | 59 | B | 29 | 50 | 31 |
| Octal | 343 | 243 | 31 | 0 | 34 | 131 | 13 | 51 | 120 | 61 |
| Binary | 11100011 | 10100011 | 11001 | 0 | 11100 | 1011001 | 1011 | 101001 | 1010000 | 110001 |
Color Harmonies of #E3A319
Complementary color
Monochromatic Colors of #E3A319
Black with #E3A319
Text Example
Text Example
White with #E3A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A319; }
p { color: rgb(227,163,25); }
H1.HeaderClassName
{
color: #E3A319;
}
.AnyTagClassName
{
color: #E3A319;
}
</style>
background-color css
<style>
a { background-color: #E3A319; }
a { background-color: rgb(227,163,25); }
div.DivClassName
{
background-color: #E3A319;
}
.BgClassName
{
background-color: #E3A319;
}
</style>
border-color css
<style>
span { border-color: #E3A319; }
span { border-color: rgb(227,163,25); }
td.TdClassName
{
border-color: #E3A319;
}
.TagClassName
{
border-color: #E3A319;
}
</style>