Shades of Copper #EC8F67
Tints of Copper #EC8F67
RGB
CMYK
RGB Variations
Color information
#EC8F67 (or 0xEC8F67) is known color: Copper. HEX triplet: EC, 8F and 67. RGB value is (236,143,103). Sum of RGB (Red+Green+Blue) = 236+143+103=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F67 is #137098. Grayscale: #A6A6A6. Windows color (decimal): -1274009 or 6787052. OLE color: 6787052.
HSL color Cylindrical-coordinate representation of color #EC8F67: hue angle of 18.05º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8F67 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 103 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.07 |
| HSL | 18.05º | 0.78% | 0.66% | - |
| HSV(B) | 18.05º | 0.56% | 0.93% | - |
| XYZ | 46.86 | 38.46 | 17.78 | - |
| YUV | 166.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 103 | 0 | 0.39 | 0.56 | 0.07 | 18.05 | 0.78 | 0.66 |
| Hex | EC | 8F | 67 | 0 | 27 | 38 | 7 | 12 | 4E | 42 |
| Octal | 354 | 217 | 147 | 0 | 47 | 70 | 7 | 22 | 116 | 102 |
| Binary | 11101100 | 10001111 | 1100111 | 0 | 100111 | 111000 | 111 | 10010 | 1001110 | 1000010 |
Color Harmonies of #EC8F67
Complementary color
Monochromatic Colors of #EC8F67
Black with #EC8F67
Text Example
Text Example
White with #EC8F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F67; }
p { color: rgb(236,143,103); }
H1.HeaderClassName
{
color: #EC8F67;
}
.AnyTagClassName
{
color: #EC8F67;
}
</style>
background-color css
<style>
a { background-color: #EC8F67; }
a { background-color: rgb(236,143,103); }
div.DivClassName
{
background-color: #EC8F67;
}
.BgClassName
{
background-color: #EC8F67;
}
</style>
border-color css
<style>
span { border-color: #EC8F67; }
span { border-color: rgb(236,143,103); }
td.TdClassName
{
border-color: #EC8F67;
}
.TagClassName
{
border-color: #EC8F67;
}
</style>