Shades of Gamboge #E2990A
Tints of Gamboge #E2990A
RGB
CMYK
RGB Variations
Color information
#E2990A (or 0xE2990A) is known color: Gamboge. HEX triplet: E2, 99 and 0A. RGB value is (226,153,10). Sum of RGB (Red+Green+Blue) = 226+153+10=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2990A is #1D66F5. Grayscale: #9F9F9F. Windows color (decimal): -1926902 or 694754. OLE color: 694754.
HSL color Cylindrical-coordinate representation of color #E2990A: hue angle of 39.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2990A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.11 |
| HSL | 39.72º | 0.92% | 0.46% | - |
| HSV(B) | 39.72º | 0.96% | 0.89% | - |
| XYZ | 42.81 | 38.97 | 5.55 | - |
| YUV | 158.53 | 44.18 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 10 | 0 | 0.32 | 0.96 | 0.11 | 39.72 | 0.92 | 0.46 |
| Hex | E2 | 99 | A | 0 | 20 | 60 | B | 28 | 5C | 2E |
| Octal | 342 | 231 | 12 | 0 | 40 | 140 | 13 | 50 | 134 | 56 |
| Binary | 11100010 | 10011001 | 1010 | 0 | 100000 | 1100000 | 1011 | 101000 | 1011100 | 101110 |
Color Harmonies of #E2990A
Complementary color
Monochromatic Colors of #E2990A
Black with #E2990A
Text Example
Text Example
White with #E2990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2990A; }
p { color: rgb(226,153,10); }
H1.HeaderClassName
{
color: #E2990A;
}
.AnyTagClassName
{
color: #E2990A;
}
</style>
background-color css
<style>
a { background-color: #E2990A; }
a { background-color: rgb(226,153,10); }
div.DivClassName
{
background-color: #E2990A;
}
.BgClassName
{
background-color: #E2990A;
}
</style>
border-color css
<style>
span { border-color: #E2990A; }
span { border-color: rgb(226,153,10); }
td.TdClassName
{
border-color: #E2990A;
}
.TagClassName
{
border-color: #E2990A;
}
</style>