Shades of Gamboge #E89C15
Tints of Gamboge #E89C15
RGB
CMYK
RGB Variations
Color information
#E89C15 (or 0xE89C15) is known color: Gamboge. HEX triplet: E8, 9C and 15. RGB value is (232,156,21). Sum of RGB (Red+Green+Blue) = 232+156+21=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89C15 is #1763EA. Grayscale: #A3A3A3. Windows color (decimal): -1532907 or 1416424. OLE color: 1416424.
HSL color Cylindrical-coordinate representation of color #E89C15: hue angle of 38.39º 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 #E89C15 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.09 |
| HSL | 38.39º | 0.83% | 0.5% | - |
| HSV(B) | 38.39º | 0.91% | 0.91% | - |
| XYZ | 45.3 | 40.99 | 6.23 | - |
| YUV | 163.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 21 | 0 | 0.33 | 0.91 | 0.09 | 38.39 | 0.83 | 0.5 |
| Hex | E8 | 9C | 15 | 0 | 21 | 5B | 9 | 26 | 53 | 32 |
| Octal | 350 | 234 | 25 | 0 | 41 | 133 | 11 | 46 | 123 | 62 |
| Binary | 11101000 | 10011100 | 10101 | 0 | 100001 | 1011011 | 1001 | 100110 | 1010011 | 110010 |
Color Harmonies of #E89C15
Complementary color
Monochromatic Colors of #E89C15
Black with #E89C15
Text Example
Text Example
White with #E89C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C15; }
p { color: rgb(232,156,21); }
H1.HeaderClassName
{
color: #E89C15;
}
.AnyTagClassName
{
color: #E89C15;
}
</style>
background-color css
<style>
a { background-color: #E89C15; }
a { background-color: rgb(232,156,21); }
div.DivClassName
{
background-color: #E89C15;
}
.BgClassName
{
background-color: #E89C15;
}
</style>
border-color css
<style>
span { border-color: #E89C15; }
span { border-color: rgb(232,156,21); }
td.TdClassName
{
border-color: #E89C15;
}
.TagClassName
{
border-color: #E89C15;
}
</style>