Shades of Gamboge #E8A313
Tints of Gamboge #E8A313
RGB
CMYK
RGB Variations
Color information
#E8A313 (or 0xE8A313) is known color: Gamboge. HEX triplet: E8, A3 and 13. RGB value is (232,163,19). Sum of RGB (Red+Green+Blue) = 232+163+19=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A313 is #175CEC. Grayscale: #A7A7A7. Windows color (decimal): -1531117 or 1287144. OLE color: 1287144.
HSL color Cylindrical-coordinate representation of color #E8A313: hue angle of 40.56º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8A313 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 19 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.09 |
| HSL | 40.56º | 0.85% | 0.49% | - |
| HSV(B) | 40.56º | 0.92% | 0.91% | - |
| XYZ | 46.49 | 43.4 | 6.54 | - |
| YUV | 167.22 | 44.36 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 19 | 0 | 0.30 | 0.92 | 0.09 | 40.56 | 0.85 | 0.49 |
| Hex | E8 | A3 | 13 | 0 | 1E | 5C | 9 | 29 | 55 | 31 |
| Octal | 350 | 243 | 23 | 0 | 36 | 134 | 11 | 51 | 125 | 61 |
| Binary | 11101000 | 10100011 | 10011 | 0 | 11110 | 1011100 | 1001 | 101001 | 1010101 | 110001 |
Color Harmonies of #E8A313
Complementary color
Monochromatic Colors of #E8A313
Black with #E8A313
Text Example
Text Example
White with #E8A313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A313; }
p { color: rgb(232,163,19); }
H1.HeaderClassName
{
color: #E8A313;
}
.AnyTagClassName
{
color: #E8A313;
}
</style>
background-color css
<style>
a { background-color: #E8A313; }
a { background-color: rgb(232,163,19); }
div.DivClassName
{
background-color: #E8A313;
}
.BgClassName
{
background-color: #E8A313;
}
</style>
border-color css
<style>
span { border-color: #E8A313; }
span { border-color: rgb(232,163,19); }
td.TdClassName
{
border-color: #E8A313;
}
.TagClassName
{
border-color: #E8A313;
}
</style>