Shades of Gamboge #E2960B
Tints of Gamboge #E2960B
RGB
CMYK
RGB Variations
Color information
#E2960B (or 0xE2960B) is known color: Gamboge. HEX triplet: E2, 96 and 0B. RGB value is (226,150,11). Sum of RGB (Red+Green+Blue) = 226+150+11=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2960B is #1D69F4. Grayscale: #9D9D9D. Windows color (decimal): -1927669 or 759522. OLE color: 759522.
HSL color Cylindrical-coordinate representation of color #E2960B: hue angle of 38.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2960B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.11 |
| HSL | 38.79º | 0.91% | 0.46% | - |
| HSV(B) | 38.79º | 0.95% | 0.89% | - |
| XYZ | 42.33 | 38.01 | 5.42 | - |
| YUV | 156.88 | 45.68 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 11 | 0 | 0.34 | 0.95 | 0.11 | 38.79 | 0.91 | 0.46 |
| Hex | E2 | 96 | B | 0 | 22 | 5F | B | 27 | 5B | 2E |
| Octal | 342 | 226 | 13 | 0 | 42 | 137 | 13 | 47 | 133 | 56 |
| Binary | 11100010 | 10010110 | 1011 | 0 | 100010 | 1011111 | 1011 | 100111 | 1011011 | 101110 |
Color Harmonies of #E2960B
Complementary color
Monochromatic Colors of #E2960B
Black with #E2960B
Text Example
Text Example
White with #E2960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2960B; }
p { color: rgb(226,150,11); }
H1.HeaderClassName
{
color: #E2960B;
}
.AnyTagClassName
{
color: #E2960B;
}
</style>
background-color css
<style>
a { background-color: #E2960B; }
a { background-color: rgb(226,150,11); }
div.DivClassName
{
background-color: #E2960B;
}
.BgClassName
{
background-color: #E2960B;
}
</style>
border-color css
<style>
span { border-color: #E2960B; }
span { border-color: rgb(226,150,11); }
td.TdClassName
{
border-color: #E2960B;
}
.TagClassName
{
border-color: #E2960B;
}
</style>