Shades of Gamboge #E2940A
Tints of Gamboge #E2940A
RGB
CMYK
RGB Variations
Color information
#E2940A (or 0xE2940A) is known color: Gamboge. HEX triplet: E2, 94 and 0A. RGB value is (226,148,10). Sum of RGB (Red+Green+Blue) = 226+148+10=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2940A is #1D6BF5. Grayscale: #9C9C9C. Windows color (decimal): -1928182 or 693474. OLE color: 693474.
HSL color Cylindrical-coordinate representation of color #E2940A: hue angle of 38.33º 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 #E2940A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.11 |
| HSL | 38.33º | 0.92% | 0.46% | - |
| HSV(B) | 38.33º | 0.96% | 0.89% | - |
| XYZ | 42.01 | 37.37 | 5.29 | - |
| YUV | 155.59 | 45.84 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 10 | 0 | 0.35 | 0.96 | 0.11 | 38.33 | 0.92 | 0.46 |
| Hex | E2 | 94 | A | 0 | 23 | 60 | B | 26 | 5C | 2E |
| Octal | 342 | 224 | 12 | 0 | 43 | 140 | 13 | 46 | 134 | 56 |
| Binary | 11100010 | 10010100 | 1010 | 0 | 100011 | 1100000 | 1011 | 100110 | 1011100 | 101110 |
Color Harmonies of #E2940A
Complementary color
Monochromatic Colors of #E2940A
Black with #E2940A
Text Example
Text Example
White with #E2940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2940A; }
p { color: rgb(226,148,10); }
H1.HeaderClassName
{
color: #E2940A;
}
.AnyTagClassName
{
color: #E2940A;
}
</style>
background-color css
<style>
a { background-color: #E2940A; }
a { background-color: rgb(226,148,10); }
div.DivClassName
{
background-color: #E2940A;
}
.BgClassName
{
background-color: #E2940A;
}
</style>
border-color css
<style>
span { border-color: #E2940A; }
span { border-color: rgb(226,148,10); }
td.TdClassName
{
border-color: #E2940A;
}
.TagClassName
{
border-color: #E2940A;
}
</style>