Shades of Copper #EC886A
Tints of Copper #EC886A
RGB
CMYK
RGB Variations
Color information
#EC886A (or 0xEC886A) is known color: Copper. HEX triplet: EC, 88 and 6A. RGB value is (236,136,106). Sum of RGB (Red+Green+Blue) = 236+136+106=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC886A is #137795. Grayscale: #A2A2A2. Windows color (decimal): -1275798 or 6981868. OLE color: 6981868.
HSL color Cylindrical-coordinate representation of color #EC886A: hue angle of 13.85º 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 #EC886A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 106 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.07 |
| HSL | 13.85º | 0.77% | 0.67% | - |
| HSV(B) | 13.85º | 0.55% | 0.93% | - |
| XYZ | 46 | 36.48 | 18.25 | - |
| YUV | 162.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 106 | 0 | 0.42 | 0.55 | 0.07 | 13.85 | 0.77 | 0.67 |
| Hex | EC | 88 | 6A | 0 | 2A | 37 | 7 | E | 4D | 43 |
| Octal | 354 | 210 | 152 | 0 | 52 | 67 | 7 | 16 | 115 | 103 |
| Binary | 11101100 | 10001000 | 1101010 | 0 | 101010 | 110111 | 111 | 1110 | 1001101 | 1000011 |
Color Harmonies of #EC886A
Complementary color
Monochromatic Colors of #EC886A
Black with #EC886A
Text Example
Text Example
White with #EC886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC886A; }
p { color: rgb(236,136,106); }
H1.HeaderClassName
{
color: #EC886A;
}
.AnyTagClassName
{
color: #EC886A;
}
</style>
background-color css
<style>
a { background-color: #EC886A; }
a { background-color: rgb(236,136,106); }
div.DivClassName
{
background-color: #EC886A;
}
.BgClassName
{
background-color: #EC886A;
}
</style>
border-color css
<style>
span { border-color: #EC886A; }
span { border-color: rgb(236,136,106); }
td.TdClassName
{
border-color: #EC886A;
}
.TagClassName
{
border-color: #EC886A;
}
</style>