Shades of Copper #EC8964
Tints of Copper #EC8964
RGB
CMYK
RGB Variations
Color information
#EC8964 (or 0xEC8964) is known color: Copper. HEX triplet: EC, 89 and 64. RGB value is (236,137,100). Sum of RGB (Red+Green+Blue) = 236+137+100=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8964 is #13769B. Grayscale: #A2A2A2. Windows color (decimal): -1275548 or 6588908. OLE color: 6588908.
HSL color Cylindrical-coordinate representation of color #EC8964: hue angle of 16.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC8964 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 100 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.07 |
| HSL | 16.32º | 0.78% | 0.66% | - |
| HSV(B) | 16.32º | 0.58% | 0.93% | - |
| XYZ | 45.84 | 36.64 | 16.71 | - |
| YUV | 162.38 | 92.8 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 100 | 0 | 0.42 | 0.58 | 0.07 | 16.32 | 0.78 | 0.66 |
| Hex | EC | 89 | 64 | 0 | 2A | 3A | 7 | 10 | 4E | 42 |
| Octal | 354 | 211 | 144 | 0 | 52 | 72 | 7 | 20 | 116 | 102 |
| Binary | 11101100 | 10001001 | 1100100 | 0 | 101010 | 111010 | 111 | 10000 | 1001110 | 1000010 |
Color Harmonies of #EC8964
Complementary color
Monochromatic Colors of #EC8964
Black with #EC8964
Text Example
Text Example
White with #EC8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8964; }
p { color: rgb(236,137,100); }
H1.HeaderClassName
{
color: #EC8964;
}
.AnyTagClassName
{
color: #EC8964;
}
</style>
background-color css
<style>
a { background-color: #EC8964; }
a { background-color: rgb(236,137,100); }
div.DivClassName
{
background-color: #EC8964;
}
.BgClassName
{
background-color: #EC8964;
}
</style>
border-color css
<style>
span { border-color: #EC8964; }
span { border-color: rgb(236,137,100); }
td.TdClassName
{
border-color: #EC8964;
}
.TagClassName
{
border-color: #EC8964;
}
</style>