Shades of Gamboge #E9A614
Tints of Gamboge #E9A614
RGB
CMYK
RGB Variations
Color information
#E9A614 (or 0xE9A614) is known color: Gamboge. HEX triplet: E9, A6 and 14. RGB value is (233,166,20). Sum of RGB (Red+Green+Blue) = 233+166+20=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A614 is #1659EB. Grayscale: #AAAAAA. Windows color (decimal): -1464812 or 1353449. OLE color: 1353449.
HSL color Cylindrical-coordinate representation of color #E9A614: hue angle of 41.13º degrees, saturation: 0.84, 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 #E9A614 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 20 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.09 |
| HSL | 41.13º | 0.84% | 0.5% | - |
| HSV(B) | 41.13º | 0.91% | 0.91% | - |
| XYZ | 47.37 | 44.65 | 6.78 | - |
| YUV | 169.39 | 43.7 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 20 | 0 | 0.29 | 0.91 | 0.09 | 41.13 | 0.84 | 0.5 |
| Hex | E9 | A6 | 14 | 0 | 1D | 5B | 9 | 29 | 54 | 32 |
| Octal | 351 | 246 | 24 | 0 | 35 | 133 | 11 | 51 | 124 | 62 |
| Binary | 11101001 | 10100110 | 10100 | 0 | 11101 | 1011011 | 1001 | 101001 | 1010100 | 110010 |
Color Harmonies of #E9A614
Complementary color
Monochromatic Colors of #E9A614
Black with #E9A614
Text Example
Text Example
White with #E9A614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A614; }
p { color: rgb(233,166,20); }
H1.HeaderClassName
{
color: #E9A614;
}
.AnyTagClassName
{
color: #E9A614;
}
</style>
background-color css
<style>
a { background-color: #E9A614; }
a { background-color: rgb(233,166,20); }
div.DivClassName
{
background-color: #E9A614;
}
.BgClassName
{
background-color: #E9A614;
}
</style>
border-color css
<style>
span { border-color: #E9A614; }
span { border-color: rgb(233,166,20); }
td.TdClassName
{
border-color: #E9A614;
}
.TagClassName
{
border-color: #E9A614;
}
</style>