Shades of Copper #EC8768
Tints of Copper #EC8768
RGB
CMYK
RGB Variations
Color information
#EC8768 (or 0xEC8768) is known color: Copper. HEX triplet: EC, 87 and 68. RGB value is (236,135,104). Sum of RGB (Red+Green+Blue) = 236+135+104=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8768 is #137897. Grayscale: #A1A1A1. Windows color (decimal): -1276056 or 6850540. OLE color: 6850540.
HSL color Cylindrical-coordinate representation of color #EC8768: hue angle of 14.09º 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 #EC8768 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 104 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.07 |
| HSL | 14.09º | 0.78% | 0.67% | - |
| HSV(B) | 14.09º | 0.56% | 0.93% | - |
| XYZ | 45.75 | 36.16 | 17.66 | - |
| YUV | 161.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 104 | 0 | 0.43 | 0.56 | 0.07 | 14.09 | 0.78 | 0.67 |
| Hex | EC | 87 | 68 | 0 | 2B | 38 | 7 | E | 4E | 43 |
| Octal | 354 | 207 | 150 | 0 | 53 | 70 | 7 | 16 | 116 | 103 |
| Binary | 11101100 | 10000111 | 1101000 | 0 | 101011 | 111000 | 111 | 1110 | 1001110 | 1000011 |
Color Harmonies of #EC8768
Complementary color
Monochromatic Colors of #EC8768
Black with #EC8768
Text Example
Text Example
White with #EC8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8768; }
p { color: rgb(236,135,104); }
H1.HeaderClassName
{
color: #EC8768;
}
.AnyTagClassName
{
color: #EC8768;
}
</style>
background-color css
<style>
a { background-color: #EC8768; }
a { background-color: rgb(236,135,104); }
div.DivClassName
{
background-color: #EC8768;
}
.BgClassName
{
background-color: #EC8768;
}
</style>
border-color css
<style>
span { border-color: #EC8768; }
span { border-color: rgb(236,135,104); }
td.TdClassName
{
border-color: #EC8768;
}
.TagClassName
{
border-color: #EC8768;
}
</style>