Shades of Copper #EC8467
Tints of Copper #EC8467
RGB
CMYK
RGB Variations
Color information
#EC8467 (or 0xEC8467) is known color: Copper. HEX triplet: EC, 84 and 67. RGB value is (236,132,103). Sum of RGB (Red+Green+Blue) = 236+132+103=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8467 is #137B98. Grayscale: #A0A0A0. Windows color (decimal): -1276825 or 6784236. OLE color: 6784236.
HSL color Cylindrical-coordinate representation of color #EC8467: hue angle of 13.08º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8467 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 103 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.07 |
| HSL | 13.08º | 0.78% | 0.66% | - |
| HSV(B) | 13.08º | 0.56% | 0.93% | - |
| XYZ | 45.29 | 35.31 | 17.26 | - |
| YUV | 159.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 103 | 0 | 0.44 | 0.56 | 0.07 | 13.08 | 0.78 | 0.66 |
| Hex | EC | 84 | 67 | 0 | 2C | 38 | 7 | D | 4E | 42 |
| Octal | 354 | 204 | 147 | 0 | 54 | 70 | 7 | 15 | 116 | 102 |
| Binary | 11101100 | 10000100 | 1100111 | 0 | 101100 | 111000 | 111 | 1101 | 1001110 | 1000010 |
Color Harmonies of #EC8467
Complementary color
Monochromatic Colors of #EC8467
Black with #EC8467
Text Example
Text Example
White with #EC8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8467; }
p { color: rgb(236,132,103); }
H1.HeaderClassName
{
color: #EC8467;
}
.AnyTagClassName
{
color: #EC8467;
}
</style>
background-color css
<style>
a { background-color: #EC8467; }
a { background-color: rgb(236,132,103); }
div.DivClassName
{
background-color: #EC8467;
}
.BgClassName
{
background-color: #EC8467;
}
</style>
border-color css
<style>
span { border-color: #EC8467; }
span { border-color: rgb(236,132,103); }
td.TdClassName
{
border-color: #EC8467;
}
.TagClassName
{
border-color: #EC8467;
}
</style>