Shades of Gamboge #E3960D
Tints of Gamboge #E3960D
RGB
CMYK
RGB Variations
Color information
#E3960D (or 0xE3960D) is known color: Gamboge. HEX triplet: E3, 96 and 0D. RGB value is (227,150,13). Sum of RGB (Red+Green+Blue) = 227+150+13=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E3960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3960D is #1C69F2. Grayscale: #9E9E9E. Windows color (decimal): -1862131 or 890595. OLE color: 890595.
HSL color Cylindrical-coordinate representation of color #E3960D: hue angle of 38.41º degrees, saturation: 0.89, 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 #E3960D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.11 |
| HSL | 38.41º | 0.89% | 0.47% | - |
| HSV(B) | 38.41º | 0.94% | 0.89% | - |
| XYZ | 42.66 | 38.17 | 5.5 | - |
| YUV | 157.41 | 46.51 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 13 | 0 | 0.34 | 0.94 | 0.11 | 38.41 | 0.89 | 0.47 |
| Hex | E3 | 96 | D | 0 | 22 | 5E | B | 26 | 59 | 2F |
| Octal | 343 | 226 | 15 | 0 | 42 | 136 | 13 | 46 | 131 | 57 |
| Binary | 11100011 | 10010110 | 1101 | 0 | 100010 | 1011110 | 1011 | 100110 | 1011001 | 101111 |
Color Harmonies of #E3960D
Complementary color
Monochromatic Colors of #E3960D
Black with #E3960D
Text Example
Text Example
White with #E3960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3960D; }
p { color: rgb(227,150,13); }
H1.HeaderClassName
{
color: #E3960D;
}
.AnyTagClassName
{
color: #E3960D;
}
</style>
background-color css
<style>
a { background-color: #E3960D; }
a { background-color: rgb(227,150,13); }
div.DivClassName
{
background-color: #E3960D;
}
.BgClassName
{
background-color: #E3960D;
}
</style>
border-color css
<style>
span { border-color: #E3960D; }
span { border-color: rgb(227,150,13); }
td.TdClassName
{
border-color: #E3960D;
}
.TagClassName
{
border-color: #E3960D;
}
</style>