Shades of Gamboge #E3950B
Tints of Gamboge #E3950B
RGB
CMYK
RGB Variations
Color information
#E3950B (or 0xE3950B) is known color: Gamboge. HEX triplet: E3, 95 and 0B. RGB value is (227,149,11). Sum of RGB (Red+Green+Blue) = 227+149+11=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E3950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3950B is #1C6AF4. Grayscale: #9D9D9D. Windows color (decimal): -1862389 or 759267. OLE color: 759267.
HSL color Cylindrical-coordinate representation of color #E3950B: hue angle of 38.33º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3950B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.11 |
| HSL | 38.33º | 0.91% | 0.47% | - |
| HSV(B) | 38.33º | 0.95% | 0.89% | - |
| XYZ | 42.49 | 37.85 | 5.38 | - |
| YUV | 156.59 | 45.84 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 11 | 0 | 0.34 | 0.95 | 0.11 | 38.33 | 0.91 | 0.47 |
| Hex | E3 | 95 | B | 0 | 22 | 5F | B | 26 | 5B | 2F |
| Octal | 343 | 225 | 13 | 0 | 42 | 137 | 13 | 46 | 133 | 57 |
| Binary | 11100011 | 10010101 | 1011 | 0 | 100010 | 1011111 | 1011 | 100110 | 1011011 | 101111 |
Color Harmonies of #E3950B
Complementary color
Monochromatic Colors of #E3950B
Black with #E3950B
Text Example
Text Example
White with #E3950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3950B; }
p { color: rgb(227,149,11); }
H1.HeaderClassName
{
color: #E3950B;
}
.AnyTagClassName
{
color: #E3950B;
}
</style>
background-color css
<style>
a { background-color: #E3950B; }
a { background-color: rgb(227,149,11); }
div.DivClassName
{
background-color: #E3950B;
}
.BgClassName
{
background-color: #E3950B;
}
</style>
border-color css
<style>
span { border-color: #E3950B; }
span { border-color: rgb(227,149,11); }
td.TdClassName
{
border-color: #E3950B;
}
.TagClassName
{
border-color: #E3950B;
}
</style>