Shades of Copper #EC8868
Tints of Copper #EC8868
RGB
CMYK
RGB Variations
Color information
#EC8868 (or 0xEC8868) is known color: Copper. HEX triplet: EC, 88 and 68. RGB value is (236,136,104). Sum of RGB (Red+Green+Blue) = 236+136+104=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8868 is #137797. Grayscale: #A2A2A2. Windows color (decimal): -1275800 or 6850796. OLE color: 6850796.
HSL color Cylindrical-coordinate representation of color #EC8868: hue angle of 14.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8868 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 104 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.07 |
| HSL | 14.55º | 0.78% | 0.67% | - |
| HSV(B) | 14.55º | 0.56% | 0.93% | - |
| XYZ | 45.89 | 36.44 | 17.71 | - |
| YUV | 162.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 104 | 0 | 0.42 | 0.56 | 0.07 | 14.55 | 0.78 | 0.67 |
| Hex | EC | 88 | 68 | 0 | 2A | 38 | 7 | F | 4E | 43 |
| Octal | 354 | 210 | 150 | 0 | 52 | 70 | 7 | 17 | 116 | 103 |
| Binary | 11101100 | 10001000 | 1101000 | 0 | 101010 | 111000 | 111 | 1111 | 1001110 | 1000011 |
Color Harmonies of #EC8868
Complementary color
Monochromatic Colors of #EC8868
Black with #EC8868
Text Example
Text Example
White with #EC8868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8868; }
p { color: rgb(236,136,104); }
H1.HeaderClassName
{
color: #EC8868;
}
.AnyTagClassName
{
color: #EC8868;
}
</style>
background-color css
<style>
a { background-color: #EC8868; }
a { background-color: rgb(236,136,104); }
div.DivClassName
{
background-color: #EC8868;
}
.BgClassName
{
background-color: #EC8868;
}
</style>
border-color css
<style>
span { border-color: #EC8868; }
span { border-color: rgb(236,136,104); }
td.TdClassName
{
border-color: #EC8868;
}
.TagClassName
{
border-color: #EC8868;
}
</style>