Shades of Copper #E28A65
Tints of Copper #E28A65
RGB
CMYK
RGB Variations
Color information
#E28A65 (or 0xE28A65) is known color: Copper. HEX triplet: E2, 8A and 65. RGB value is (226,138,101). Sum of RGB (Red+Green+Blue) = 226+138+101=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A65 is #1D759A. Grayscale: #A0A0A0. Windows color (decimal): -1930651 or 6654690. OLE color: 6654690.
HSL color Cylindrical-coordinate representation of color #E28A65: hue angle of 17.76º 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 #E28A65 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 101 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.11 |
| HSL | 17.76º | 0.68% | 0.64% | - |
| HSV(B) | 17.76º | 0.55% | 0.89% | - |
| XYZ | 42.8 | 35.29 | 16.87 | - |
| YUV | 160.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 101 | 0 | 0.39 | 0.55 | 0.11 | 17.76 | 0.68 | 0.64 |
| Hex | E2 | 8A | 65 | 0 | 27 | 37 | B | 12 | 44 | 40 |
| Octal | 342 | 212 | 145 | 0 | 47 | 67 | 13 | 22 | 104 | 100 |
| Binary | 11100010 | 10001010 | 1100101 | 0 | 100111 | 110111 | 1011 | 10010 | 1000100 | 1000000 |
Color Harmonies of #E28A65
Complementary color
Monochromatic Colors of #E28A65
Black with #E28A65
Text Example
Text Example
White with #E28A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A65; }
p { color: rgb(226,138,101); }
H1.HeaderClassName
{
color: #E28A65;
}
.AnyTagClassName
{
color: #E28A65;
}
</style>
background-color css
<style>
a { background-color: #E28A65; }
a { background-color: rgb(226,138,101); }
div.DivClassName
{
background-color: #E28A65;
}
.BgClassName
{
background-color: #E28A65;
}
</style>
border-color css
<style>
span { border-color: #E28A65; }
span { border-color: rgb(226,138,101); }
td.TdClassName
{
border-color: #E28A65;
}
.TagClassName
{
border-color: #E28A65;
}
</style>