Shades of Copper #EC8764
Tints of Copper #EC8764
RGB
CMYK
RGB Variations
Color information
#EC8764 (or 0xEC8764) is known color: Copper. HEX triplet: EC, 87 and 64. RGB value is (236,135,100). Sum of RGB (Red+Green+Blue) = 236+135+100=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8764 is #13789B. Grayscale: #A1A1A1. Windows color (decimal): -1276060 or 6588396. OLE color: 6588396.
HSL color Cylindrical-coordinate representation of color #EC8764: hue angle of 15.44º 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 #EC8764 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 100 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.07 |
| HSL | 15.44º | 0.78% | 0.66% | - |
| HSV(B) | 15.44º | 0.58% | 0.93% | - |
| XYZ | 45.56 | 36.08 | 16.62 | - |
| YUV | 161.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 100 | 0 | 0.43 | 0.58 | 0.07 | 15.44 | 0.78 | 0.66 |
| Hex | EC | 87 | 64 | 0 | 2B | 3A | 7 | F | 4E | 42 |
| Octal | 354 | 207 | 144 | 0 | 53 | 72 | 7 | 17 | 116 | 102 |
| Binary | 11101100 | 10000111 | 1100100 | 0 | 101011 | 111010 | 111 | 1111 | 1001110 | 1000010 |
Color Harmonies of #EC8764
Complementary color
Monochromatic Colors of #EC8764
Black with #EC8764
Text Example
Text Example
White with #EC8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8764; }
p { color: rgb(236,135,100); }
H1.HeaderClassName
{
color: #EC8764;
}
.AnyTagClassName
{
color: #EC8764;
}
</style>
background-color css
<style>
a { background-color: #EC8764; }
a { background-color: rgb(236,135,100); }
div.DivClassName
{
background-color: #EC8764;
}
.BgClassName
{
background-color: #EC8764;
}
</style>
border-color css
<style>
span { border-color: #EC8764; }
span { border-color: rgb(236,135,100); }
td.TdClassName
{
border-color: #EC8764;
}
.TagClassName
{
border-color: #EC8764;
}
</style>