Shades of Copper #E18558
Tints of Copper #E18558
RGB
CMYK
RGB Variations
Color information
#E18558 (or 0xE18558) is known color: Copper. HEX triplet: E1, 85 and 58. RGB value is (225,133,88). Sum of RGB (Red+Green+Blue) = 225+133+88=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E18558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18558 is #1E7AA7. Grayscale: #9B9B9B. Windows color (decimal): -1997480 or 5801441. OLE color: 5801441.
HSL color Cylindrical-coordinate representation of color #E18558: hue angle of 19.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E18558 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 88 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.12 |
| HSL | 19.71º | 0.7% | 0.61% | - |
| HSV(B) | 19.71º | 0.61% | 0.88% | - |
| XYZ | 41.2 | 33.49 | 13.52 | - |
| YUV | 155.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 88 | 0 | 0.41 | 0.61 | 0.12 | 19.71 | 0.7 | 0.61 |
| Hex | E1 | 85 | 58 | 0 | 29 | 3D | C | 14 | 46 | 3D |
| Octal | 341 | 205 | 130 | 0 | 51 | 75 | 14 | 24 | 106 | 75 |
| Binary | 11100001 | 10000101 | 1011000 | 0 | 101001 | 111101 | 1100 | 10100 | 1000110 | 111101 |
Color Harmonies of #E18558
Complementary color
Monochromatic Colors of #E18558
Black with #E18558
Text Example
Text Example
White with #E18558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18558; }
p { color: rgb(225,133,88); }
H1.HeaderClassName
{
color: #E18558;
}
.AnyTagClassName
{
color: #E18558;
}
</style>
background-color css
<style>
a { background-color: #E18558; }
a { background-color: rgb(225,133,88); }
div.DivClassName
{
background-color: #E18558;
}
.BgClassName
{
background-color: #E18558;
}
</style>
border-color css
<style>
span { border-color: #E18558; }
span { border-color: rgb(225,133,88); }
td.TdClassName
{
border-color: #E18558;
}
.TagClassName
{
border-color: #E18558;
}
</style>