Shades of Copper #E0956D
Tints of Copper #E0956D
RGB
CMYK
RGB Variations
Color information
#E0956D (or 0xE0956D) is known color: Copper. HEX triplet: E0, 95 and 6D. RGB value is (224,149,109). Sum of RGB (Red+Green+Blue) = 224+149+109=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0956D is #1F6A92. Grayscale: #A7A7A7. Windows color (decimal): -2058899 or 7181792. OLE color: 7181792.
HSL color Cylindrical-coordinate representation of color #E0956D: hue angle of 20.87º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0956D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 109 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.12 |
| HSL | 20.87º | 0.65% | 0.65% | - |
| HSV(B) | 20.87º | 0.51% | 0.88% | - |
| XYZ | 44.25 | 38.45 | 19.56 | - |
| YUV | 166.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 109 | 0 | 0.33 | 0.51 | 0.12 | 20.87 | 0.65 | 0.65 |
| Hex | E0 | 95 | 6D | 0 | 21 | 33 | C | 15 | 41 | 41 |
| Octal | 340 | 225 | 155 | 0 | 41 | 63 | 14 | 25 | 101 | 101 |
| Binary | 11100000 | 10010101 | 1101101 | 0 | 100001 | 110011 | 1100 | 10101 | 1000001 | 1000001 |
Color Harmonies of #E0956D
Complementary color
Monochromatic Colors of #E0956D
Black with #E0956D
Text Example
Text Example
White with #E0956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0956D; }
p { color: rgb(224,149,109); }
H1.HeaderClassName
{
color: #E0956D;
}
.AnyTagClassName
{
color: #E0956D;
}
</style>
background-color css
<style>
a { background-color: #E0956D; }
a { background-color: rgb(224,149,109); }
div.DivClassName
{
background-color: #E0956D;
}
.BgClassName
{
background-color: #E0956D;
}
</style>
border-color css
<style>
span { border-color: #E0956D; }
span { border-color: rgb(224,149,109); }
td.TdClassName
{
border-color: #E0956D;
}
.TagClassName
{
border-color: #E0956D;
}
</style>