Shades of Copper #EC8969
Tints of Copper #EC8969
RGB
CMYK
RGB Variations
Color information
#EC8969 (or 0xEC8969) is known color: Copper. HEX triplet: EC, 89 and 69. RGB value is (236,137,105). Sum of RGB (Red+Green+Blue) = 236+137+105=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8969 is #137696. Grayscale: #A3A3A3. Windows color (decimal): -1275543 or 6916588. OLE color: 6916588.
HSL color Cylindrical-coordinate representation of color #EC8969: hue angle of 14.66º 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 #EC8969 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 105 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.07 |
| HSL | 14.66º | 0.78% | 0.67% | - |
| HSV(B) | 14.66º | 0.56% | 0.93% | - |
| XYZ | 46.09 | 36.74 | 18.03 | - |
| YUV | 162.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 105 | 0 | 0.42 | 0.56 | 0.07 | 14.66 | 0.78 | 0.67 |
| Hex | EC | 89 | 69 | 0 | 2A | 38 | 7 | F | 4E | 43 |
| Octal | 354 | 211 | 151 | 0 | 52 | 70 | 7 | 17 | 116 | 103 |
| Binary | 11101100 | 10001001 | 1101001 | 0 | 101010 | 111000 | 111 | 1111 | 1001110 | 1000011 |
Color Harmonies of #EC8969
Complementary color
Monochromatic Colors of #EC8969
Black with #EC8969
Text Example
Text Example
White with #EC8969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8969; }
p { color: rgb(236,137,105); }
H1.HeaderClassName
{
color: #EC8969;
}
.AnyTagClassName
{
color: #EC8969;
}
</style>
background-color css
<style>
a { background-color: #EC8969; }
a { background-color: rgb(236,137,105); }
div.DivClassName
{
background-color: #EC8969;
}
.BgClassName
{
background-color: #EC8969;
}
</style>
border-color css
<style>
span { border-color: #EC8969; }
span { border-color: rgb(236,137,105); }
td.TdClassName
{
border-color: #EC8969;
}
.TagClassName
{
border-color: #EC8969;
}
</style>