Shades of Copper #EC9066
Tints of Copper #EC9066
RGB
CMYK
RGB Variations
Color information
#EC9066 (or 0xEC9066) is known color: Copper. HEX triplet: EC, 90 and 66. RGB value is (236,144,102). Sum of RGB (Red+Green+Blue) = 236+144+102=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9066 is #136F99. Grayscale: #A6A6A6. Windows color (decimal): -1273754 or 6721772. OLE color: 6721772.
HSL color Cylindrical-coordinate representation of color #EC9066: hue angle of 18.81º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC9066 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 102 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.07 |
| HSL | 18.81º | 0.78% | 0.66% | - |
| HSV(B) | 18.81º | 0.57% | 0.93% | - |
| XYZ | 46.96 | 38.74 | 17.57 | - |
| YUV | 166.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 102 | 0 | 0.39 | 0.57 | 0.07 | 18.81 | 0.78 | 0.66 |
| Hex | EC | 90 | 66 | 0 | 27 | 39 | 7 | 13 | 4E | 42 |
| Octal | 354 | 220 | 146 | 0 | 47 | 71 | 7 | 23 | 116 | 102 |
| Binary | 11101100 | 10010000 | 1100110 | 0 | 100111 | 111001 | 111 | 10011 | 1001110 | 1000010 |
Color Harmonies of #EC9066
Complementary color
Monochromatic Colors of #EC9066
Black with #EC9066
Text Example
Text Example
White with #EC9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9066; }
p { color: rgb(236,144,102); }
H1.HeaderClassName
{
color: #EC9066;
}
.AnyTagClassName
{
color: #EC9066;
}
</style>
background-color css
<style>
a { background-color: #EC9066; }
a { background-color: rgb(236,144,102); }
div.DivClassName
{
background-color: #EC9066;
}
.BgClassName
{
background-color: #EC9066;
}
</style>
border-color css
<style>
span { border-color: #EC9066; }
span { border-color: rgb(236,144,102); }
td.TdClassName
{
border-color: #EC9066;
}
.TagClassName
{
border-color: #EC9066;
}
</style>