Shades of Copper #EC8869
Tints of Copper #EC8869
RGB
CMYK
RGB Variations
Color information
#EC8869 (or 0xEC8869) is known color: Copper. HEX triplet: EC, 88 and 69. RGB value is (236,136,105). Sum of RGB (Red+Green+Blue) = 236+136+105=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8869 is #137796. Grayscale: #A2A2A2. Windows color (decimal): -1275799 or 6916332. OLE color: 6916332.
HSL color Cylindrical-coordinate representation of color #EC8869: hue angle of 14.2º 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 #EC8869 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 105 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.07 |
| HSL | 14.2º | 0.78% | 0.67% | - |
| HSV(B) | 14.2º | 0.56% | 0.93% | - |
| XYZ | 45.95 | 36.46 | 17.98 | - |
| YUV | 162.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 105 | 0 | 0.42 | 0.56 | 0.07 | 14.2 | 0.78 | 0.67 |
| Hex | EC | 88 | 69 | 0 | 2A | 38 | 7 | E | 4E | 43 |
| Octal | 354 | 210 | 151 | 0 | 52 | 70 | 7 | 16 | 116 | 103 |
| Binary | 11101100 | 10001000 | 1101001 | 0 | 101010 | 111000 | 111 | 1110 | 1001110 | 1000011 |
Color Harmonies of #EC8869
Complementary color
Monochromatic Colors of #EC8869
Black with #EC8869
Text Example
Text Example
White with #EC8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8869; }
p { color: rgb(236,136,105); }
H1.HeaderClassName
{
color: #EC8869;
}
.AnyTagClassName
{
color: #EC8869;
}
</style>
background-color css
<style>
a { background-color: #EC8869; }
a { background-color: rgb(236,136,105); }
div.DivClassName
{
background-color: #EC8869;
}
.BgClassName
{
background-color: #EC8869;
}
</style>
border-color css
<style>
span { border-color: #EC8869; }
span { border-color: rgb(236,136,105); }
td.TdClassName
{
border-color: #EC8869;
}
.TagClassName
{
border-color: #EC8869;
}
</style>