Shades of Copper #E18A6F
Tints of Copper #E18A6F
RGB
CMYK
RGB Variations
Color information
#E18A6F (or 0xE18A6F) is known color: Copper. HEX triplet: E1, 8A and 6F. RGB value is (225,138,111). Sum of RGB (Red+Green+Blue) = 225+138+111=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A6F is #1E7590. Grayscale: #A1A1A1. Windows color (decimal): -1996177 or 7310049. OLE color: 7310049.
HSL color Cylindrical-coordinate representation of color #E18A6F: hue angle of 14.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E18A6F is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 111 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.12 |
| HSL | 14.21º | 0.66% | 0.66% | - |
| HSV(B) | 14.21º | 0.51% | 0.88% | - |
| XYZ | 43.01 | 35.33 | 19.59 | - |
| YUV | 160.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 111 | 0 | 0.39 | 0.51 | 0.12 | 14.21 | 0.66 | 0.66 |
| Hex | E1 | 8A | 6F | 0 | 27 | 33 | C | E | 42 | 42 |
| Octal | 341 | 212 | 157 | 0 | 47 | 63 | 14 | 16 | 102 | 102 |
| Binary | 11100001 | 10001010 | 1101111 | 0 | 100111 | 110011 | 1100 | 1110 | 1000010 | 1000010 |
Color Harmonies of #E18A6F
Complementary color
Monochromatic Colors of #E18A6F
Black with #E18A6F
Text Example
Text Example
White with #E18A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A6F; }
p { color: rgb(225,138,111); }
H1.HeaderClassName
{
color: #E18A6F;
}
.AnyTagClassName
{
color: #E18A6F;
}
</style>
background-color css
<style>
a { background-color: #E18A6F; }
a { background-color: rgb(225,138,111); }
div.DivClassName
{
background-color: #E18A6F;
}
.BgClassName
{
background-color: #E18A6F;
}
</style>
border-color css
<style>
span { border-color: #E18A6F; }
span { border-color: rgb(225,138,111); }
td.TdClassName
{
border-color: #E18A6F;
}
.TagClassName
{
border-color: #E18A6F;
}
</style>