Shades of Gamboge #E0950C
Tints of Gamboge #E0950C
RGB
CMYK
RGB Variations
Color information
#E0950C (or 0xE0950C) is known color: Gamboge. HEX triplet: E0, 95 and 0C. RGB value is (224,149,12). Sum of RGB (Red+Green+Blue) = 224+149+12=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0950C is #1F6AF3. Grayscale: #9C9C9C. Windows color (decimal): -2058996 or 824800. OLE color: 824800.
HSL color Cylindrical-coordinate representation of color #E0950C: hue angle of 38.77º 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 #E0950C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.12 |
| HSL | 38.77º | 0.9% | 0.46% | - |
| HSV(B) | 38.77º | 0.95% | 0.88% | - |
| XYZ | 41.55 | 37.37 | 5.37 | - |
| YUV | 155.81 | 46.85 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 12 | 0 | 0.33 | 0.95 | 0.12 | 38.77 | 0.9 | 0.46 |
| Hex | E0 | 95 | C | 0 | 21 | 5F | C | 27 | 5A | 2E |
| Octal | 340 | 225 | 14 | 0 | 41 | 137 | 14 | 47 | 132 | 56 |
| Binary | 11100000 | 10010101 | 1100 | 0 | 100001 | 1011111 | 1100 | 100111 | 1011010 | 101110 |
Color Harmonies of #E0950C
Complementary color
Monochromatic Colors of #E0950C
Black with #E0950C
Text Example
Text Example
White with #E0950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0950C; }
p { color: rgb(224,149,12); }
H1.HeaderClassName
{
color: #E0950C;
}
.AnyTagClassName
{
color: #E0950C;
}
</style>
background-color css
<style>
a { background-color: #E0950C; }
a { background-color: rgb(224,149,12); }
div.DivClassName
{
background-color: #E0950C;
}
.BgClassName
{
background-color: #E0950C;
}
</style>
border-color css
<style>
span { border-color: #E0950C; }
span { border-color: rgb(224,149,12); }
td.TdClassName
{
border-color: #E0950C;
}
.TagClassName
{
border-color: #E0950C;
}
</style>