Shades of Copper #E28365
Tints of Copper #E28365
RGB
CMYK
RGB Variations
Color information
#E28365 (or 0xE28365) is known color: Copper. HEX triplet: E2, 83 and 65. RGB value is (226,131,101). Sum of RGB (Red+Green+Blue) = 226+131+101=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E28365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28365 is #1D7C9A. Grayscale: #9C9C9C. Windows color (decimal): -1932443 or 6652898. OLE color: 6652898.
HSL color Cylindrical-coordinate representation of color #E28365: hue angle of 14.4º 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 #E28365 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 101 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.11 |
| HSL | 14.4º | 0.68% | 0.64% | - |
| HSV(B) | 14.4º | 0.55% | 0.89% | - |
| XYZ | 41.83 | 33.34 | 16.54 | - |
| YUV | 155.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 101 | 0 | 0.42 | 0.55 | 0.11 | 14.4 | 0.68 | 0.64 |
| Hex | E2 | 83 | 65 | 0 | 2A | 37 | B | E | 44 | 40 |
| Octal | 342 | 203 | 145 | 0 | 52 | 67 | 13 | 16 | 104 | 100 |
| Binary | 11100010 | 10000011 | 1100101 | 0 | 101010 | 110111 | 1011 | 1110 | 1000100 | 1000000 |
Color Harmonies of #E28365
Complementary color
Monochromatic Colors of #E28365
Black with #E28365
Text Example
Text Example
White with #E28365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28365; }
p { color: rgb(226,131,101); }
H1.HeaderClassName
{
color: #E28365;
}
.AnyTagClassName
{
color: #E28365;
}
</style>
background-color css
<style>
a { background-color: #E28365; }
a { background-color: rgb(226,131,101); }
div.DivClassName
{
background-color: #E28365;
}
.BgClassName
{
background-color: #E28365;
}
</style>
border-color css
<style>
span { border-color: #E28365; }
span { border-color: rgb(226,131,101); }
td.TdClassName
{
border-color: #E28365;
}
.TagClassName
{
border-color: #E28365;
}
</style>