Shades of Copper #E18B63
Tints of Copper #E18B63
RGB
CMYK
RGB Variations
Color information
#E18B63 (or 0xE18B63) is known color: Copper. HEX triplet: E1, 8B and 63. RGB value is (225,139,99). Sum of RGB (Red+Green+Blue) = 225+139+99=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B63 is #1E749C. Grayscale: #A0A0A0. Windows color (decimal): -1995933 or 6523873. OLE color: 6523873.
HSL color Cylindrical-coordinate representation of color #E18B63: hue angle of 19.05º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E18B63 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 99 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.12 |
| HSL | 19.05º | 0.68% | 0.64% | - |
| HSV(B) | 19.05º | 0.56% | 0.88% | - |
| XYZ | 42.54 | 35.37 | 16.39 | - |
| YUV | 160.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 99 | 0 | 0.38 | 0.56 | 0.12 | 19.05 | 0.68 | 0.64 |
| Hex | E1 | 8B | 63 | 0 | 26 | 38 | C | 13 | 44 | 40 |
| Octal | 341 | 213 | 143 | 0 | 46 | 70 | 14 | 23 | 104 | 100 |
| Binary | 11100001 | 10001011 | 1100011 | 0 | 100110 | 111000 | 1100 | 10011 | 1000100 | 1000000 |
Color Harmonies of #E18B63
Complementary color
Monochromatic Colors of #E18B63
Black with #E18B63
Text Example
Text Example
White with #E18B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B63; }
p { color: rgb(225,139,99); }
H1.HeaderClassName
{
color: #E18B63;
}
.AnyTagClassName
{
color: #E18B63;
}
</style>
background-color css
<style>
a { background-color: #E18B63; }
a { background-color: rgb(225,139,99); }
div.DivClassName
{
background-color: #E18B63;
}
.BgClassName
{
background-color: #E18B63;
}
</style>
border-color css
<style>
span { border-color: #E18B63; }
span { border-color: rgb(225,139,99); }
td.TdClassName
{
border-color: #E18B63;
}
.TagClassName
{
border-color: #E18B63;
}
</style>