Shades of Gamboge #E2950B
Tints of Gamboge #E2950B
RGB
CMYK
RGB Variations
Color information
#E2950B (or 0xE2950B) is known color: Gamboge. HEX triplet: E2, 95 and 0B. RGB value is (226,149,11). Sum of RGB (Red+Green+Blue) = 226+149+11=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2950B is #1D6AF4. Grayscale: #9C9C9C. Windows color (decimal): -1927925 or 759266. OLE color: 759266.
HSL color Cylindrical-coordinate representation of color #E2950B: hue angle of 38.51º 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 #E2950B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.11 |
| HSL | 38.51º | 0.91% | 0.46% | - |
| HSV(B) | 38.51º | 0.95% | 0.89% | - |
| XYZ | 42.17 | 37.69 | 5.37 | - |
| YUV | 156.29 | 46.01 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 11 | 0 | 0.34 | 0.95 | 0.11 | 38.51 | 0.91 | 0.46 |
| Hex | E2 | 95 | B | 0 | 22 | 5F | B | 27 | 5B | 2E |
| Octal | 342 | 225 | 13 | 0 | 42 | 137 | 13 | 47 | 133 | 56 |
| Binary | 11100010 | 10010101 | 1011 | 0 | 100010 | 1011111 | 1011 | 100111 | 1011011 | 101110 |
Color Harmonies of #E2950B
Complementary color
Monochromatic Colors of #E2950B
Black with #E2950B
Text Example
Text Example
White with #E2950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2950B; }
p { color: rgb(226,149,11); }
H1.HeaderClassName
{
color: #E2950B;
}
.AnyTagClassName
{
color: #E2950B;
}
</style>
background-color css
<style>
a { background-color: #E2950B; }
a { background-color: rgb(226,149,11); }
div.DivClassName
{
background-color: #E2950B;
}
.BgClassName
{
background-color: #E2950B;
}
</style>
border-color css
<style>
span { border-color: #E2950B; }
span { border-color: rgb(226,149,11); }
td.TdClassName
{
border-color: #E2950B;
}
.TagClassName
{
border-color: #E2950B;
}
</style>