Shades of Copper #E28C70
Tints of Copper #E28C70
RGB
CMYK
RGB Variations
Color information
#E28C70 (or 0xE28C70) is known color: Copper. HEX triplet: E2, 8C and 70. RGB value is (226,140,112). Sum of RGB (Red+Green+Blue) = 226+140+112=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C70 is #1D738F. Grayscale: #A2A2A2. Windows color (decimal): -1930128 or 7376098. OLE color: 7376098.
HSL color Cylindrical-coordinate representation of color #E28C70: hue angle of 14.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E28C70 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 112 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.11 |
| HSL | 14.74º | 0.66% | 0.66% | - |
| HSV(B) | 14.74º | 0.5% | 0.89% | - |
| XYZ | 43.67 | 36.09 | 19.99 | - |
| YUV | 162.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 112 | 0 | 0.38 | 0.50 | 0.11 | 14.74 | 0.66 | 0.66 |
| Hex | E2 | 8C | 70 | 0 | 26 | 32 | B | F | 42 | 42 |
| Octal | 342 | 214 | 160 | 0 | 46 | 62 | 13 | 17 | 102 | 102 |
| Binary | 11100010 | 10001100 | 1110000 | 0 | 100110 | 110010 | 1011 | 1111 | 1000010 | 1000010 |
Color Harmonies of #E28C70
Complementary color
Monochromatic Colors of #E28C70
Black with #E28C70
Text Example
Text Example
White with #E28C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C70; }
p { color: rgb(226,140,112); }
H1.HeaderClassName
{
color: #E28C70;
}
.AnyTagClassName
{
color: #E28C70;
}
</style>
background-color css
<style>
a { background-color: #E28C70; }
a { background-color: rgb(226,140,112); }
div.DivClassName
{
background-color: #E28C70;
}
.BgClassName
{
background-color: #E28C70;
}
</style>
border-color css
<style>
span { border-color: #E28C70; }
span { border-color: rgb(226,140,112); }
td.TdClassName
{
border-color: #E28C70;
}
.TagClassName
{
border-color: #E28C70;
}
</style>