Shades of Copper #EC8E64
Tints of Copper #EC8E64
RGB
CMYK
RGB Variations
Color information
#EC8E64 (or 0xEC8E64) is known color: Copper. HEX triplet: EC, 8E and 64. RGB value is (236,142,100). Sum of RGB (Red+Green+Blue) = 236+142+100=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8E64 is #13719B. Grayscale: #A5A5A5. Windows color (decimal): -1274268 or 6590188. OLE color: 6590188.
HSL color Cylindrical-coordinate representation of color #EC8E64: hue angle of 18.53º 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 #EC8E64 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 100 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.07 |
| HSL | 18.53º | 0.78% | 0.66% | - |
| HSV(B) | 18.53º | 0.58% | 0.93% | - |
| XYZ | 46.57 | 38.1 | 16.96 | - |
| YUV | 165.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 100 | 0 | 0.40 | 0.58 | 0.07 | 18.53 | 0.78 | 0.66 |
| Hex | EC | 8E | 64 | 0 | 28 | 3A | 7 | 13 | 4E | 42 |
| Octal | 354 | 216 | 144 | 0 | 50 | 72 | 7 | 23 | 116 | 102 |
| Binary | 11101100 | 10001110 | 1100100 | 0 | 101000 | 111010 | 111 | 10011 | 1001110 | 1000010 |
Color Harmonies of #EC8E64
Complementary color
Monochromatic Colors of #EC8E64
Black with #EC8E64
Text Example
Text Example
White with #EC8E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E64; }
p { color: rgb(236,142,100); }
H1.HeaderClassName
{
color: #EC8E64;
}
.AnyTagClassName
{
color: #EC8E64;
}
</style>
background-color css
<style>
a { background-color: #EC8E64; }
a { background-color: rgb(236,142,100); }
div.DivClassName
{
background-color: #EC8E64;
}
.BgClassName
{
background-color: #EC8E64;
}
</style>
border-color css
<style>
span { border-color: #EC8E64; }
span { border-color: rgb(236,142,100); }
td.TdClassName
{
border-color: #EC8E64;
}
.TagClassName
{
border-color: #EC8E64;
}
</style>