Shades of Copper #E0885A
Tints of Copper #E0885A
RGB
CMYK
RGB Variations
Color information
#E0885A (or 0xE0885A) is known color: Copper. HEX triplet: E0, 88 and 5A. RGB value is (224,136,90). Sum of RGB (Red+Green+Blue) = 224+136+90=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0885A is #1F77A5. Grayscale: #9D9D9D. Windows color (decimal): -2062246 or 5933280. OLE color: 5933280.
HSL color Cylindrical-coordinate representation of color #E0885A: hue angle of 20.6º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0885A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 90 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.12 |
| HSL | 20.6º | 0.68% | 0.62% | - |
| HSV(B) | 20.6º | 0.6% | 0.88% | - |
| XYZ | 41.39 | 34.19 | 14.09 | - |
| YUV | 157.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 90 | 0 | 0.39 | 0.60 | 0.12 | 20.6 | 0.68 | 0.62 |
| Hex | E0 | 88 | 5A | 0 | 27 | 3C | C | 15 | 44 | 3E |
| Octal | 340 | 210 | 132 | 0 | 47 | 74 | 14 | 25 | 104 | 76 |
| Binary | 11100000 | 10001000 | 1011010 | 0 | 100111 | 111100 | 1100 | 10101 | 1000100 | 111110 |
Color Harmonies of #E0885A
Complementary color
Monochromatic Colors of #E0885A
Black with #E0885A
Text Example
Text Example
White with #E0885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0885A; }
p { color: rgb(224,136,90); }
H1.HeaderClassName
{
color: #E0885A;
}
.AnyTagClassName
{
color: #E0885A;
}
</style>
background-color css
<style>
a { background-color: #E0885A; }
a { background-color: rgb(224,136,90); }
div.DivClassName
{
background-color: #E0885A;
}
.BgClassName
{
background-color: #E0885A;
}
</style>
border-color css
<style>
span { border-color: #E0885A; }
span { border-color: rgb(224,136,90); }
td.TdClassName
{
border-color: #E0885A;
}
.TagClassName
{
border-color: #E0885A;
}
</style>