Shades of Copper #EC8A67
Tints of Copper #EC8A67
RGB
CMYK
RGB Variations
Color information
#EC8A67 (or 0xEC8A67) is known color: Copper. HEX triplet: EC, 8A and 67. RGB value is (236,138,103). Sum of RGB (Red+Green+Blue) = 236+138+103=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A67 is #137598. Grayscale: #A3A3A3. Windows color (decimal): -1275289 or 6785772. OLE color: 6785772.
HSL color Cylindrical-coordinate representation of color #EC8A67: hue angle of 15.79º 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 #EC8A67 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 103 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.07 |
| HSL | 15.79º | 0.78% | 0.66% | - |
| HSV(B) | 15.79º | 0.56% | 0.93% | - |
| XYZ | 46.13 | 36.99 | 17.54 | - |
| YUV | 163.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 103 | 0 | 0.42 | 0.56 | 0.07 | 15.79 | 0.78 | 0.66 |
| Hex | EC | 8A | 67 | 0 | 2A | 38 | 7 | 10 | 4E | 42 |
| Octal | 354 | 212 | 147 | 0 | 52 | 70 | 7 | 20 | 116 | 102 |
| Binary | 11101100 | 10001010 | 1100111 | 0 | 101010 | 111000 | 111 | 10000 | 1001110 | 1000010 |
Color Harmonies of #EC8A67
Complementary color
Monochromatic Colors of #EC8A67
Black with #EC8A67
Text Example
Text Example
White with #EC8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A67; }
p { color: rgb(236,138,103); }
H1.HeaderClassName
{
color: #EC8A67;
}
.AnyTagClassName
{
color: #EC8A67;
}
</style>
background-color css
<style>
a { background-color: #EC8A67; }
a { background-color: rgb(236,138,103); }
div.DivClassName
{
background-color: #EC8A67;
}
.BgClassName
{
background-color: #EC8A67;
}
</style>
border-color css
<style>
span { border-color: #EC8A67; }
span { border-color: rgb(236,138,103); }
td.TdClassName
{
border-color: #EC8A67;
}
.TagClassName
{
border-color: #EC8A67;
}
</style>