Shades of Gamboge #E1950C
Tints of Gamboge #E1950C
RGB
CMYK
RGB Variations
Color information
#E1950C (or 0xE1950C) is known color: Gamboge. HEX triplet: E1, 95 and 0C. RGB value is (225,149,12). Sum of RGB (Red+Green+Blue) = 225+149+12=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1950C is #1E6AF3. Grayscale: #9C9C9C. Windows color (decimal): -1993460 or 824801. OLE color: 824801.
HSL color Cylindrical-coordinate representation of color #E1950C: hue angle of 38.59º 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 #E1950C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.12 |
| HSL | 38.59º | 0.9% | 0.46% | - |
| HSV(B) | 38.59º | 0.95% | 0.88% | - |
| XYZ | 41.87 | 37.53 | 5.39 | - |
| YUV | 156.11 | 46.68 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 12 | 0 | 0.34 | 0.95 | 0.12 | 38.59 | 0.9 | 0.46 |
| Hex | E1 | 95 | C | 0 | 22 | 5F | C | 27 | 5A | 2E |
| Octal | 341 | 225 | 14 | 0 | 42 | 137 | 14 | 47 | 132 | 56 |
| Binary | 11100001 | 10010101 | 1100 | 0 | 100010 | 1011111 | 1100 | 100111 | 1011010 | 101110 |
Color Harmonies of #E1950C
Complementary color
Monochromatic Colors of #E1950C
Black with #E1950C
Text Example
Text Example
White with #E1950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1950C; }
p { color: rgb(225,149,12); }
H1.HeaderClassName
{
color: #E1950C;
}
.AnyTagClassName
{
color: #E1950C;
}
</style>
background-color css
<style>
a { background-color: #E1950C; }
a { background-color: rgb(225,149,12); }
div.DivClassName
{
background-color: #E1950C;
}
.BgClassName
{
background-color: #E1950C;
}
</style>
border-color css
<style>
span { border-color: #E1950C; }
span { border-color: rgb(225,149,12); }
td.TdClassName
{
border-color: #E1950C;
}
.TagClassName
{
border-color: #E1950C;
}
</style>