Shades of Copper #EC8968
Tints of Copper #EC8968
RGB
CMYK
RGB Variations
Color information
#EC8968 (or 0xEC8968) is known color: Copper. HEX triplet: EC, 89 and 68. RGB value is (236,137,104). Sum of RGB (Red+Green+Blue) = 236+137+104=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8968 is #137697. Grayscale: #A3A3A3. Windows color (decimal): -1275544 or 6851052. OLE color: 6851052.
HSL color Cylindrical-coordinate representation of color #EC8968: hue angle of 15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8968 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 104 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.07 |
| HSL | 15º | 0.78% | 0.67% | - |
| HSV(B) | 15º | 0.56% | 0.93% | - |
| XYZ | 46.04 | 36.72 | 17.76 | - |
| YUV | 162.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 104 | 0 | 0.42 | 0.56 | 0.07 | 15 | 0.78 | 0.67 |
| Hex | EC | 89 | 68 | 0 | 2A | 38 | 7 | F | 4E | 43 |
| Octal | 354 | 211 | 150 | 0 | 52 | 70 | 7 | 17 | 116 | 103 |
| Binary | 11101100 | 10001001 | 1101000 | 0 | 101010 | 111000 | 111 | 1111 | 1001110 | 1000011 |
Color Harmonies of #EC8968
Complementary color
Monochromatic Colors of #EC8968
Black with #EC8968
Text Example
Text Example
White with #EC8968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8968; }
p { color: rgb(236,137,104); }
H1.HeaderClassName
{
color: #EC8968;
}
.AnyTagClassName
{
color: #EC8968;
}
</style>
background-color css
<style>
a { background-color: #EC8968; }
a { background-color: rgb(236,137,104); }
div.DivClassName
{
background-color: #EC8968;
}
.BgClassName
{
background-color: #EC8968;
}
</style>
border-color css
<style>
span { border-color: #EC8968; }
span { border-color: rgb(236,137,104); }
td.TdClassName
{
border-color: #EC8968;
}
.TagClassName
{
border-color: #EC8968;
}
</style>