Shades of Copper #EC8769
Tints of Copper #EC8769
RGB
CMYK
RGB Variations
Color information
#EC8769 (or 0xEC8769) is known color: Copper. HEX triplet: EC, 87 and 69. RGB value is (236,135,105). Sum of RGB (Red+Green+Blue) = 236+135+105=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8769 is #137896. Grayscale: #A2A2A2. Windows color (decimal): -1276055 or 6916076. OLE color: 6916076.
HSL color Cylindrical-coordinate representation of color #EC8769: hue angle of 13.74º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8769 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 105 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.07 |
| HSL | 13.74º | 0.78% | 0.67% | - |
| HSV(B) | 13.74º | 0.56% | 0.93% | - |
| XYZ | 45.81 | 36.18 | 17.93 | - |
| YUV | 161.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 105 | 0 | 0.43 | 0.56 | 0.07 | 13.74 | 0.78 | 0.67 |
| Hex | EC | 87 | 69 | 0 | 2B | 38 | 7 | E | 4E | 43 |
| Octal | 354 | 207 | 151 | 0 | 53 | 70 | 7 | 16 | 116 | 103 |
| Binary | 11101100 | 10000111 | 1101001 | 0 | 101011 | 111000 | 111 | 1110 | 1001110 | 1000011 |
Color Harmonies of #EC8769
Complementary color
Monochromatic Colors of #EC8769
Black with #EC8769
Text Example
Text Example
White with #EC8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8769; }
p { color: rgb(236,135,105); }
H1.HeaderClassName
{
color: #EC8769;
}
.AnyTagClassName
{
color: #EC8769;
}
</style>
background-color css
<style>
a { background-color: #EC8769; }
a { background-color: rgb(236,135,105); }
div.DivClassName
{
background-color: #EC8769;
}
.BgClassName
{
background-color: #EC8769;
}
</style>
border-color css
<style>
span { border-color: #EC8769; }
span { border-color: rgb(236,135,105); }
td.TdClassName
{
border-color: #EC8769;
}
.TagClassName
{
border-color: #EC8769;
}
</style>