Shades of Copper #E08D60
Tints of Copper #E08D60
RGB
CMYK
RGB Variations
Color information
#E08D60 (or 0xE08D60) is known color: Copper. HEX triplet: E0, 8D and 60. RGB value is (224,141,96). Sum of RGB (Red+Green+Blue) = 224+141+96=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D60 is #1F729F. Grayscale: #A0A0A0. Windows color (decimal): -2060960 or 6327776. OLE color: 6327776.
HSL color Cylindrical-coordinate representation of color #E08D60: hue angle of 21.09º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E08D60 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 96 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.12 |
| HSL | 21.09º | 0.67% | 0.63% | - |
| HSV(B) | 21.09º | 0.57% | 0.88% | - |
| XYZ | 42.38 | 35.74 | 15.73 | - |
| YUV | 160.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 96 | 0 | 0.37 | 0.57 | 0.12 | 21.09 | 0.67 | 0.63 |
| Hex | E0 | 8D | 60 | 0 | 25 | 39 | C | 15 | 43 | 3F |
| Octal | 340 | 215 | 140 | 0 | 45 | 71 | 14 | 25 | 103 | 77 |
| Binary | 11100000 | 10001101 | 1100000 | 0 | 100101 | 111001 | 1100 | 10101 | 1000011 | 111111 |
Color Harmonies of #E08D60
Complementary color
Monochromatic Colors of #E08D60
Black with #E08D60
Text Example
Text Example
White with #E08D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D60; }
p { color: rgb(224,141,96); }
H1.HeaderClassName
{
color: #E08D60;
}
.AnyTagClassName
{
color: #E08D60;
}
</style>
background-color css
<style>
a { background-color: #E08D60; }
a { background-color: rgb(224,141,96); }
div.DivClassName
{
background-color: #E08D60;
}
.BgClassName
{
background-color: #E08D60;
}
</style>
border-color css
<style>
span { border-color: #E08D60; }
span { border-color: rgb(224,141,96); }
td.TdClassName
{
border-color: #E08D60;
}
.TagClassName
{
border-color: #E08D60;
}
</style>