Shades of Copper #E28F65
Tints of Copper #E28F65
RGB
CMYK
RGB Variations
Color information
#E28F65 (or 0xE28F65) is known color: Copper. HEX triplet: E2, 8F and 65. RGB value is (226,143,101). Sum of RGB (Red+Green+Blue) = 226+143+101=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F65 is #1D709A. Grayscale: #A3A3A3. Windows color (decimal): -1929371 or 6655970. OLE color: 6655970.
HSL color Cylindrical-coordinate representation of color #E28F65: hue angle of 20.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E28F65 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 101 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.11 |
| HSL | 20.16º | 0.68% | 0.64% | - |
| HSV(B) | 20.16º | 0.55% | 0.89% | - |
| XYZ | 43.54 | 36.75 | 17.11 | - |
| YUV | 163.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 101 | 0 | 0.37 | 0.55 | 0.11 | 20.16 | 0.68 | 0.64 |
| Hex | E2 | 8F | 65 | 0 | 25 | 37 | B | 14 | 44 | 40 |
| Octal | 342 | 217 | 145 | 0 | 45 | 67 | 13 | 24 | 104 | 100 |
| Binary | 11100010 | 10001111 | 1100101 | 0 | 100101 | 110111 | 1011 | 10100 | 1000100 | 1000000 |
Color Harmonies of #E28F65
Complementary color
Monochromatic Colors of #E28F65
Black with #E28F65
Text Example
Text Example
White with #E28F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28F65; }
p { color: rgb(226,143,101); }
H1.HeaderClassName
{
color: #E28F65;
}
.AnyTagClassName
{
color: #E28F65;
}
</style>
background-color css
<style>
a { background-color: #E28F65; }
a { background-color: rgb(226,143,101); }
div.DivClassName
{
background-color: #E28F65;
}
.BgClassName
{
background-color: #E28F65;
}
</style>
border-color css
<style>
span { border-color: #E28F65; }
span { border-color: rgb(226,143,101); }
td.TdClassName
{
border-color: #E28F65;
}
.TagClassName
{
border-color: #E28F65;
}
</style>