Shades of Copper #E48C70
Tints of Copper #E48C70
RGB
CMYK
RGB Variations
Color information
#E48C70 (or 0xE48C70) is known color: Copper. HEX triplet: E4, 8C and 70. RGB value is (228,140,112). Sum of RGB (Red+Green+Blue) = 228+140+112=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C70 is #1B738F. Grayscale: #A3A3A3. Windows color (decimal): -1799056 or 7376100. OLE color: 7376100.
HSL color Cylindrical-coordinate representation of color #E48C70: hue angle of 14.48º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E48C70 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 112 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.11 |
| HSL | 14.48º | 0.68% | 0.67% | - |
| HSV(B) | 14.48º | 0.51% | 0.89% | - |
| XYZ | 44.3 | 36.42 | 20.02 | - |
| YUV | 163.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 112 | 0 | 0.39 | 0.51 | 0.11 | 14.48 | 0.68 | 0.67 |
| Hex | E4 | 8C | 70 | 0 | 27 | 33 | B | E | 44 | 43 |
| Octal | 344 | 214 | 160 | 0 | 47 | 63 | 13 | 16 | 104 | 103 |
| Binary | 11100100 | 10001100 | 1110000 | 0 | 100111 | 110011 | 1011 | 1110 | 1000100 | 1000011 |
Color Harmonies of #E48C70
Complementary color
Monochromatic Colors of #E48C70
Black with #E48C70
Text Example
Text Example
White with #E48C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C70; }
p { color: rgb(228,140,112); }
H1.HeaderClassName
{
color: #E48C70;
}
.AnyTagClassName
{
color: #E48C70;
}
</style>
background-color css
<style>
a { background-color: #E48C70; }
a { background-color: rgb(228,140,112); }
div.DivClassName
{
background-color: #E48C70;
}
.BgClassName
{
background-color: #E48C70;
}
</style>
border-color css
<style>
span { border-color: #E48C70; }
span { border-color: rgb(228,140,112); }
td.TdClassName
{
border-color: #E48C70;
}
.TagClassName
{
border-color: #E48C70;
}
</style>