Shades of Gamboge #E3920D
Tints of Gamboge #E3920D
RGB
CMYK
RGB Variations
Color information
#E3920D (or 0xE3920D) is known color: Gamboge. HEX triplet: E3, 92 and 0D. RGB value is (227,146,13). Sum of RGB (Red+Green+Blue) = 227+146+13=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3920D is #1C6DF2. Grayscale: #9B9B9B. Windows color (decimal): -1863155 or 889571. OLE color: 889571.
HSL color Cylindrical-coordinate representation of color #E3920D: hue angle of 37.29º 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 #E3920D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.11 |
| HSL | 37.29º | 0.89% | 0.47% | - |
| HSV(B) | 37.29º | 0.94% | 0.89% | - |
| XYZ | 42.03 | 36.92 | 5.29 | - |
| YUV | 155.06 | 47.84 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 13 | 0 | 0.36 | 0.94 | 0.11 | 37.29 | 0.89 | 0.47 |
| Hex | E3 | 92 | D | 0 | 24 | 5E | B | 25 | 59 | 2F |
| Octal | 343 | 222 | 15 | 0 | 44 | 136 | 13 | 45 | 131 | 57 |
| Binary | 11100011 | 10010010 | 1101 | 0 | 100100 | 1011110 | 1011 | 100101 | 1011001 | 101111 |
Color Harmonies of #E3920D
Complementary color
Monochromatic Colors of #E3920D
Black with #E3920D
Text Example
Text Example
White with #E3920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3920D; }
p { color: rgb(227,146,13); }
H1.HeaderClassName
{
color: #E3920D;
}
.AnyTagClassName
{
color: #E3920D;
}
</style>
background-color css
<style>
a { background-color: #E3920D; }
a { background-color: rgb(227,146,13); }
div.DivClassName
{
background-color: #E3920D;
}
.BgClassName
{
background-color: #E3920D;
}
</style>
border-color css
<style>
span { border-color: #E3920D; }
span { border-color: rgb(227,146,13); }
td.TdClassName
{
border-color: #E3920D;
}
.TagClassName
{
border-color: #E3920D;
}
</style>