Shades of Gamboge #E0930A
Tints of Gamboge #E0930A
RGB
CMYK
RGB Variations
Color information
#E0930A (or 0xE0930A) is known color: Gamboge. HEX triplet: E0, 93 and 0A. RGB value is (224,147,10). Sum of RGB (Red+Green+Blue) = 224+147+10=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0930A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0930A is #1F6CF5. Grayscale: #9B9B9B. Windows color (decimal): -2059510 or 693216. OLE color: 693216.
HSL color Cylindrical-coordinate representation of color #E0930A: hue angle of 38.41º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0930A is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 10 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.12 |
| HSL | 38.41º | 0.91% | 0.46% | - |
| HSV(B) | 38.41º | 0.96% | 0.88% | - |
| XYZ | 41.23 | 36.74 | 5.21 | - |
| YUV | 154.41 | 46.51 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 10 | 0 | 0.34 | 0.96 | 0.12 | 38.41 | 0.91 | 0.46 |
| Hex | E0 | 93 | A | 0 | 22 | 60 | C | 26 | 5B | 2E |
| Octal | 340 | 223 | 12 | 0 | 42 | 140 | 14 | 46 | 133 | 56 |
| Binary | 11100000 | 10010011 | 1010 | 0 | 100010 | 1100000 | 1100 | 100110 | 1011011 | 101110 |
Color Harmonies of #E0930A
Complementary color
Monochromatic Colors of #E0930A
Black with #E0930A
Text Example
Text Example
White with #E0930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0930A; }
p { color: rgb(224,147,10); }
H1.HeaderClassName
{
color: #E0930A;
}
.AnyTagClassName
{
color: #E0930A;
}
</style>
background-color css
<style>
a { background-color: #E0930A; }
a { background-color: rgb(224,147,10); }
div.DivClassName
{
background-color: #E0930A;
}
.BgClassName
{
background-color: #E0930A;
}
</style>
border-color css
<style>
span { border-color: #E0930A; }
span { border-color: rgb(224,147,10); }
td.TdClassName
{
border-color: #E0930A;
}
.TagClassName
{
border-color: #E0930A;
}
</style>