Shades of Copper #EC8965
Tints of Copper #EC8965
RGB
CMYK
RGB Variations
Color information
#EC8965 (or 0xEC8965) is known color: Copper. HEX triplet: EC, 89 and 65. RGB value is (236,137,101). Sum of RGB (Red+Green+Blue) = 236+137+101=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8965 is #13769A. Grayscale: #A2A2A2. Windows color (decimal): -1275547 or 6654444. OLE color: 6654444.
HSL color Cylindrical-coordinate representation of color #EC8965: hue angle of 16º 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 #EC8965 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 101 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.07 |
| HSL | 16º | 0.78% | 0.66% | - |
| HSV(B) | 16º | 0.57% | 0.93% | - |
| XYZ | 45.89 | 36.66 | 16.97 | - |
| YUV | 162.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 101 | 0 | 0.42 | 0.57 | 0.07 | 16 | 0.78 | 0.66 |
| Hex | EC | 89 | 65 | 0 | 2A | 39 | 7 | 10 | 4E | 42 |
| Octal | 354 | 211 | 145 | 0 | 52 | 71 | 7 | 20 | 116 | 102 |
| Binary | 11101100 | 10001001 | 1100101 | 0 | 101010 | 111001 | 111 | 10000 | 1001110 | 1000010 |
Color Harmonies of #EC8965
Complementary color
Monochromatic Colors of #EC8965
Black with #EC8965
Text Example
Text Example
White with #EC8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8965; }
p { color: rgb(236,137,101); }
H1.HeaderClassName
{
color: #EC8965;
}
.AnyTagClassName
{
color: #EC8965;
}
</style>
background-color css
<style>
a { background-color: #EC8965; }
a { background-color: rgb(236,137,101); }
div.DivClassName
{
background-color: #EC8965;
}
.BgClassName
{
background-color: #EC8965;
}
</style>
border-color css
<style>
span { border-color: #EC8965; }
span { border-color: rgb(236,137,101); }
td.TdClassName
{
border-color: #EC8965;
}
.TagClassName
{
border-color: #EC8965;
}
</style>