Shades of Copper #EC8865
Tints of Copper #EC8865
RGB
CMYK
RGB Variations
Color information
#EC8865 (or 0xEC8865) is known color: Copper. HEX triplet: EC, 88 and 65. RGB value is (236,136,101). Sum of RGB (Red+Green+Blue) = 236+136+101=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8865 is #13779A. Grayscale: #A2A2A2. Windows color (decimal): -1275803 or 6654188. OLE color: 6654188.
HSL color Cylindrical-coordinate representation of color #EC8865: hue angle of 15.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC8865 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 101 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.07 |
| HSL | 15.56º | 0.78% | 0.66% | - |
| HSV(B) | 15.56º | 0.57% | 0.93% | - |
| XYZ | 45.75 | 36.38 | 16.92 | - |
| YUV | 161.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 101 | 0 | 0.42 | 0.57 | 0.07 | 15.56 | 0.78 | 0.66 |
| Hex | EC | 88 | 65 | 0 | 2A | 39 | 7 | 10 | 4E | 42 |
| Octal | 354 | 210 | 145 | 0 | 52 | 71 | 7 | 20 | 116 | 102 |
| Binary | 11101100 | 10001000 | 1100101 | 0 | 101010 | 111001 | 111 | 10000 | 1001110 | 1000010 |
Color Harmonies of #EC8865
Complementary color
Monochromatic Colors of #EC8865
Black with #EC8865
Text Example
Text Example
White with #EC8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8865; }
p { color: rgb(236,136,101); }
H1.HeaderClassName
{
color: #EC8865;
}
.AnyTagClassName
{
color: #EC8865;
}
</style>
background-color css
<style>
a { background-color: #EC8865; }
a { background-color: rgb(236,136,101); }
div.DivClassName
{
background-color: #EC8865;
}
.BgClassName
{
background-color: #EC8865;
}
</style>
border-color css
<style>
span { border-color: #EC8865; }
span { border-color: rgb(236,136,101); }
td.TdClassName
{
border-color: #EC8865;
}
.TagClassName
{
border-color: #EC8865;
}
</style>