Shades of Gamboge #E89A14
Tints of Gamboge #E89A14
RGB
CMYK
RGB Variations
Color information
#E89A14 (or 0xE89A14) is known color: Gamboge. HEX triplet: E8, 9A and 14. RGB value is (232,154,20). Sum of RGB (Red+Green+Blue) = 232+154+20=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89A14 is #1765EB. Grayscale: #A2A2A2. Windows color (decimal): -1533420 or 1350376. OLE color: 1350376.
HSL color Cylindrical-coordinate representation of color #E89A14: hue angle of 37.92º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E89A14 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 20 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.09 |
| HSL | 37.92º | 0.84% | 0.49% | - |
| HSV(B) | 37.92º | 0.91% | 0.91% | - |
| XYZ | 44.96 | 40.32 | 6.07 | - |
| YUV | 162.05 | 47.84 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 20 | 0 | 0.34 | 0.91 | 0.09 | 37.92 | 0.84 | 0.49 |
| Hex | E8 | 9A | 14 | 0 | 22 | 5B | 9 | 26 | 54 | 31 |
| Octal | 350 | 232 | 24 | 0 | 42 | 133 | 11 | 46 | 124 | 61 |
| Binary | 11101000 | 10011010 | 10100 | 0 | 100010 | 1011011 | 1001 | 100110 | 1010100 | 110001 |
Color Harmonies of #E89A14
Complementary color
Monochromatic Colors of #E89A14
Black with #E89A14
Text Example
Text Example
White with #E89A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A14; }
p { color: rgb(232,154,20); }
H1.HeaderClassName
{
color: #E89A14;
}
.AnyTagClassName
{
color: #E89A14;
}
</style>
background-color css
<style>
a { background-color: #E89A14; }
a { background-color: rgb(232,154,20); }
div.DivClassName
{
background-color: #E89A14;
}
.BgClassName
{
background-color: #E89A14;
}
</style>
border-color css
<style>
span { border-color: #E89A14; }
span { border-color: rgb(232,154,20); }
td.TdClassName
{
border-color: #E89A14;
}
.TagClassName
{
border-color: #E89A14;
}
</style>