Shades of Copper #E0825C
Tints of Copper #E0825C
RGB
CMYK
RGB Variations
Color information
#E0825C (or 0xE0825C) is known color: Copper. HEX triplet: E0, 82 and 5C. RGB value is (224,130,92). Sum of RGB (Red+Green+Blue) = 224+130+92=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0825C is #1F7DA3. Grayscale: #9A9A9A. Windows color (decimal): -2063780 or 6062816. OLE color: 6062816.
HSL color Cylindrical-coordinate representation of color #E0825C: hue angle of 17.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0825C is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 92 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.12 |
| HSL | 17.27º | 0.68% | 0.62% | - |
| HSV(B) | 17.27º | 0.59% | 0.88% | - |
| XYZ | 40.65 | 32.59 | 14.27 | - |
| YUV | 153.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 92 | 0 | 0.42 | 0.59 | 0.12 | 17.27 | 0.68 | 0.62 |
| Hex | E0 | 82 | 5C | 0 | 2A | 3B | C | 11 | 44 | 3E |
| Octal | 340 | 202 | 134 | 0 | 52 | 73 | 14 | 21 | 104 | 76 |
| Binary | 11100000 | 10000010 | 1011100 | 0 | 101010 | 111011 | 1100 | 10001 | 1000100 | 111110 |
Color Harmonies of #E0825C
Complementary color
Monochromatic Colors of #E0825C
Black with #E0825C
Text Example
Text Example
White with #E0825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0825C; }
p { color: rgb(224,130,92); }
H1.HeaderClassName
{
color: #E0825C;
}
.AnyTagClassName
{
color: #E0825C;
}
</style>
background-color css
<style>
a { background-color: #E0825C; }
a { background-color: rgb(224,130,92); }
div.DivClassName
{
background-color: #E0825C;
}
.BgClassName
{
background-color: #E0825C;
}
</style>
border-color css
<style>
span { border-color: #E0825C; }
span { border-color: rgb(224,130,92); }
td.TdClassName
{
border-color: #E0825C;
}
.TagClassName
{
border-color: #E0825C;
}
</style>