Shades of Gamboge #E0920C
Tints of Gamboge #E0920C
RGB
CMYK
RGB Variations
Color information
#E0920C (or 0xE0920C) is known color: Gamboge. HEX triplet: E0, 92 and 0C. RGB value is (224,146,12). Sum of RGB (Red+Green+Blue) = 224+146+12=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0920C is #1F6DF3. Grayscale: #9A9A9A. Windows color (decimal): -2059764 or 824032. OLE color: 824032.
HSL color Cylindrical-coordinate representation of color #E0920C: hue angle of 37.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0920C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 12 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.12 |
| HSL | 37.92º | 0.9% | 0.46% | - |
| HSV(B) | 37.92º | 0.95% | 0.88% | - |
| XYZ | 41.09 | 36.43 | 5.21 | - |
| YUV | 154.05 | 47.84 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 12 | 0 | 0.35 | 0.95 | 0.12 | 37.92 | 0.9 | 0.46 |
| Hex | E0 | 92 | C | 0 | 23 | 5F | C | 26 | 5A | 2E |
| Octal | 340 | 222 | 14 | 0 | 43 | 137 | 14 | 46 | 132 | 56 |
| Binary | 11100000 | 10010010 | 1100 | 0 | 100011 | 1011111 | 1100 | 100110 | 1011010 | 101110 |
Color Harmonies of #E0920C
Complementary color
Monochromatic Colors of #E0920C
Black with #E0920C
Text Example
Text Example
White with #E0920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0920C; }
p { color: rgb(224,146,12); }
H1.HeaderClassName
{
color: #E0920C;
}
.AnyTagClassName
{
color: #E0920C;
}
</style>
background-color css
<style>
a { background-color: #E0920C; }
a { background-color: rgb(224,146,12); }
div.DivClassName
{
background-color: #E0920C;
}
.BgClassName
{
background-color: #E0920C;
}
</style>
border-color css
<style>
span { border-color: #E0920C; }
span { border-color: rgb(224,146,12); }
td.TdClassName
{
border-color: #E0920C;
}
.TagClassName
{
border-color: #E0920C;
}
</style>