Shades of Gamboge #E2950E
Tints of Gamboge #E2950E
RGB
CMYK
RGB Variations
Color information
#E2950E (or 0xE2950E) is known color: Gamboge. HEX triplet: E2, 95 and 0E. RGB value is (226,149,14). Sum of RGB (Red+Green+Blue) = 226+149+14=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2950E is #1D6AF1. Grayscale: #9D9D9D. Windows color (decimal): -1927922 or 955874. OLE color: 955874.
HSL color Cylindrical-coordinate representation of color #E2950E: hue angle of 38.21º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2950E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.11 |
| HSL | 38.21º | 0.88% | 0.47% | - |
| HSV(B) | 38.21º | 0.94% | 0.89% | - |
| XYZ | 42.19 | 37.7 | 5.47 | - |
| YUV | 156.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 14 | 0 | 0.34 | 0.94 | 0.11 | 38.21 | 0.88 | 0.47 |
| Hex | E2 | 95 | E | 0 | 22 | 5E | B | 26 | 58 | 2F |
| Octal | 342 | 225 | 16 | 0 | 42 | 136 | 13 | 46 | 130 | 57 |
| Binary | 11100010 | 10010101 | 1110 | 0 | 100010 | 1011110 | 1011 | 100110 | 1011000 | 101111 |
Color Harmonies of #E2950E
Complementary color
Monochromatic Colors of #E2950E
Black with #E2950E
Text Example
Text Example
White with #E2950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2950E; }
p { color: rgb(226,149,14); }
H1.HeaderClassName
{
color: #E2950E;
}
.AnyTagClassName
{
color: #E2950E;
}
</style>
background-color css
<style>
a { background-color: #E2950E; }
a { background-color: rgb(226,149,14); }
div.DivClassName
{
background-color: #E2950E;
}
.BgClassName
{
background-color: #E2950E;
}
</style>
border-color css
<style>
span { border-color: #E2950E; }
span { border-color: rgb(226,149,14); }
td.TdClassName
{
border-color: #E2950E;
}
.TagClassName
{
border-color: #E2950E;
}
</style>