Shades of Copper #E48A60
Tints of Copper #E48A60
RGB
CMYK
RGB Variations
Color information
#E48A60 (or 0xE48A60) is known color: Copper. HEX triplet: E4, 8A and 60. RGB value is (228,138,96). Sum of RGB (Red+Green+Blue) = 228+138+96=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A60 is #1B759F. Grayscale: #A0A0A0. Windows color (decimal): -1799584 or 6327012. OLE color: 6327012.
HSL color Cylindrical-coordinate representation of color #E48A60: hue angle of 19.09º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E48A60 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 96 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.11 |
| HSL | 19.09º | 0.71% | 0.64% | - |
| HSV(B) | 19.09º | 0.58% | 0.89% | - |
| XYZ | 43.19 | 35.52 | 15.64 | - |
| YUV | 160.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 96 | 0 | 0.39 | 0.58 | 0.11 | 19.09 | 0.71 | 0.64 |
| Hex | E4 | 8A | 60 | 0 | 27 | 3A | B | 13 | 47 | 40 |
| Octal | 344 | 212 | 140 | 0 | 47 | 72 | 13 | 23 | 107 | 100 |
| Binary | 11100100 | 10001010 | 1100000 | 0 | 100111 | 111010 | 1011 | 10011 | 1000111 | 1000000 |
Color Harmonies of #E48A60
Complementary color
Monochromatic Colors of #E48A60
Black with #E48A60
Text Example
Text Example
White with #E48A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A60; }
p { color: rgb(228,138,96); }
H1.HeaderClassName
{
color: #E48A60;
}
.AnyTagClassName
{
color: #E48A60;
}
</style>
background-color css
<style>
a { background-color: #E48A60; }
a { background-color: rgb(228,138,96); }
div.DivClassName
{
background-color: #E48A60;
}
.BgClassName
{
background-color: #E48A60;
}
</style>
border-color css
<style>
span { border-color: #E48A60; }
span { border-color: rgb(228,138,96); }
td.TdClassName
{
border-color: #E48A60;
}
.TagClassName
{
border-color: #E48A60;
}
</style>