Shades of Copper #EC9164
Tints of Copper #EC9164
RGB
CMYK
RGB Variations
Color information
#EC9164 (or 0xEC9164) is known color: Copper. HEX triplet: EC, 91 and 64. RGB value is (236,145,100). Sum of RGB (Red+Green+Blue) = 236+145+100=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9164 is #136E9B. Grayscale: #A7A7A7. Windows color (decimal): -1273500 or 6590956. OLE color: 6590956.
HSL color Cylindrical-coordinate representation of color #EC9164: hue angle of 19.85º 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 #EC9164 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 100 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.07 |
| HSL | 19.85º | 0.78% | 0.66% | - |
| HSV(B) | 19.85º | 0.58% | 0.93% | - |
| XYZ | 47.02 | 39 | 17.11 | - |
| YUV | 167.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 100 | 0 | 0.39 | 0.58 | 0.07 | 19.85 | 0.78 | 0.66 |
| Hex | EC | 91 | 64 | 0 | 27 | 3A | 7 | 14 | 4E | 42 |
| Octal | 354 | 221 | 144 | 0 | 47 | 72 | 7 | 24 | 116 | 102 |
| Binary | 11101100 | 10010001 | 1100100 | 0 | 100111 | 111010 | 111 | 10100 | 1001110 | 1000010 |
Color Harmonies of #EC9164
Complementary color
Monochromatic Colors of #EC9164
Black with #EC9164
Text Example
Text Example
White with #EC9164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9164; }
p { color: rgb(236,145,100); }
H1.HeaderClassName
{
color: #EC9164;
}
.AnyTagClassName
{
color: #EC9164;
}
</style>
background-color css
<style>
a { background-color: #EC9164; }
a { background-color: rgb(236,145,100); }
div.DivClassName
{
background-color: #EC9164;
}
.BgClassName
{
background-color: #EC9164;
}
</style>
border-color css
<style>
span { border-color: #EC9164; }
span { border-color: rgb(236,145,100); }
td.TdClassName
{
border-color: #EC9164;
}
.TagClassName
{
border-color: #EC9164;
}
</style>