Shades of Copper #E58C6A
Tints of Copper #E58C6A
RGB
CMYK
RGB Variations
Color information
#E58C6A (or 0xE58C6A) is known color: Copper. HEX triplet: E5, 8C and 6A. RGB value is (229,140,106). Sum of RGB (Red+Green+Blue) = 229+140+106=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C6A is #1A7395. Grayscale: #A2A2A2. Windows color (decimal): -1733526 or 6982885. OLE color: 6982885.
HSL color Cylindrical-coordinate representation of color #E58C6A: hue angle of 16.59º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E58C6A is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 106 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.10 |
| HSL | 16.59º | 0.7% | 0.66% | - |
| HSV(B) | 16.59º | 0.54% | 0.9% | - |
| XYZ | 44.29 | 36.45 | 18.34 | - |
| YUV | 162.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 106 | 0 | 0.39 | 0.54 | 0.10 | 16.59 | 0.7 | 0.66 |
| Hex | E5 | 8C | 6A | 0 | 27 | 36 | A | 11 | 46 | 42 |
| Octal | 345 | 214 | 152 | 0 | 47 | 66 | 12 | 21 | 106 | 102 |
| Binary | 11100101 | 10001100 | 1101010 | 0 | 100111 | 110110 | 1010 | 10001 | 1000110 | 1000010 |
Color Harmonies of #E58C6A
Complementary color
Monochromatic Colors of #E58C6A
Black with #E58C6A
Text Example
Text Example
White with #E58C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C6A; }
p { color: rgb(229,140,106); }
H1.HeaderClassName
{
color: #E58C6A;
}
.AnyTagClassName
{
color: #E58C6A;
}
</style>
background-color css
<style>
a { background-color: #E58C6A; }
a { background-color: rgb(229,140,106); }
div.DivClassName
{
background-color: #E58C6A;
}
.BgClassName
{
background-color: #E58C6A;
}
</style>
border-color css
<style>
span { border-color: #E58C6A; }
span { border-color: rgb(229,140,106); }
td.TdClassName
{
border-color: #E58C6A;
}
.TagClassName
{
border-color: #E58C6A;
}
</style>