Shades of Gamboge #E8A315
Tints of Gamboge #E8A315
RGB
CMYK
RGB Variations
Color information
#E8A315 (or 0xE8A315) is known color: Gamboge. HEX triplet: E8, A3 and 15. RGB value is (232,163,21). Sum of RGB (Red+Green+Blue) = 232+163+21=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A315 is #175CEA. Grayscale: #A8A8A8. Windows color (decimal): -1531115 or 1418216. OLE color: 1418216.
HSL color Cylindrical-coordinate representation of color #E8A315: hue angle of 40.38º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8A315 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 21 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.09 |
| HSL | 40.38º | 0.83% | 0.5% | - |
| HSV(B) | 40.38º | 0.91% | 0.91% | - |
| XYZ | 46.51 | 43.4 | 6.64 | - |
| YUV | 167.44 | 45.36 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 21 | 0 | 0.30 | 0.91 | 0.09 | 40.38 | 0.83 | 0.5 |
| Hex | E8 | A3 | 15 | 0 | 1E | 5B | 9 | 28 | 53 | 32 |
| Octal | 350 | 243 | 25 | 0 | 36 | 133 | 11 | 50 | 123 | 62 |
| Binary | 11101000 | 10100011 | 10101 | 0 | 11110 | 1011011 | 1001 | 101000 | 1010011 | 110010 |
Color Harmonies of #E8A315
Complementary color
Monochromatic Colors of #E8A315
Black with #E8A315
Text Example
Text Example
White with #E8A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A315; }
p { color: rgb(232,163,21); }
H1.HeaderClassName
{
color: #E8A315;
}
.AnyTagClassName
{
color: #E8A315;
}
</style>
background-color css
<style>
a { background-color: #E8A315; }
a { background-color: rgb(232,163,21); }
div.DivClassName
{
background-color: #E8A315;
}
.BgClassName
{
background-color: #E8A315;
}
</style>
border-color css
<style>
span { border-color: #E8A315; }
span { border-color: rgb(232,163,21); }
td.TdClassName
{
border-color: #E8A315;
}
.TagClassName
{
border-color: #E8A315;
}
</style>