Shades of Copper #EC8568
Tints of Copper #EC8568
RGB
CMYK
RGB Variations
Color information
#EC8568 (or 0xEC8568) is known color: Copper. HEX triplet: EC, 85 and 68. RGB value is (236,133,104). Sum of RGB (Red+Green+Blue) = 236+133+104=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8568 is #137A97. Grayscale: #A0A0A0. Windows color (decimal): -1276568 or 6850028. OLE color: 6850028.
HSL color Cylindrical-coordinate representation of color #EC8568: hue angle of 13.18º 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 #EC8568 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 104 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.07 |
| HSL | 13.18º | 0.78% | 0.67% | - |
| HSV(B) | 13.18º | 0.56% | 0.93% | - |
| XYZ | 45.48 | 35.61 | 17.57 | - |
| YUV | 160.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 104 | 0 | 0.44 | 0.56 | 0.07 | 13.18 | 0.78 | 0.67 |
| Hex | EC | 85 | 68 | 0 | 2C | 38 | 7 | D | 4E | 43 |
| Octal | 354 | 205 | 150 | 0 | 54 | 70 | 7 | 15 | 116 | 103 |
| Binary | 11101100 | 10000101 | 1101000 | 0 | 101100 | 111000 | 111 | 1101 | 1001110 | 1000011 |
Color Harmonies of #EC8568
Complementary color
Monochromatic Colors of #EC8568
Black with #EC8568
Text Example
Text Example
White with #EC8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8568; }
p { color: rgb(236,133,104); }
H1.HeaderClassName
{
color: #EC8568;
}
.AnyTagClassName
{
color: #EC8568;
}
</style>
background-color css
<style>
a { background-color: #EC8568; }
a { background-color: rgb(236,133,104); }
div.DivClassName
{
background-color: #EC8568;
}
.BgClassName
{
background-color: #EC8568;
}
</style>
border-color css
<style>
span { border-color: #EC8568; }
span { border-color: rgb(236,133,104); }
td.TdClassName
{
border-color: #EC8568;
}
.TagClassName
{
border-color: #EC8568;
}
</style>