Shades of Copper #E0825D
Tints of Copper #E0825D
RGB
CMYK
RGB Variations
Color information
#E0825D (or 0xE0825D) is known color: Copper. HEX triplet: E0, 82 and 5D. RGB value is (224,130,93). Sum of RGB (Red+Green+Blue) = 224+130+93=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0825D is #1F7DA2. Grayscale: #9A9A9A. Windows color (decimal): -2063779 or 6128352. OLE color: 6128352.
HSL color Cylindrical-coordinate representation of color #E0825D: hue angle of 16.95º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0825D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 93 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.12 |
| HSL | 16.95º | 0.68% | 0.62% | - |
| HSV(B) | 16.95º | 0.58% | 0.88% | - |
| XYZ | 40.7 | 32.6 | 14.5 | - |
| YUV | 153.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 93 | 0 | 0.42 | 0.58 | 0.12 | 16.95 | 0.68 | 0.62 |
| Hex | E0 | 82 | 5D | 0 | 2A | 3A | C | 11 | 44 | 3E |
| Octal | 340 | 202 | 135 | 0 | 52 | 72 | 14 | 21 | 104 | 76 |
| Binary | 11100000 | 10000010 | 1011101 | 0 | 101010 | 111010 | 1100 | 10001 | 1000100 | 111110 |
Color Harmonies of #E0825D
Complementary color
Monochromatic Colors of #E0825D
Black with #E0825D
Text Example
Text Example
White with #E0825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0825D; }
p { color: rgb(224,130,93); }
H1.HeaderClassName
{
color: #E0825D;
}
.AnyTagClassName
{
color: #E0825D;
}
</style>
background-color css
<style>
a { background-color: #E0825D; }
a { background-color: rgb(224,130,93); }
div.DivClassName
{
background-color: #E0825D;
}
.BgClassName
{
background-color: #E0825D;
}
</style>
border-color css
<style>
span { border-color: #E0825D; }
span { border-color: rgb(224,130,93); }
td.TdClassName
{
border-color: #E0825D;
}
.TagClassName
{
border-color: #E0825D;
}
</style>