Shades of Copper #E0815A
Tints of Copper #E0815A
RGB
CMYK
RGB Variations
Color information
#E0815A (or 0xE0815A) is known color: Copper. HEX triplet: E0, 81 and 5A. RGB value is (224,129,90). Sum of RGB (Red+Green+Blue) = 224+129+90=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0815A is #1F7EA5. Grayscale: #999999. Windows color (decimal): -2064038 or 5931488. OLE color: 5931488.
HSL color Cylindrical-coordinate representation of color #E0815A: hue angle of 17.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0815A is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 90 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.12 |
| HSL | 17.46º | 0.68% | 0.62% | - |
| HSV(B) | 17.46º | 0.6% | 0.88% | - |
| XYZ | 40.44 | 32.29 | 13.77 | - |
| YUV | 152.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 90 | 0 | 0.42 | 0.60 | 0.12 | 17.46 | 0.68 | 0.62 |
| Hex | E0 | 81 | 5A | 0 | 2A | 3C | C | 11 | 44 | 3E |
| Octal | 340 | 201 | 132 | 0 | 52 | 74 | 14 | 21 | 104 | 76 |
| Binary | 11100000 | 10000001 | 1011010 | 0 | 101010 | 111100 | 1100 | 10001 | 1000100 | 111110 |
Color Harmonies of #E0815A
Complementary color
Monochromatic Colors of #E0815A
Black with #E0815A
Text Example
Text Example
White with #E0815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0815A; }
p { color: rgb(224,129,90); }
H1.HeaderClassName
{
color: #E0815A;
}
.AnyTagClassName
{
color: #E0815A;
}
</style>
background-color css
<style>
a { background-color: #E0815A; }
a { background-color: rgb(224,129,90); }
div.DivClassName
{
background-color: #E0815A;
}
.BgClassName
{
background-color: #E0815A;
}
</style>
border-color css
<style>
span { border-color: #E0815A; }
span { border-color: rgb(224,129,90); }
td.TdClassName
{
border-color: #E0815A;
}
.TagClassName
{
border-color: #E0815A;
}
</style>