Shades of Gamboge #E1970C
Tints of Gamboge #E1970C
RGB
CMYK
RGB Variations
Color information
#E1970C (or 0xE1970C) is known color: Gamboge. HEX triplet: E1, 97 and 0C. RGB value is (225,151,12). Sum of RGB (Red+Green+Blue) = 225+151+12=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1970C is #1E68F3. Grayscale: #9D9D9D. Windows color (decimal): -1992948 or 825313. OLE color: 825313.
HSL color Cylindrical-coordinate representation of color #E1970C: hue angle of 39.15º 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 #E1970C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.12 |
| HSL | 39.15º | 0.9% | 0.46% | - |
| HSV(B) | 39.15º | 0.95% | 0.88% | - |
| XYZ | 42.18 | 38.17 | 5.49 | - |
| YUV | 157.28 | 46.02 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 12 | 0 | 0.33 | 0.95 | 0.12 | 39.15 | 0.9 | 0.46 |
| Hex | E1 | 97 | C | 0 | 21 | 5F | C | 27 | 5A | 2E |
| Octal | 341 | 227 | 14 | 0 | 41 | 137 | 14 | 47 | 132 | 56 |
| Binary | 11100001 | 10010111 | 1100 | 0 | 100001 | 1011111 | 1100 | 100111 | 1011010 | 101110 |
Color Harmonies of #E1970C
Complementary color
Monochromatic Colors of #E1970C
Black with #E1970C
Text Example
Text Example
White with #E1970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1970C; }
p { color: rgb(225,151,12); }
H1.HeaderClassName
{
color: #E1970C;
}
.AnyTagClassName
{
color: #E1970C;
}
</style>
background-color css
<style>
a { background-color: #E1970C; }
a { background-color: rgb(225,151,12); }
div.DivClassName
{
background-color: #E1970C;
}
.BgClassName
{
background-color: #E1970C;
}
</style>
border-color css
<style>
span { border-color: #E1970C; }
span { border-color: rgb(225,151,12); }
td.TdClassName
{
border-color: #E1970C;
}
.TagClassName
{
border-color: #E1970C;
}
</style>