Shades of Copper #EC9166
Tints of Copper #EC9166
RGB
CMYK
RGB Variations
Color information
#EC9166 (or 0xEC9166) is known color: Copper. HEX triplet: EC, 91 and 66. RGB value is (236,145,102). Sum of RGB (Red+Green+Blue) = 236+145+102=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9166 is #136E99. Grayscale: #A7A7A7. Windows color (decimal): -1273498 or 6722028. OLE color: 6722028.
HSL color Cylindrical-coordinate representation of color #EC9166: hue angle of 19.25º 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 #EC9166 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 102 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.07 |
| HSL | 19.25º | 0.78% | 0.66% | - |
| HSV(B) | 19.25º | 0.57% | 0.93% | - |
| XYZ | 47.12 | 39.04 | 17.62 | - |
| YUV | 167.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 102 | 0 | 0.39 | 0.57 | 0.07 | 19.25 | 0.78 | 0.66 |
| Hex | EC | 91 | 66 | 0 | 27 | 39 | 7 | 13 | 4E | 42 |
| Octal | 354 | 221 | 146 | 0 | 47 | 71 | 7 | 23 | 116 | 102 |
| Binary | 11101100 | 10010001 | 1100110 | 0 | 100111 | 111001 | 111 | 10011 | 1001110 | 1000010 |
Color Harmonies of #EC9166
Complementary color
Monochromatic Colors of #EC9166
Black with #EC9166
Text Example
Text Example
White with #EC9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9166; }
p { color: rgb(236,145,102); }
H1.HeaderClassName
{
color: #EC9166;
}
.AnyTagClassName
{
color: #EC9166;
}
</style>
background-color css
<style>
a { background-color: #EC9166; }
a { background-color: rgb(236,145,102); }
div.DivClassName
{
background-color: #EC9166;
}
.BgClassName
{
background-color: #EC9166;
}
</style>
border-color css
<style>
span { border-color: #EC9166; }
span { border-color: rgb(236,145,102); }
td.TdClassName
{
border-color: #EC9166;
}
.TagClassName
{
border-color: #EC9166;
}
</style>