Shades of Copper #E28E6A
Tints of Copper #E28E6A
RGB
CMYK
RGB Variations
Color information
#E28E6A (or 0xE28E6A) is known color: Copper. HEX triplet: E2, 8E and 6A. RGB value is (226,142,106). Sum of RGB (Red+Green+Blue) = 226+142+106=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E6A is #1D7195. Grayscale: #A3A3A3. Windows color (decimal): -1929622 or 6983394. OLE color: 6983394.
HSL color Cylindrical-coordinate representation of color #E28E6A: hue angle of 18º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E28E6A is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 106 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.11 |
| HSL | 18º | 0.67% | 0.65% | - |
| HSV(B) | 18º | 0.53% | 0.89% | - |
| XYZ | 43.64 | 36.56 | 18.39 | - |
| YUV | 163.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 106 | 0 | 0.37 | 0.53 | 0.11 | 18 | 0.67 | 0.65 |
| Hex | E2 | 8E | 6A | 0 | 25 | 35 | B | 12 | 43 | 41 |
| Octal | 342 | 216 | 152 | 0 | 45 | 65 | 13 | 22 | 103 | 101 |
| Binary | 11100010 | 10001110 | 1101010 | 0 | 100101 | 110101 | 1011 | 10010 | 1000011 | 1000001 |
Color Harmonies of #E28E6A
Complementary color
Monochromatic Colors of #E28E6A
Black with #E28E6A
Text Example
Text Example
White with #E28E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E6A; }
p { color: rgb(226,142,106); }
H1.HeaderClassName
{
color: #E28E6A;
}
.AnyTagClassName
{
color: #E28E6A;
}
</style>
background-color css
<style>
a { background-color: #E28E6A; }
a { background-color: rgb(226,142,106); }
div.DivClassName
{
background-color: #E28E6A;
}
.BgClassName
{
background-color: #E28E6A;
}
</style>
border-color css
<style>
span { border-color: #E28E6A; }
span { border-color: rgb(226,142,106); }
td.TdClassName
{
border-color: #E28E6A;
}
.TagClassName
{
border-color: #E28E6A;
}
</style>