Shades of Copper #E0845A
Tints of Copper #E0845A
RGB
CMYK
RGB Variations
Color information
#E0845A (or 0xE0845A) is known color: Copper. HEX triplet: E0, 84 and 5A. RGB value is (224,132,90). Sum of RGB (Red+Green+Blue) = 224+132+90=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0845A is #1F7BA5. Grayscale: #9A9A9A. Windows color (decimal): -2063270 or 5932256. OLE color: 5932256.
HSL color Cylindrical-coordinate representation of color #E0845A: hue angle of 18.81º 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 #E0845A is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 90 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.12 |
| HSL | 18.81º | 0.68% | 0.62% | - |
| HSV(B) | 18.81º | 0.6% | 0.88% | - |
| XYZ | 40.84 | 33.09 | 13.91 | - |
| YUV | 154.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 90 | 0 | 0.41 | 0.60 | 0.12 | 18.81 | 0.68 | 0.62 |
| Hex | E0 | 84 | 5A | 0 | 29 | 3C | C | 13 | 44 | 3E |
| Octal | 340 | 204 | 132 | 0 | 51 | 74 | 14 | 23 | 104 | 76 |
| Binary | 11100000 | 10000100 | 1011010 | 0 | 101001 | 111100 | 1100 | 10011 | 1000100 | 111110 |
Color Harmonies of #E0845A
Complementary color
Monochromatic Colors of #E0845A
Black with #E0845A
Text Example
Text Example
White with #E0845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0845A; }
p { color: rgb(224,132,90); }
H1.HeaderClassName
{
color: #E0845A;
}
.AnyTagClassName
{
color: #E0845A;
}
</style>
background-color css
<style>
a { background-color: #E0845A; }
a { background-color: rgb(224,132,90); }
div.DivClassName
{
background-color: #E0845A;
}
.BgClassName
{
background-color: #E0845A;
}
</style>
border-color css
<style>
span { border-color: #E0845A; }
span { border-color: rgb(224,132,90); }
td.TdClassName
{
border-color: #E0845A;
}
.TagClassName
{
border-color: #E0845A;
}
</style>