Shades of Copper #EC9064
Tints of Copper #EC9064
RGB
CMYK
RGB Variations
Color information
#EC9064 (or 0xEC9064) is known color: Copper. HEX triplet: EC, 90 and 64. RGB value is (236,144,100). Sum of RGB (Red+Green+Blue) = 236+144+100=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9064 is #136F9B. Grayscale: #A6A6A6. Windows color (decimal): -1273756 or 6590700. OLE color: 6590700.
HSL color Cylindrical-coordinate representation of color #EC9064: hue angle of 19.41º 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 #EC9064 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 100 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.07 |
| HSL | 19.41º | 0.78% | 0.66% | - |
| HSV(B) | 19.41º | 0.58% | 0.93% | - |
| XYZ | 46.87 | 38.7 | 17.06 | - |
| YUV | 166.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 100 | 0 | 0.39 | 0.58 | 0.07 | 19.41 | 0.78 | 0.66 |
| Hex | EC | 90 | 64 | 0 | 27 | 3A | 7 | 13 | 4E | 42 |
| Octal | 354 | 220 | 144 | 0 | 47 | 72 | 7 | 23 | 116 | 102 |
| Binary | 11101100 | 10010000 | 1100100 | 0 | 100111 | 111010 | 111 | 10011 | 1001110 | 1000010 |
Color Harmonies of #EC9064
Complementary color
Monochromatic Colors of #EC9064
Black with #EC9064
Text Example
Text Example
White with #EC9064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9064; }
p { color: rgb(236,144,100); }
H1.HeaderClassName
{
color: #EC9064;
}
.AnyTagClassName
{
color: #EC9064;
}
</style>
background-color css
<style>
a { background-color: #EC9064; }
a { background-color: rgb(236,144,100); }
div.DivClassName
{
background-color: #EC9064;
}
.BgClassName
{
background-color: #EC9064;
}
</style>
border-color css
<style>
span { border-color: #EC9064; }
span { border-color: rgb(236,144,100); }
td.TdClassName
{
border-color: #EC9064;
}
.TagClassName
{
border-color: #EC9064;
}
</style>