Shades of Gamboge #E9A015
Tints of Gamboge #E9A015
RGB
CMYK
RGB Variations
Color information
#E9A015 (or 0xE9A015) is known color: Gamboge. HEX triplet: E9, A0 and 15. RGB value is (233,160,21). Sum of RGB (Red+Green+Blue) = 233+160+21=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A015 is #165FEA. Grayscale: #A6A6A6. Windows color (decimal): -1466347 or 1417449. OLE color: 1417449.
HSL color Cylindrical-coordinate representation of color #E9A015: hue angle of 39.34º 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 #E9A015 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 21 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.09 |
| HSL | 39.34º | 0.83% | 0.5% | - |
| HSV(B) | 39.34º | 0.91% | 0.91% | - |
| XYZ | 46.31 | 42.52 | 6.48 | - |
| YUV | 165.98 | 46.18 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 21 | 0 | 0.31 | 0.91 | 0.09 | 39.34 | 0.83 | 0.5 |
| Hex | E9 | A0 | 15 | 0 | 1F | 5B | 9 | 27 | 53 | 32 |
| Octal | 351 | 240 | 25 | 0 | 37 | 133 | 11 | 47 | 123 | 62 |
| Binary | 11101001 | 10100000 | 10101 | 0 | 11111 | 1011011 | 1001 | 100111 | 1010011 | 110010 |
Color Harmonies of #E9A015
Complementary color
Monochromatic Colors of #E9A015
Black with #E9A015
Text Example
Text Example
White with #E9A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A015; }
p { color: rgb(233,160,21); }
H1.HeaderClassName
{
color: #E9A015;
}
.AnyTagClassName
{
color: #E9A015;
}
</style>
background-color css
<style>
a { background-color: #E9A015; }
a { background-color: rgb(233,160,21); }
div.DivClassName
{
background-color: #E9A015;
}
.BgClassName
{
background-color: #E9A015;
}
</style>
border-color css
<style>
span { border-color: #E9A015; }
span { border-color: rgb(233,160,21); }
td.TdClassName
{
border-color: #E9A015;
}
.TagClassName
{
border-color: #E9A015;
}
</style>