Shades of Copper #E28F6D
Tints of Copper #E28F6D
RGB
CMYK
RGB Variations
Color information
#E28F6D (or 0xE28F6D) is known color: Copper. HEX triplet: E2, 8F and 6D. RGB value is (226,143,109). Sum of RGB (Red+Green+Blue) = 226+143+109=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F6D is #1D7092. Grayscale: #A4A4A4. Windows color (decimal): -1929363 or 7180258. OLE color: 7180258.
HSL color Cylindrical-coordinate representation of color #E28F6D: hue angle of 17.44º 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 #E28F6D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 109 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.11 |
| HSL | 17.44º | 0.67% | 0.66% | - |
| HSV(B) | 17.44º | 0.52% | 0.89% | - |
| XYZ | 43.95 | 36.92 | 19.28 | - |
| YUV | 163.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 109 | 0 | 0.37 | 0.52 | 0.11 | 17.44 | 0.67 | 0.66 |
| Hex | E2 | 8F | 6D | 0 | 25 | 34 | B | 11 | 43 | 42 |
| Octal | 342 | 217 | 155 | 0 | 45 | 64 | 13 | 21 | 103 | 102 |
| Binary | 11100010 | 10001111 | 1101101 | 0 | 100101 | 110100 | 1011 | 10001 | 1000011 | 1000010 |
Color Harmonies of #E28F6D
Complementary color
Monochromatic Colors of #E28F6D
Black with #E28F6D
Text Example
Text Example
White with #E28F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28F6D; }
p { color: rgb(226,143,109); }
H1.HeaderClassName
{
color: #E28F6D;
}
.AnyTagClassName
{
color: #E28F6D;
}
</style>
background-color css
<style>
a { background-color: #E28F6D; }
a { background-color: rgb(226,143,109); }
div.DivClassName
{
background-color: #E28F6D;
}
.BgClassName
{
background-color: #E28F6D;
}
</style>
border-color css
<style>
span { border-color: #E28F6D; }
span { border-color: rgb(226,143,109); }
td.TdClassName
{
border-color: #E28F6D;
}
.TagClassName
{
border-color: #E28F6D;
}
</style>