Shades of Copper #E0895A
Tints of Copper #E0895A
RGB
CMYK
RGB Variations
Color information
#E0895A (or 0xE0895A) is known color: Copper. HEX triplet: E0, 89 and 5A. RGB value is (224,137,90). Sum of RGB (Red+Green+Blue) = 224+137+90=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0895A is #1F76A5. Grayscale: #9D9D9D. Windows color (decimal): -2061990 or 5933536. OLE color: 5933536.
HSL color Cylindrical-coordinate representation of color #E0895A: hue angle of 21.04º 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 #E0895A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 90 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.12 |
| HSL | 21.04º | 0.68% | 0.62% | - |
| HSV(B) | 21.04º | 0.6% | 0.88% | - |
| XYZ | 41.53 | 34.48 | 14.14 | - |
| YUV | 157.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 90 | 0 | 0.39 | 0.60 | 0.12 | 21.04 | 0.68 | 0.62 |
| Hex | E0 | 89 | 5A | 0 | 27 | 3C | C | 15 | 44 | 3E |
| Octal | 340 | 211 | 132 | 0 | 47 | 74 | 14 | 25 | 104 | 76 |
| Binary | 11100000 | 10001001 | 1011010 | 0 | 100111 | 111100 | 1100 | 10101 | 1000100 | 111110 |
Color Harmonies of #E0895A
Complementary color
Monochromatic Colors of #E0895A
Black with #E0895A
Text Example
Text Example
White with #E0895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0895A; }
p { color: rgb(224,137,90); }
H1.HeaderClassName
{
color: #E0895A;
}
.AnyTagClassName
{
color: #E0895A;
}
</style>
background-color css
<style>
a { background-color: #E0895A; }
a { background-color: rgb(224,137,90); }
div.DivClassName
{
background-color: #E0895A;
}
.BgClassName
{
background-color: #E0895A;
}
</style>
border-color css
<style>
span { border-color: #E0895A; }
span { border-color: rgb(224,137,90); }
td.TdClassName
{
border-color: #E0895A;
}
.TagClassName
{
border-color: #E0895A;
}
</style>