Shades of Gamboge #E2910D
Tints of Gamboge #E2910D
RGB
CMYK
RGB Variations
Color information
#E2910D (or 0xE2910D) is known color: Gamboge. HEX triplet: E2, 91 and 0D. RGB value is (226,145,13). Sum of RGB (Red+Green+Blue) = 226+145+13=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2910D is #1D6EF2. Grayscale: #9A9A9A. Windows color (decimal): -1928947 or 889314. OLE color: 889314.
HSL color Cylindrical-coordinate representation of color #E2910D: hue angle of 37.18º 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 #E2910D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.11 |
| HSL | 37.18º | 0.89% | 0.47% | - |
| HSV(B) | 37.18º | 0.94% | 0.89% | - |
| XYZ | 41.56 | 36.45 | 5.23 | - |
| YUV | 154.17 | 48.34 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 13 | 0 | 0.36 | 0.94 | 0.11 | 37.18 | 0.89 | 0.47 |
| Hex | E2 | 91 | D | 0 | 24 | 5E | B | 25 | 59 | 2F |
| Octal | 342 | 221 | 15 | 0 | 44 | 136 | 13 | 45 | 131 | 57 |
| Binary | 11100010 | 10010001 | 1101 | 0 | 100100 | 1011110 | 1011 | 100101 | 1011001 | 101111 |
Color Harmonies of #E2910D
Complementary color
Monochromatic Colors of #E2910D
Black with #E2910D
Text Example
Text Example
White with #E2910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2910D; }
p { color: rgb(226,145,13); }
H1.HeaderClassName
{
color: #E2910D;
}
.AnyTagClassName
{
color: #E2910D;
}
</style>
background-color css
<style>
a { background-color: #E2910D; }
a { background-color: rgb(226,145,13); }
div.DivClassName
{
background-color: #E2910D;
}
.BgClassName
{
background-color: #E2910D;
}
</style>
border-color css
<style>
span { border-color: #E2910D; }
span { border-color: rgb(226,145,13); }
td.TdClassName
{
border-color: #E2910D;
}
.TagClassName
{
border-color: #E2910D;
}
</style>