Shades of Copper #E28E6E
Tints of Copper #E28E6E
RGB
CMYK
RGB Variations
Color information
#E28E6E (or 0xE28E6E) is known color: Copper. HEX triplet: E2, 8E and 6E. RGB value is (226,142,110). Sum of RGB (Red+Green+Blue) = 226+142+110=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E6E is #1D7191. Grayscale: #A3A3A3. Windows color (decimal): -1929618 or 7245538. OLE color: 7245538.
HSL color Cylindrical-coordinate representation of color #E28E6E: hue angle of 16.55º degrees, saturation: 0.67, 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 #E28E6E is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 110 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.11 |
| HSL | 16.55º | 0.67% | 0.66% | - |
| HSV(B) | 16.55º | 0.51% | 0.89% | - |
| XYZ | 43.85 | 36.64 | 19.51 | - |
| YUV | 163.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 110 | 0 | 0.37 | 0.51 | 0.11 | 16.55 | 0.67 | 0.66 |
| Hex | E2 | 8E | 6E | 0 | 25 | 33 | B | 11 | 43 | 42 |
| Octal | 342 | 216 | 156 | 0 | 45 | 63 | 13 | 21 | 103 | 102 |
| Binary | 11100010 | 10001110 | 1101110 | 0 | 100101 | 110011 | 1011 | 10001 | 1000011 | 1000010 |
Color Harmonies of #E28E6E
Complementary color
Monochromatic Colors of #E28E6E
Black with #E28E6E
Text Example
Text Example
White with #E28E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E6E; }
p { color: rgb(226,142,110); }
H1.HeaderClassName
{
color: #E28E6E;
}
.AnyTagClassName
{
color: #E28E6E;
}
</style>
background-color css
<style>
a { background-color: #E28E6E; }
a { background-color: rgb(226,142,110); }
div.DivClassName
{
background-color: #E28E6E;
}
.BgClassName
{
background-color: #E28E6E;
}
</style>
border-color css
<style>
span { border-color: #E28E6E; }
span { border-color: rgb(226,142,110); }
td.TdClassName
{
border-color: #E28E6E;
}
.TagClassName
{
border-color: #E28E6E;
}
</style>