Shades of Copper #EC9267
Tints of Copper #EC9267
RGB
CMYK
RGB Variations
Color information
#EC9267 (or 0xEC9267) is known color: Copper. HEX triplet: EC, 92 and 67. RGB value is (236,146,103). Sum of RGB (Red+Green+Blue) = 236+146+103=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9267 is #136D98. Grayscale: #A8A8A8. Windows color (decimal): -1273241 or 6787820. OLE color: 6787820.
HSL color Cylindrical-coordinate representation of color #EC9267: hue angle of 19.4º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC9267 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 103 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.07 |
| HSL | 19.4º | 0.78% | 0.66% | - |
| HSV(B) | 19.4º | 0.56% | 0.93% | - |
| XYZ | 47.32 | 39.37 | 17.94 | - |
| YUV | 168.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 103 | 0 | 0.38 | 0.56 | 0.07 | 19.4 | 0.78 | 0.66 |
| Hex | EC | 92 | 67 | 0 | 26 | 38 | 7 | 13 | 4E | 42 |
| Octal | 354 | 222 | 147 | 0 | 46 | 70 | 7 | 23 | 116 | 102 |
| Binary | 11101100 | 10010010 | 1100111 | 0 | 100110 | 111000 | 111 | 10011 | 1001110 | 1000010 |
Color Harmonies of #EC9267
Complementary color
Monochromatic Colors of #EC9267
Black with #EC9267
Text Example
Text Example
White with #EC9267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9267; }
p { color: rgb(236,146,103); }
H1.HeaderClassName
{
color: #EC9267;
}
.AnyTagClassName
{
color: #EC9267;
}
</style>
background-color css
<style>
a { background-color: #EC9267; }
a { background-color: rgb(236,146,103); }
div.DivClassName
{
background-color: #EC9267;
}
.BgClassName
{
background-color: #EC9267;
}
</style>
border-color css
<style>
span { border-color: #EC9267; }
span { border-color: rgb(236,146,103); }
td.TdClassName
{
border-color: #EC9267;
}
.TagClassName
{
border-color: #EC9267;
}
</style>