Shades of Copper #E28E6D
Tints of Copper #E28E6D
RGB
CMYK
RGB Variations
Color information
#E28E6D (or 0xE28E6D) is known color: Copper. HEX triplet: E2, 8E and 6D. RGB value is (226,142,109). Sum of RGB (Red+Green+Blue) = 226+142+109=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E6D is #1D7192. Grayscale: #A3A3A3. Windows color (decimal): -1929619 or 7180002. OLE color: 7180002.
HSL color Cylindrical-coordinate representation of color #E28E6D: hue angle of 16.92º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E28E6D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 109 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.11 |
| HSL | 16.92º | 0.67% | 0.66% | - |
| HSV(B) | 16.92º | 0.52% | 0.89% | - |
| XYZ | 43.8 | 36.62 | 19.23 | - |
| YUV | 163.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 109 | 0 | 0.37 | 0.52 | 0.11 | 16.92 | 0.67 | 0.66 |
| Hex | E2 | 8E | 6D | 0 | 25 | 34 | B | 11 | 43 | 42 |
| Octal | 342 | 216 | 155 | 0 | 45 | 64 | 13 | 21 | 103 | 102 |
| Binary | 11100010 | 10001110 | 1101101 | 0 | 100101 | 110100 | 1011 | 10001 | 1000011 | 1000010 |
Color Harmonies of #E28E6D
Complementary color
Monochromatic Colors of #E28E6D
Black with #E28E6D
Text Example
Text Example
White with #E28E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E6D; }
p { color: rgb(226,142,109); }
H1.HeaderClassName
{
color: #E28E6D;
}
.AnyTagClassName
{
color: #E28E6D;
}
</style>
background-color css
<style>
a { background-color: #E28E6D; }
a { background-color: rgb(226,142,109); }
div.DivClassName
{
background-color: #E28E6D;
}
.BgClassName
{
background-color: #E28E6D;
}
</style>
border-color css
<style>
span { border-color: #E28E6D; }
span { border-color: rgb(226,142,109); }
td.TdClassName
{
border-color: #E28E6D;
}
.TagClassName
{
border-color: #E28E6D;
}
</style>