Shades of Gamboge #E7A419
Tints of Gamboge #E7A419
RGB
CMYK
RGB Variations
Color information
#E7A419 (or 0xE7A419) is known color: Gamboge. HEX triplet: E7, A4 and 19. RGB value is (231,164,25). Sum of RGB (Red+Green+Blue) = 231+164+25=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A419 is #185BE6. Grayscale: #A8A8A8. Windows color (decimal): -1596391 or 1680615. OLE color: 1680615.
HSL color Cylindrical-coordinate representation of color #E7A419: hue angle of 40.49º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7A419 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 25 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.09 |
| HSL | 40.49º | 0.81% | 0.5% | - |
| HSV(B) | 40.49º | 0.89% | 0.91% | - |
| XYZ | 46.41 | 43.61 | 6.89 | - |
| YUV | 168.19 | 47.2 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 25 | 0 | 0.29 | 0.89 | 0.09 | 40.49 | 0.81 | 0.5 |
| Hex | E7 | A4 | 19 | 0 | 1D | 59 | 9 | 28 | 51 | 32 |
| Octal | 347 | 244 | 31 | 0 | 35 | 131 | 11 | 50 | 121 | 62 |
| Binary | 11100111 | 10100100 | 11001 | 0 | 11101 | 1011001 | 1001 | 101000 | 1010001 | 110010 |
Color Harmonies of #E7A419
Complementary color
Monochromatic Colors of #E7A419
Black with #E7A419
Text Example
Text Example
White with #E7A419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A419; }
p { color: rgb(231,164,25); }
H1.HeaderClassName
{
color: #E7A419;
}
.AnyTagClassName
{
color: #E7A419;
}
</style>
background-color css
<style>
a { background-color: #E7A419; }
a { background-color: rgb(231,164,25); }
div.DivClassName
{
background-color: #E7A419;
}
.BgClassName
{
background-color: #E7A419;
}
</style>
border-color css
<style>
span { border-color: #E7A419; }
span { border-color: rgb(231,164,25); }
td.TdClassName
{
border-color: #E7A419;
}
.TagClassName
{
border-color: #E7A419;
}
</style>