Shades of Copper #E58B6C
Tints of Copper #E58B6C
RGB
CMYK
RGB Variations
Color information
#E58B6C (or 0xE58B6C) is known color: Copper. HEX triplet: E5, 8B and 6C. RGB value is (229,139,108). Sum of RGB (Red+Green+Blue) = 229+139+108=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B6C is #1A7493. Grayscale: #A2A2A2. Windows color (decimal): -1733780 or 7113701. OLE color: 7113701.
HSL color Cylindrical-coordinate representation of color #E58B6C: hue angle of 15.37º 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 #E58B6C is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 108 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.10 |
| HSL | 15.37º | 0.7% | 0.66% | - |
| HSV(B) | 15.37º | 0.53% | 0.9% | - |
| XYZ | 44.25 | 36.21 | 18.84 | - |
| YUV | 162.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 108 | 0 | 0.39 | 0.53 | 0.10 | 15.37 | 0.7 | 0.66 |
| Hex | E5 | 8B | 6C | 0 | 27 | 35 | A | F | 46 | 42 |
| Octal | 345 | 213 | 154 | 0 | 47 | 65 | 12 | 17 | 106 | 102 |
| Binary | 11100101 | 10001011 | 1101100 | 0 | 100111 | 110101 | 1010 | 1111 | 1000110 | 1000010 |
Color Harmonies of #E58B6C
Complementary color
Monochromatic Colors of #E58B6C
Black with #E58B6C
Text Example
Text Example
White with #E58B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B6C; }
p { color: rgb(229,139,108); }
H1.HeaderClassName
{
color: #E58B6C;
}
.AnyTagClassName
{
color: #E58B6C;
}
</style>
background-color css
<style>
a { background-color: #E58B6C; }
a { background-color: rgb(229,139,108); }
div.DivClassName
{
background-color: #E58B6C;
}
.BgClassName
{
background-color: #E58B6C;
}
</style>
border-color css
<style>
span { border-color: #E58B6C; }
span { border-color: rgb(229,139,108); }
td.TdClassName
{
border-color: #E58B6C;
}
.TagClassName
{
border-color: #E58B6C;
}
</style>