Shades of Gamboge #E8990A
Tints of Gamboge #E8990A
RGB
CMYK
RGB Variations
Color information
#E8990A (or 0xE8990A) is known color: Gamboge. HEX triplet: E8, 99 and 0A. RGB value is (232,153,10). Sum of RGB (Red+Green+Blue) = 232+153+10=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E8990A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8990A is #1766F5. Grayscale: #A0A0A0. Windows color (decimal): -1533686 or 694760. OLE color: 694760.
HSL color Cylindrical-coordinate representation of color #E8990A: hue angle of 38.65º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8990A is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 153 | 10 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.09 |
| HSL | 38.65º | 0.92% | 0.47% | - |
| HSV(B) | 38.65º | 0.96% | 0.91% | - |
| XYZ | 44.72 | 39.96 | 5.64 | - |
| YUV | 160.32 | 43.17 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 10 | 0 | 0.34 | 0.96 | 0.09 | 38.65 | 0.92 | 0.47 |
| Hex | E8 | 99 | A | 0 | 22 | 60 | 9 | 27 | 5C | 2F |
| Octal | 350 | 231 | 12 | 0 | 42 | 140 | 11 | 47 | 134 | 57 |
| Binary | 11101000 | 10011001 | 1010 | 0 | 100010 | 1100000 | 1001 | 100111 | 1011100 | 101111 |
Color Harmonies of #E8990A
Complementary color
Monochromatic Colors of #E8990A
Black with #E8990A
Text Example
Text Example
White with #E8990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8990A; }
p { color: rgb(232,153,10); }
H1.HeaderClassName
{
color: #E8990A;
}
.AnyTagClassName
{
color: #E8990A;
}
</style>
background-color css
<style>
a { background-color: #E8990A; }
a { background-color: rgb(232,153,10); }
div.DivClassName
{
background-color: #E8990A;
}
.BgClassName
{
background-color: #E8990A;
}
</style>
border-color css
<style>
span { border-color: #E8990A; }
span { border-color: rgb(232,153,10); }
td.TdClassName
{
border-color: #E8990A;
}
.TagClassName
{
border-color: #E8990A;
}
</style>