Shades of Copper #E0885C
Tints of Copper #E0885C
RGB
CMYK
RGB Variations
Color information
#E0885C (or 0xE0885C) is known color: Copper. HEX triplet: E0, 88 and 5C. RGB value is (224,136,92). Sum of RGB (Red+Green+Blue) = 224+136+92=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0885C is #1F77A3. Grayscale: #9D9D9D. Windows color (decimal): -2062244 or 6064352. OLE color: 6064352.
HSL color Cylindrical-coordinate representation of color #E0885C: hue angle of 20º 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 #E0885C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 92 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.12 |
| HSL | 20º | 0.68% | 0.62% | - |
| HSV(B) | 20º | 0.59% | 0.88% | - |
| XYZ | 41.48 | 34.23 | 14.55 | - |
| YUV | 157.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 92 | 0 | 0.39 | 0.59 | 0.12 | 20 | 0.68 | 0.62 |
| Hex | E0 | 88 | 5C | 0 | 27 | 3B | C | 14 | 44 | 3E |
| Octal | 340 | 210 | 134 | 0 | 47 | 73 | 14 | 24 | 104 | 76 |
| Binary | 11100000 | 10001000 | 1011100 | 0 | 100111 | 111011 | 1100 | 10100 | 1000100 | 111110 |
Color Harmonies of #E0885C
Complementary color
Monochromatic Colors of #E0885C
Black with #E0885C
Text Example
Text Example
White with #E0885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0885C; }
p { color: rgb(224,136,92); }
H1.HeaderClassName
{
color: #E0885C;
}
.AnyTagClassName
{
color: #E0885C;
}
</style>
background-color css
<style>
a { background-color: #E0885C; }
a { background-color: rgb(224,136,92); }
div.DivClassName
{
background-color: #E0885C;
}
.BgClassName
{
background-color: #E0885C;
}
</style>
border-color css
<style>
span { border-color: #E0885C; }
span { border-color: rgb(224,136,92); }
td.TdClassName
{
border-color: #E0885C;
}
.TagClassName
{
border-color: #E0885C;
}
</style>