Shades of Copper #E58C6C
Tints of Copper #E58C6C
RGB
CMYK
RGB Variations
Color information
#E58C6C (or 0xE58C6C) is known color: Copper. HEX triplet: E5, 8C and 6C. RGB value is (229,140,108). Sum of RGB (Red+Green+Blue) = 229+140+108=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C6C is #1A7393. Grayscale: #A3A3A3. Windows color (decimal): -1733524 or 7113957. OLE color: 7113957.
HSL color Cylindrical-coordinate representation of color #E58C6C: hue angle of 15.87º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E58C6C is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 108 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.10 |
| HSL | 15.87º | 0.7% | 0.66% | - |
| HSV(B) | 15.87º | 0.53% | 0.9% | - |
| XYZ | 44.4 | 36.5 | 18.89 | - |
| YUV | 162.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 108 | 0 | 0.39 | 0.53 | 0.10 | 15.87 | 0.7 | 0.66 |
| Hex | E5 | 8C | 6C | 0 | 27 | 35 | A | 10 | 46 | 42 |
| Octal | 345 | 214 | 154 | 0 | 47 | 65 | 12 | 20 | 106 | 102 |
| Binary | 11100101 | 10001100 | 1101100 | 0 | 100111 | 110101 | 1010 | 10000 | 1000110 | 1000010 |
Color Harmonies of #E58C6C
Complementary color
Monochromatic Colors of #E58C6C
Black with #E58C6C
Text Example
Text Example
White with #E58C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C6C; }
p { color: rgb(229,140,108); }
H1.HeaderClassName
{
color: #E58C6C;
}
.AnyTagClassName
{
color: #E58C6C;
}
</style>
background-color css
<style>
a { background-color: #E58C6C; }
a { background-color: rgb(229,140,108); }
div.DivClassName
{
background-color: #E58C6C;
}
.BgClassName
{
background-color: #E58C6C;
}
</style>
border-color css
<style>
span { border-color: #E58C6C; }
span { border-color: rgb(229,140,108); }
td.TdClassName
{
border-color: #E58C6C;
}
.TagClassName
{
border-color: #E58C6C;
}
</style>