Shades of Gamboge #E3971B
Tints of Gamboge #E3971B
RGB
CMYK
RGB Variations
Color information
#E3971B (or 0xE3971B) is known color: Gamboge. HEX triplet: E3, 97 and 1B. RGB value is (227,151,27). Sum of RGB (Red+Green+Blue) = 227+151+27=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E3971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3971B is #1C68E4. Grayscale: #A0A0A0. Windows color (decimal): -1861861 or 1808355. OLE color: 1808355.
HSL color Cylindrical-coordinate representation of color #E3971B: hue angle of 37.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3971B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.11 |
| HSL | 37.2º | 0.79% | 0.5% | - |
| HSV(B) | 37.2º | 0.88% | 0.89% | - |
| XYZ | 42.94 | 38.54 | 6.21 | - |
| YUV | 159.59 | 53.18 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 27 | 0 | 0.33 | 0.88 | 0.11 | 37.2 | 0.79 | 0.5 |
| Hex | E3 | 97 | 1B | 0 | 21 | 58 | B | 25 | 4F | 32 |
| Octal | 343 | 227 | 33 | 0 | 41 | 130 | 13 | 45 | 117 | 62 |
| Binary | 11100011 | 10010111 | 11011 | 0 | 100001 | 1011000 | 1011 | 100101 | 1001111 | 110010 |
Color Harmonies of #E3971B
Complementary color
Monochromatic Colors of #E3971B
Black with #E3971B
Text Example
Text Example
White with #E3971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3971B; }
p { color: rgb(227,151,27); }
H1.HeaderClassName
{
color: #E3971B;
}
.AnyTagClassName
{
color: #E3971B;
}
</style>
background-color css
<style>
a { background-color: #E3971B; }
a { background-color: rgb(227,151,27); }
div.DivClassName
{
background-color: #E3971B;
}
.BgClassName
{
background-color: #E3971B;
}
</style>
border-color css
<style>
span { border-color: #E3971B; }
span { border-color: rgb(227,151,27); }
td.TdClassName
{
border-color: #E3971B;
}
.TagClassName
{
border-color: #E3971B;
}
</style>