Shades of Copper #E58F6B
Tints of Copper #E58F6B
RGB
CMYK
RGB Variations
Color information
#E58F6B (or 0xE58F6B) is known color: Copper. HEX triplet: E5, 8F and 6B. RGB value is (229,143,107). Sum of RGB (Red+Green+Blue) = 229+143+107=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58F6B is #1A7094. Grayscale: #A4A4A4. Windows color (decimal): -1732757 or 7049189. OLE color: 7049189.
HSL color Cylindrical-coordinate representation of color #E58F6B: hue angle of 17.7º 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 #E58F6B is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 107 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.10 |
| HSL | 17.7º | 0.7% | 0.66% | - |
| HSV(B) | 17.7º | 0.53% | 0.9% | - |
| XYZ | 44.79 | 37.36 | 18.76 | - |
| YUV | 164.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 107 | 0 | 0.38 | 0.53 | 0.10 | 17.7 | 0.7 | 0.66 |
| Hex | E5 | 8F | 6B | 0 | 26 | 35 | A | 12 | 46 | 42 |
| Octal | 345 | 217 | 153 | 0 | 46 | 65 | 12 | 22 | 106 | 102 |
| Binary | 11100101 | 10001111 | 1101011 | 0 | 100110 | 110101 | 1010 | 10010 | 1000110 | 1000010 |
Color Harmonies of #E58F6B
Complementary color
Monochromatic Colors of #E58F6B
Black with #E58F6B
Text Example
Text Example
White with #E58F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F6B; }
p { color: rgb(229,143,107); }
H1.HeaderClassName
{
color: #E58F6B;
}
.AnyTagClassName
{
color: #E58F6B;
}
</style>
background-color css
<style>
a { background-color: #E58F6B; }
a { background-color: rgb(229,143,107); }
div.DivClassName
{
background-color: #E58F6B;
}
.BgClassName
{
background-color: #E58F6B;
}
</style>
border-color css
<style>
span { border-color: #E58F6B; }
span { border-color: rgb(229,143,107); }
td.TdClassName
{
border-color: #E58F6B;
}
.TagClassName
{
border-color: #E58F6B;
}
</style>