Shades of Copper #E0885D
Tints of Copper #E0885D
RGB
CMYK
RGB Variations
Color information
#E0885D (or 0xE0885D) is known color: Copper. HEX triplet: E0, 88 and 5D. RGB value is (224,136,93). Sum of RGB (Red+Green+Blue) = 224+136+93=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0885D is #1F77A2. Grayscale: #9D9D9D. Windows color (decimal): -2062243 or 6129888. OLE color: 6129888.
HSL color Cylindrical-coordinate representation of color #E0885D: hue angle of 19.69º 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 #E0885D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 93 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.12 |
| HSL | 19.69º | 0.68% | 0.62% | - |
| HSV(B) | 19.69º | 0.58% | 0.88% | - |
| XYZ | 41.52 | 34.25 | 14.78 | - |
| YUV | 157.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 93 | 0 | 0.39 | 0.58 | 0.12 | 19.69 | 0.68 | 0.62 |
| Hex | E0 | 88 | 5D | 0 | 27 | 3A | C | 14 | 44 | 3E |
| Octal | 340 | 210 | 135 | 0 | 47 | 72 | 14 | 24 | 104 | 76 |
| Binary | 11100000 | 10001000 | 1011101 | 0 | 100111 | 111010 | 1100 | 10100 | 1000100 | 111110 |
Color Harmonies of #E0885D
Complementary color
Monochromatic Colors of #E0885D
Black with #E0885D
Text Example
Text Example
White with #E0885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0885D; }
p { color: rgb(224,136,93); }
H1.HeaderClassName
{
color: #E0885D;
}
.AnyTagClassName
{
color: #E0885D;
}
</style>
background-color css
<style>
a { background-color: #E0885D; }
a { background-color: rgb(224,136,93); }
div.DivClassName
{
background-color: #E0885D;
}
.BgClassName
{
background-color: #E0885D;
}
</style>
border-color css
<style>
span { border-color: #E0885D; }
span { border-color: rgb(224,136,93); }
td.TdClassName
{
border-color: #E0885D;
}
.TagClassName
{
border-color: #E0885D;
}
</style>