Shades of Gamboge #E2920A
Tints of Gamboge #E2920A
RGB
CMYK
RGB Variations
Color information
#E2920A (or 0xE2920A) is known color: Gamboge. HEX triplet: E2, 92 and 0A. RGB value is (226,146,10). Sum of RGB (Red+Green+Blue) = 226+146+10=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2920A is #1D6DF5. Grayscale: #9B9B9B. Windows color (decimal): -1928694 or 692962. OLE color: 692962.
HSL color Cylindrical-coordinate representation of color #E2920A: hue angle of 37.78º 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 #E2920A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.11 |
| HSL | 37.78º | 0.92% | 0.46% | - |
| HSV(B) | 37.78º | 0.96% | 0.89% | - |
| XYZ | 41.7 | 36.75 | 5.18 | - |
| YUV | 154.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 10 | 0 | 0.35 | 0.96 | 0.11 | 37.78 | 0.92 | 0.46 |
| Hex | E2 | 92 | A | 0 | 23 | 60 | B | 26 | 5C | 2E |
| Octal | 342 | 222 | 12 | 0 | 43 | 140 | 13 | 46 | 134 | 56 |
| Binary | 11100010 | 10010010 | 1010 | 0 | 100011 | 1100000 | 1011 | 100110 | 1011100 | 101110 |
Color Harmonies of #E2920A
Complementary color
Monochromatic Colors of #E2920A
Black with #E2920A
Text Example
Text Example
White with #E2920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2920A; }
p { color: rgb(226,146,10); }
H1.HeaderClassName
{
color: #E2920A;
}
.AnyTagClassName
{
color: #E2920A;
}
</style>
background-color css
<style>
a { background-color: #E2920A; }
a { background-color: rgb(226,146,10); }
div.DivClassName
{
background-color: #E2920A;
}
.BgClassName
{
background-color: #E2920A;
}
</style>
border-color css
<style>
span { border-color: #E2920A; }
span { border-color: rgb(226,146,10); }
td.TdClassName
{
border-color: #E2920A;
}
.TagClassName
{
border-color: #E2920A;
}
</style>