Shades of Copper #E58A6B
Tints of Copper #E58A6B
RGB
CMYK
RGB Variations
Color information
#E58A6B (or 0xE58A6B) is known color: Copper. HEX triplet: E5, 8A and 6B. RGB value is (229,138,107). Sum of RGB (Red+Green+Blue) = 229+138+107=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A6B is #1A7594. Grayscale: #A1A1A1. Windows color (decimal): -1734037 or 7047909. OLE color: 7047909.
HSL color Cylindrical-coordinate representation of color #E58A6B: hue angle of 15.25º 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 #E58A6B is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 107 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.10 |
| HSL | 15.25º | 0.7% | 0.66% | - |
| HSV(B) | 15.25º | 0.53% | 0.9% | - |
| XYZ | 44.06 | 35.9 | 18.52 | - |
| YUV | 161.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 107 | 0 | 0.40 | 0.53 | 0.10 | 15.25 | 0.7 | 0.66 |
| Hex | E5 | 8A | 6B | 0 | 28 | 35 | A | F | 46 | 42 |
| Octal | 345 | 212 | 153 | 0 | 50 | 65 | 12 | 17 | 106 | 102 |
| Binary | 11100101 | 10001010 | 1101011 | 0 | 101000 | 110101 | 1010 | 1111 | 1000110 | 1000010 |
Color Harmonies of #E58A6B
Complementary color
Monochromatic Colors of #E58A6B
Black with #E58A6B
Text Example
Text Example
White with #E58A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A6B; }
p { color: rgb(229,138,107); }
H1.HeaderClassName
{
color: #E58A6B;
}
.AnyTagClassName
{
color: #E58A6B;
}
</style>
background-color css
<style>
a { background-color: #E58A6B; }
a { background-color: rgb(229,138,107); }
div.DivClassName
{
background-color: #E58A6B;
}
.BgClassName
{
background-color: #E58A6B;
}
</style>
border-color css
<style>
span { border-color: #E58A6B; }
span { border-color: rgb(229,138,107); }
td.TdClassName
{
border-color: #E58A6B;
}
.TagClassName
{
border-color: #E58A6B;
}
</style>