Shades of Gamboge #E0920D
Tints of Gamboge #E0920D
RGB
CMYK
RGB Variations
Color information
#E0920D (or 0xE0920D) is known color: Gamboge. HEX triplet: E0, 92 and 0D. RGB value is (224,146,13). Sum of RGB (Red+Green+Blue) = 224+146+13=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0920D is #1F6DF2. Grayscale: #9A9A9A. Windows color (decimal): -2059763 or 889568. OLE color: 889568.
HSL color Cylindrical-coordinate representation of color #E0920D: hue angle of 37.82º 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 #E0920D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.12 |
| HSL | 37.82º | 0.89% | 0.46% | - |
| HSV(B) | 37.82º | 0.94% | 0.88% | - |
| XYZ | 41.09 | 36.43 | 5.25 | - |
| YUV | 154.16 | 48.34 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 13 | 0 | 0.35 | 0.94 | 0.12 | 37.82 | 0.89 | 0.46 |
| Hex | E0 | 92 | D | 0 | 23 | 5E | C | 26 | 59 | 2E |
| Octal | 340 | 222 | 15 | 0 | 43 | 136 | 14 | 46 | 131 | 56 |
| Binary | 11100000 | 10010010 | 1101 | 0 | 100011 | 1011110 | 1100 | 100110 | 1011001 | 101110 |
Color Harmonies of #E0920D
Complementary color
Monochromatic Colors of #E0920D
Black with #E0920D
Text Example
Text Example
White with #E0920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0920D; }
p { color: rgb(224,146,13); }
H1.HeaderClassName
{
color: #E0920D;
}
.AnyTagClassName
{
color: #E0920D;
}
</style>
background-color css
<style>
a { background-color: #E0920D; }
a { background-color: rgb(224,146,13); }
div.DivClassName
{
background-color: #E0920D;
}
.BgClassName
{
background-color: #E0920D;
}
</style>
border-color css
<style>
span { border-color: #E0920D; }
span { border-color: rgb(224,146,13); }
td.TdClassName
{
border-color: #E0920D;
}
.TagClassName
{
border-color: #E0920D;
}
</style>