Shades of Copper #E28E6F
Tints of Copper #E28E6F
RGB
CMYK
RGB Variations
Color information
#E28E6F (or 0xE28E6F) is known color: Copper. HEX triplet: E2, 8E and 6F. RGB value is (226,142,111). Sum of RGB (Red+Green+Blue) = 226+142+111=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E6F is #1D7190. Grayscale: #A3A3A3. Windows color (decimal): -1929617 or 7311074. OLE color: 7311074.
HSL color Cylindrical-coordinate representation of color #E28E6F: hue angle of 16.17º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E28E6F is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 111 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.11 |
| HSL | 16.17º | 0.66% | 0.66% | - |
| HSV(B) | 16.17º | 0.51% | 0.89% | - |
| XYZ | 43.91 | 36.66 | 19.8 | - |
| YUV | 163.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 111 | 0 | 0.37 | 0.51 | 0.11 | 16.17 | 0.66 | 0.66 |
| Hex | E2 | 8E | 6F | 0 | 25 | 33 | B | 10 | 42 | 42 |
| Octal | 342 | 216 | 157 | 0 | 45 | 63 | 13 | 20 | 102 | 102 |
| Binary | 11100010 | 10001110 | 1101111 | 0 | 100101 | 110011 | 1011 | 10000 | 1000010 | 1000010 |
Color Harmonies of #E28E6F
Complementary color
Monochromatic Colors of #E28E6F
Black with #E28E6F
Text Example
Text Example
White with #E28E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E6F; }
p { color: rgb(226,142,111); }
H1.HeaderClassName
{
color: #E28E6F;
}
.AnyTagClassName
{
color: #E28E6F;
}
</style>
background-color css
<style>
a { background-color: #E28E6F; }
a { background-color: rgb(226,142,111); }
div.DivClassName
{
background-color: #E28E6F;
}
.BgClassName
{
background-color: #E28E6F;
}
</style>
border-color css
<style>
span { border-color: #E28E6F; }
span { border-color: rgb(226,142,111); }
td.TdClassName
{
border-color: #E28E6F;
}
.TagClassName
{
border-color: #E28E6F;
}
</style>