Shades of Gamboge #E89512
Tints of Gamboge #E89512
RGB
CMYK
RGB Variations
Color information
#E89512 (or 0xE89512) is known color: Gamboge. HEX triplet: E8, 95 and 12. RGB value is (232,149,18). Sum of RGB (Red+Green+Blue) = 232+149+18=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E89512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89512 is #176AED. Grayscale: #9F9F9F. Windows color (decimal): -1534702 or 1218024. OLE color: 1218024.
HSL color Cylindrical-coordinate representation of color #E89512: hue angle of 36.73º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E89512 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 18 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.09 |
| HSL | 36.73º | 0.86% | 0.49% | - |
| HSV(B) | 36.73º | 0.92% | 0.91% | - |
| XYZ | 44.14 | 38.69 | 5.71 | - |
| YUV | 158.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 18 | 0 | 0.36 | 0.92 | 0.09 | 36.73 | 0.86 | 0.49 |
| Hex | E8 | 95 | 12 | 0 | 24 | 5C | 9 | 25 | 56 | 31 |
| Octal | 350 | 225 | 22 | 0 | 44 | 134 | 11 | 45 | 126 | 61 |
| Binary | 11101000 | 10010101 | 10010 | 0 | 100100 | 1011100 | 1001 | 100101 | 1010110 | 110001 |
Color Harmonies of #E89512
Complementary color
Monochromatic Colors of #E89512
Black with #E89512
Text Example
Text Example
White with #E89512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89512; }
p { color: rgb(232,149,18); }
H1.HeaderClassName
{
color: #E89512;
}
.AnyTagClassName
{
color: #E89512;
}
</style>
background-color css
<style>
a { background-color: #E89512; }
a { background-color: rgb(232,149,18); }
div.DivClassName
{
background-color: #E89512;
}
.BgClassName
{
background-color: #E89512;
}
</style>
border-color css
<style>
span { border-color: #E89512; }
span { border-color: rgb(232,149,18); }
td.TdClassName
{
border-color: #E89512;
}
.TagClassName
{
border-color: #E89512;
}
</style>