Shades of Copper #E48F5C
Tints of Copper #E48F5C
RGB
CMYK
RGB Variations
Color information
#E48F5C (or 0xE48F5C) is known color: Copper. HEX triplet: E4, 8F and 5C. RGB value is (228,143,92). Sum of RGB (Red+Green+Blue) = 228+143+92=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48F5C is #1B70A3. Grayscale: #A2A2A2. Windows color (decimal): -1798308 or 6066148. OLE color: 6066148.
HSL color Cylindrical-coordinate representation of color #E48F5C: hue angle of 22.5º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E48F5C is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 92 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.11 |
| HSL | 22.5º | 0.72% | 0.63% | - |
| HSV(B) | 22.5º | 0.6% | 0.89% | - |
| XYZ | 43.75 | 36.91 | 14.94 | - |
| YUV | 162.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 92 | 0 | 0.37 | 0.60 | 0.11 | 22.5 | 0.72 | 0.63 |
| Hex | E4 | 8F | 5C | 0 | 25 | 3C | B | 16 | 48 | 3F |
| Octal | 344 | 217 | 134 | 0 | 45 | 74 | 13 | 26 | 110 | 77 |
| Binary | 11100100 | 10001111 | 1011100 | 0 | 100101 | 111100 | 1011 | 10110 | 1001000 | 111111 |
Color Harmonies of #E48F5C
Complementary color
Monochromatic Colors of #E48F5C
Black with #E48F5C
Text Example
Text Example
White with #E48F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F5C; }
p { color: rgb(228,143,92); }
H1.HeaderClassName
{
color: #E48F5C;
}
.AnyTagClassName
{
color: #E48F5C;
}
</style>
background-color css
<style>
a { background-color: #E48F5C; }
a { background-color: rgb(228,143,92); }
div.DivClassName
{
background-color: #E48F5C;
}
.BgClassName
{
background-color: #E48F5C;
}
</style>
border-color css
<style>
span { border-color: #E48F5C; }
span { border-color: rgb(228,143,92); }
td.TdClassName
{
border-color: #E48F5C;
}
.TagClassName
{
border-color: #E48F5C;
}
</style>