Shades of Copper #E58B6B
Tints of Copper #E58B6B
RGB
CMYK
RGB Variations
Color information
#E58B6B (or 0xE58B6B) is known color: Copper. HEX triplet: E5, 8B and 6B. RGB value is (229,139,107). Sum of RGB (Red+Green+Blue) = 229+139+107=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B6B is #1A7494. Grayscale: #A2A2A2. Windows color (decimal): -1733781 or 7048165. OLE color: 7048165.
HSL color Cylindrical-coordinate representation of color #E58B6B: hue angle of 15.74º 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 #E58B6B is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 107 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.10 |
| HSL | 15.74º | 0.7% | 0.66% | - |
| HSV(B) | 15.74º | 0.53% | 0.9% | - |
| XYZ | 44.2 | 36.18 | 18.56 | - |
| YUV | 162.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 107 | 0 | 0.39 | 0.53 | 0.10 | 15.74 | 0.7 | 0.66 |
| Hex | E5 | 8B | 6B | 0 | 27 | 35 | A | 10 | 46 | 42 |
| Octal | 345 | 213 | 153 | 0 | 47 | 65 | 12 | 20 | 106 | 102 |
| Binary | 11100101 | 10001011 | 1101011 | 0 | 100111 | 110101 | 1010 | 10000 | 1000110 | 1000010 |
Color Harmonies of #E58B6B
Complementary color
Monochromatic Colors of #E58B6B
Black with #E58B6B
Text Example
Text Example
White with #E58B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B6B; }
p { color: rgb(229,139,107); }
H1.HeaderClassName
{
color: #E58B6B;
}
.AnyTagClassName
{
color: #E58B6B;
}
</style>
background-color css
<style>
a { background-color: #E58B6B; }
a { background-color: rgb(229,139,107); }
div.DivClassName
{
background-color: #E58B6B;
}
.BgClassName
{
background-color: #E58B6B;
}
</style>
border-color css
<style>
span { border-color: #E58B6B; }
span { border-color: rgb(229,139,107); }
td.TdClassName
{
border-color: #E58B6B;
}
.TagClassName
{
border-color: #E58B6B;
}
</style>