Shades of Copper #EC896B
Tints of Copper #EC896B
RGB
CMYK
RGB Variations
Color information
#EC896B (or 0xEC896B) is known color: Copper. HEX triplet: EC, 89 and 6B. RGB value is (236,137,107). Sum of RGB (Red+Green+Blue) = 236+137+107=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC896B is #137694. Grayscale: #A3A3A3. Windows color (decimal): -1275541 or 7047660. OLE color: 7047660.
HSL color Cylindrical-coordinate representation of color #EC896B: hue angle of 13.95º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC896B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 107 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.07 |
| HSL | 13.95º | 0.77% | 0.67% | - |
| HSV(B) | 13.95º | 0.55% | 0.93% | - |
| XYZ | 46.19 | 36.79 | 18.58 | - |
| YUV | 163.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 107 | 0 | 0.42 | 0.55 | 0.07 | 13.95 | 0.77 | 0.67 |
| Hex | EC | 89 | 6B | 0 | 2A | 37 | 7 | E | 4D | 43 |
| Octal | 354 | 211 | 153 | 0 | 52 | 67 | 7 | 16 | 115 | 103 |
| Binary | 11101100 | 10001001 | 1101011 | 0 | 101010 | 110111 | 111 | 1110 | 1001101 | 1000011 |
Color Harmonies of #EC896B
Complementary color
Monochromatic Colors of #EC896B
Black with #EC896B
Text Example
Text Example
White with #EC896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC896B; }
p { color: rgb(236,137,107); }
H1.HeaderClassName
{
color: #EC896B;
}
.AnyTagClassName
{
color: #EC896B;
}
</style>
background-color css
<style>
a { background-color: #EC896B; }
a { background-color: rgb(236,137,107); }
div.DivClassName
{
background-color: #EC896B;
}
.BgClassName
{
background-color: #EC896B;
}
</style>
border-color css
<style>
span { border-color: #EC896B; }
span { border-color: rgb(236,137,107); }
td.TdClassName
{
border-color: #EC896B;
}
.TagClassName
{
border-color: #EC896B;
}
</style>