Shades of Copper #E48E6A
Tints of Copper #E48E6A
RGB
CMYK
RGB Variations
Color information
#E48E6A (or 0xE48E6A) is known color: Copper. HEX triplet: E4, 8E and 6A. RGB value is (228,142,106). Sum of RGB (Red+Green+Blue) = 228+142+106=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48E6A is #1B7195. Grayscale: #A3A3A3. Windows color (decimal): -1798550 or 6983396. OLE color: 6983396.
HSL color Cylindrical-coordinate representation of color #E48E6A: hue angle of 17.7º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E48E6A is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 106 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.11 |
| HSL | 17.7º | 0.69% | 0.65% | - |
| HSV(B) | 17.7º | 0.54% | 0.89% | - |
| XYZ | 44.27 | 36.88 | 18.42 | - |
| YUV | 163.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 106 | 0 | 0.38 | 0.54 | 0.11 | 17.7 | 0.69 | 0.65 |
| Hex | E4 | 8E | 6A | 0 | 26 | 36 | B | 12 | 45 | 41 |
| Octal | 344 | 216 | 152 | 0 | 46 | 66 | 13 | 22 | 105 | 101 |
| Binary | 11100100 | 10001110 | 1101010 | 0 | 100110 | 110110 | 1011 | 10010 | 1000101 | 1000001 |
Color Harmonies of #E48E6A
Complementary color
Monochromatic Colors of #E48E6A
Black with #E48E6A
Text Example
Text Example
White with #E48E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E6A; }
p { color: rgb(228,142,106); }
H1.HeaderClassName
{
color: #E48E6A;
}
.AnyTagClassName
{
color: #E48E6A;
}
</style>
background-color css
<style>
a { background-color: #E48E6A; }
a { background-color: rgb(228,142,106); }
div.DivClassName
{
background-color: #E48E6A;
}
.BgClassName
{
background-color: #E48E6A;
}
</style>
border-color css
<style>
span { border-color: #E48E6A; }
span { border-color: rgb(228,142,106); }
td.TdClassName
{
border-color: #E48E6A;
}
.TagClassName
{
border-color: #E48E6A;
}
</style>