Shades of Gamboge #E0910D
Tints of Gamboge #E0910D
RGB
CMYK
RGB Variations
Color information
#E0910D (or 0xE0910D) is known color: Gamboge. HEX triplet: E0, 91 and 0D. RGB value is (224,145,13). Sum of RGB (Red+Green+Blue) = 224+145+13=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0910D is #1F6EF2. Grayscale: #9A9A9A. Windows color (decimal): -2060019 or 889312. OLE color: 889312.
HSL color Cylindrical-coordinate representation of color #E0910D: hue angle of 37.54º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0910D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.12 |
| HSL | 37.54º | 0.89% | 0.46% | - |
| HSV(B) | 37.54º | 0.94% | 0.88% | - |
| XYZ | 40.94 | 36.13 | 5.2 | - |
| YUV | 153.57 | 48.67 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 13 | 0 | 0.35 | 0.94 | 0.12 | 37.54 | 0.89 | 0.46 |
| Hex | E0 | 91 | D | 0 | 23 | 5E | C | 26 | 59 | 2E |
| Octal | 340 | 221 | 15 | 0 | 43 | 136 | 14 | 46 | 131 | 56 |
| Binary | 11100000 | 10010001 | 1101 | 0 | 100011 | 1011110 | 1100 | 100110 | 1011001 | 101110 |
Color Harmonies of #E0910D
Complementary color
Monochromatic Colors of #E0910D
Black with #E0910D
Text Example
Text Example
White with #E0910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0910D; }
p { color: rgb(224,145,13); }
H1.HeaderClassName
{
color: #E0910D;
}
.AnyTagClassName
{
color: #E0910D;
}
</style>
background-color css
<style>
a { background-color: #E0910D; }
a { background-color: rgb(224,145,13); }
div.DivClassName
{
background-color: #E0910D;
}
.BgClassName
{
background-color: #E0910D;
}
</style>
border-color css
<style>
span { border-color: #E0910D; }
span { border-color: rgb(224,145,13); }
td.TdClassName
{
border-color: #E0910D;
}
.TagClassName
{
border-color: #E0910D;
}
</style>