Shades of Copper #EC8C6A
Tints of Copper #EC8C6A
RGB
CMYK
RGB Variations
Color information
#EC8C6A (or 0xEC8C6A) is known color: Copper. HEX triplet: EC, 8C and 6A. RGB value is (236,140,106). Sum of RGB (Red+Green+Blue) = 236+140+106=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C6A is #137395. Grayscale: #A5A5A5. Windows color (decimal): -1274774 or 6982892. OLE color: 6982892.
HSL color Cylindrical-coordinate representation of color #EC8C6A: hue angle of 15.69º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC8C6A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 106 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.07 |
| HSL | 15.69º | 0.77% | 0.67% | - |
| HSV(B) | 15.69º | 0.55% | 0.93% | - |
| XYZ | 46.57 | 37.63 | 18.44 | - |
| YUV | 164.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 106 | 0 | 0.41 | 0.55 | 0.07 | 15.69 | 0.77 | 0.67 |
| Hex | EC | 8C | 6A | 0 | 29 | 37 | 7 | 10 | 4D | 43 |
| Octal | 354 | 214 | 152 | 0 | 51 | 67 | 7 | 20 | 115 | 103 |
| Binary | 11101100 | 10001100 | 1101010 | 0 | 101001 | 110111 | 111 | 10000 | 1001101 | 1000011 |
Color Harmonies of #EC8C6A
Complementary color
Monochromatic Colors of #EC8C6A
Black with #EC8C6A
Text Example
Text Example
White with #EC8C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C6A; }
p { color: rgb(236,140,106); }
H1.HeaderClassName
{
color: #EC8C6A;
}
.AnyTagClassName
{
color: #EC8C6A;
}
</style>
background-color css
<style>
a { background-color: #EC8C6A; }
a { background-color: rgb(236,140,106); }
div.DivClassName
{
background-color: #EC8C6A;
}
.BgClassName
{
background-color: #EC8C6A;
}
</style>
border-color css
<style>
span { border-color: #EC8C6A; }
span { border-color: rgb(236,140,106); }
td.TdClassName
{
border-color: #EC8C6A;
}
.TagClassName
{
border-color: #EC8C6A;
}
</style>