Shades of Gamboge #E89C14
Tints of Gamboge #E89C14
RGB
CMYK
RGB Variations
Color information
#E89C14 (or 0xE89C14) is known color: Gamboge. HEX triplet: E8, 9C and 14. RGB value is (232,156,20). Sum of RGB (Red+Green+Blue) = 232+156+20=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89C14 is #1763EB. Grayscale: #A3A3A3. Windows color (decimal): -1532908 or 1350888. OLE color: 1350888.
HSL color Cylindrical-coordinate representation of color #E89C14: hue angle of 38.49º 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 #E89C14 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 20 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.09 |
| HSL | 38.49º | 0.84% | 0.49% | - |
| HSV(B) | 38.49º | 0.91% | 0.91% | - |
| XYZ | 45.29 | 40.98 | 6.19 | - |
| YUV | 163.22 | 47.18 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 20 | 0 | 0.33 | 0.91 | 0.09 | 38.49 | 0.84 | 0.49 |
| Hex | E8 | 9C | 14 | 0 | 21 | 5B | 9 | 26 | 54 | 31 |
| Octal | 350 | 234 | 24 | 0 | 41 | 133 | 11 | 46 | 124 | 61 |
| Binary | 11101000 | 10011100 | 10100 | 0 | 100001 | 1011011 | 1001 | 100110 | 1010100 | 110001 |
Color Harmonies of #E89C14
Complementary color
Monochromatic Colors of #E89C14
Black with #E89C14
Text Example
Text Example
White with #E89C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C14; }
p { color: rgb(232,156,20); }
H1.HeaderClassName
{
color: #E89C14;
}
.AnyTagClassName
{
color: #E89C14;
}
</style>
background-color css
<style>
a { background-color: #E89C14; }
a { background-color: rgb(232,156,20); }
div.DivClassName
{
background-color: #E89C14;
}
.BgClassName
{
background-color: #E89C14;
}
</style>
border-color css
<style>
span { border-color: #E89C14; }
span { border-color: rgb(232,156,20); }
td.TdClassName
{
border-color: #E89C14;
}
.TagClassName
{
border-color: #E89C14;
}
</style>