Shades of Copper #E68865
Tints of Copper #E68865
RGB
CMYK
RGB Variations
Color information
#E68865 (or 0xE68865) is known color: Copper. HEX triplet: E6, 88 and 65. RGB value is (230,136,101). Sum of RGB (Red+Green+Blue) = 230+136+101=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E68865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68865 is #19779A. Grayscale: #A0A0A0. Windows color (decimal): -1669019 or 6654182. OLE color: 6654182.
HSL color Cylindrical-coordinate representation of color #E68865: hue angle of 16.28º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E68865 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 101 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.10 |
| HSL | 16.28º | 0.72% | 0.65% | - |
| HSV(B) | 16.28º | 0.56% | 0.9% | - |
| XYZ | 43.79 | 35.37 | 16.83 | - |
| YUV | 160.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 101 | 0 | 0.41 | 0.56 | 0.10 | 16.28 | 0.72 | 0.65 |
| Hex | E6 | 88 | 65 | 0 | 29 | 38 | A | 10 | 48 | 41 |
| Octal | 346 | 210 | 145 | 0 | 51 | 70 | 12 | 20 | 110 | 101 |
| Binary | 11100110 | 10001000 | 1100101 | 0 | 101001 | 111000 | 1010 | 10000 | 1001000 | 1000001 |
Color Harmonies of #E68865
Complementary color
Monochromatic Colors of #E68865
Black with #E68865
Text Example
Text Example
White with #E68865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68865; }
p { color: rgb(230,136,101); }
H1.HeaderClassName
{
color: #E68865;
}
.AnyTagClassName
{
color: #E68865;
}
</style>
background-color css
<style>
a { background-color: #E68865; }
a { background-color: rgb(230,136,101); }
div.DivClassName
{
background-color: #E68865;
}
.BgClassName
{
background-color: #E68865;
}
</style>
border-color css
<style>
span { border-color: #E68865; }
span { border-color: rgb(230,136,101); }
td.TdClassName
{
border-color: #E68865;
}
.TagClassName
{
border-color: #E68865;
}
</style>