Shades of Gamboge #E3961A
Tints of Gamboge #E3961A
RGB
CMYK
RGB Variations
Color information
#E3961A (or 0xE3961A) is known color: Gamboge. HEX triplet: E3, 96 and 1A. RGB value is (227,150,26). Sum of RGB (Red+Green+Blue) = 227+150+26=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E3961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3961A is #1C69E5. Grayscale: #9F9F9F. Windows color (decimal): -1862118 or 1742563. OLE color: 1742563.
HSL color Cylindrical-coordinate representation of color #E3961A: hue angle of 37.01º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3961A is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 26 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.11 |
| HSL | 37.01º | 0.79% | 0.5% | - |
| HSV(B) | 37.01º | 0.89% | 0.89% | - |
| XYZ | 42.77 | 38.22 | 6.1 | - |
| YUV | 158.89 | 53.01 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 26 | 0 | 0.34 | 0.89 | 0.11 | 37.01 | 0.79 | 0.5 |
| Hex | E3 | 96 | 1A | 0 | 22 | 59 | B | 25 | 4F | 32 |
| Octal | 343 | 226 | 32 | 0 | 42 | 131 | 13 | 45 | 117 | 62 |
| Binary | 11100011 | 10010110 | 11010 | 0 | 100010 | 1011001 | 1011 | 100101 | 1001111 | 110010 |
Color Harmonies of #E3961A
Complementary color
Monochromatic Colors of #E3961A
Black with #E3961A
Text Example
Text Example
White with #E3961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3961A; }
p { color: rgb(227,150,26); }
H1.HeaderClassName
{
color: #E3961A;
}
.AnyTagClassName
{
color: #E3961A;
}
</style>
background-color css
<style>
a { background-color: #E3961A; }
a { background-color: rgb(227,150,26); }
div.DivClassName
{
background-color: #E3961A;
}
.BgClassName
{
background-color: #E3961A;
}
</style>
border-color css
<style>
span { border-color: #E3961A; }
span { border-color: rgb(227,150,26); }
td.TdClassName
{
border-color: #E3961A;
}
.TagClassName
{
border-color: #E3961A;
}
</style>