Shades of Copper #EC8766
Tints of Copper #EC8766
RGB
CMYK
RGB Variations
Color information
#EC8766 (or 0xEC8766) is known color: Copper. HEX triplet: EC, 87 and 66. RGB value is (236,135,102). Sum of RGB (Red+Green+Blue) = 236+135+102=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8766 is #137899. Grayscale: #A1A1A1. Windows color (decimal): -1276058 or 6719468. OLE color: 6719468.
HSL color Cylindrical-coordinate representation of color #EC8766: hue angle of 14.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC8766 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 102 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.07 |
| HSL | 14.78º | 0.78% | 0.66% | - |
| HSV(B) | 14.78º | 0.57% | 0.93% | - |
| XYZ | 45.65 | 36.12 | 17.14 | - |
| YUV | 161.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 102 | 0 | 0.43 | 0.57 | 0.07 | 14.78 | 0.78 | 0.66 |
| Hex | EC | 87 | 66 | 0 | 2B | 39 | 7 | F | 4E | 42 |
| Octal | 354 | 207 | 146 | 0 | 53 | 71 | 7 | 17 | 116 | 102 |
| Binary | 11101100 | 10000111 | 1100110 | 0 | 101011 | 111001 | 111 | 1111 | 1001110 | 1000010 |
Color Harmonies of #EC8766
Complementary color
Monochromatic Colors of #EC8766
Black with #EC8766
Text Example
Text Example
White with #EC8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8766; }
p { color: rgb(236,135,102); }
H1.HeaderClassName
{
color: #EC8766;
}
.AnyTagClassName
{
color: #EC8766;
}
</style>
background-color css
<style>
a { background-color: #EC8766; }
a { background-color: rgb(236,135,102); }
div.DivClassName
{
background-color: #EC8766;
}
.BgClassName
{
background-color: #EC8766;
}
</style>
border-color css
<style>
span { border-color: #EC8766; }
span { border-color: rgb(236,135,102); }
td.TdClassName
{
border-color: #EC8766;
}
.TagClassName
{
border-color: #EC8766;
}
</style>