Shades of Copper #EC9264
Tints of Copper #EC9264
RGB
CMYK
RGB Variations
Color information
#EC9264 (or 0xEC9264) is known color: Copper. HEX triplet: EC, 92 and 64. RGB value is (236,146,100). Sum of RGB (Red+Green+Blue) = 236+146+100=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9264 is #136D9B. Grayscale: #A7A7A7. Windows color (decimal): -1273244 or 6591212. OLE color: 6591212.
HSL color Cylindrical-coordinate representation of color #EC9264: hue angle of 20.29º 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 #EC9264 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 100 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.07 |
| HSL | 20.29º | 0.78% | 0.66% | - |
| HSV(B) | 20.29º | 0.58% | 0.93% | - |
| XYZ | 47.17 | 39.31 | 17.16 | - |
| YUV | 167.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 100 | 0 | 0.38 | 0.58 | 0.07 | 20.29 | 0.78 | 0.66 |
| Hex | EC | 92 | 64 | 0 | 26 | 3A | 7 | 14 | 4E | 42 |
| Octal | 354 | 222 | 144 | 0 | 46 | 72 | 7 | 24 | 116 | 102 |
| Binary | 11101100 | 10010010 | 1100100 | 0 | 100110 | 111010 | 111 | 10100 | 1001110 | 1000010 |
Color Harmonies of #EC9264
Complementary color
Monochromatic Colors of #EC9264
Black with #EC9264
Text Example
Text Example
White with #EC9264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9264; }
p { color: rgb(236,146,100); }
H1.HeaderClassName
{
color: #EC9264;
}
.AnyTagClassName
{
color: #EC9264;
}
</style>
background-color css
<style>
a { background-color: #EC9264; }
a { background-color: rgb(236,146,100); }
div.DivClassName
{
background-color: #EC9264;
}
.BgClassName
{
background-color: #EC9264;
}
</style>
border-color css
<style>
span { border-color: #EC9264; }
span { border-color: rgb(236,146,100); }
td.TdClassName
{
border-color: #EC9264;
}
.TagClassName
{
border-color: #EC9264;
}
</style>