Shades of Copper #E68565
Tints of Copper #E68565
RGB
CMYK
RGB Variations
Color information
#E68565 (or 0xE68565) is known color: Copper. HEX triplet: E6, 85 and 65. RGB value is (230,133,101). Sum of RGB (Red+Green+Blue) = 230+133+101=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E68565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68565 is #197A9A. Grayscale: #9E9E9E. Windows color (decimal): -1669787 or 6653414. OLE color: 6653414.
HSL color Cylindrical-coordinate representation of color #E68565: hue angle of 14.88º 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 #E68565 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 101 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.10 |
| HSL | 14.88º | 0.72% | 0.65% | - |
| HSV(B) | 14.88º | 0.56% | 0.9% | - |
| XYZ | 43.37 | 34.54 | 16.69 | - |
| YUV | 158.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 101 | 0 | 0.42 | 0.56 | 0.10 | 14.88 | 0.72 | 0.65 |
| Hex | E6 | 85 | 65 | 0 | 2A | 38 | A | F | 48 | 41 |
| Octal | 346 | 205 | 145 | 0 | 52 | 70 | 12 | 17 | 110 | 101 |
| Binary | 11100110 | 10000101 | 1100101 | 0 | 101010 | 111000 | 1010 | 1111 | 1001000 | 1000001 |
Color Harmonies of #E68565
Complementary color
Monochromatic Colors of #E68565
Black with #E68565
Text Example
Text Example
White with #E68565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68565; }
p { color: rgb(230,133,101); }
H1.HeaderClassName
{
color: #E68565;
}
.AnyTagClassName
{
color: #E68565;
}
</style>
background-color css
<style>
a { background-color: #E68565; }
a { background-color: rgb(230,133,101); }
div.DivClassName
{
background-color: #E68565;
}
.BgClassName
{
background-color: #E68565;
}
</style>
border-color css
<style>
span { border-color: #E68565; }
span { border-color: rgb(230,133,101); }
td.TdClassName
{
border-color: #E68565;
}
.TagClassName
{
border-color: #E68565;
}
</style>