Shades of Copper #E68D60
Tints of Copper #E68D60
RGB
CMYK
RGB Variations
Color information
#E68D60 (or 0xE68D60) is known color: Copper. HEX triplet: E6, 8D and 60. RGB value is (230,141,96). Sum of RGB (Red+Green+Blue) = 230+141+96=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D60 is #19729F. Grayscale: #A2A2A2. Windows color (decimal): -1667744 or 6327782. OLE color: 6327782.
HSL color Cylindrical-coordinate representation of color #E68D60: hue angle of 20.15º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E68D60 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 96 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.10 |
| HSL | 20.15º | 0.73% | 0.64% | - |
| HSV(B) | 20.15º | 0.58% | 0.9% | - |
| XYZ | 44.27 | 36.72 | 15.82 | - |
| YUV | 162.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 96 | 0 | 0.39 | 0.58 | 0.10 | 20.15 | 0.73 | 0.64 |
| Hex | E6 | 8D | 60 | 0 | 27 | 3A | A | 14 | 49 | 40 |
| Octal | 346 | 215 | 140 | 0 | 47 | 72 | 12 | 24 | 111 | 100 |
| Binary | 11100110 | 10001101 | 1100000 | 0 | 100111 | 111010 | 1010 | 10100 | 1001001 | 1000000 |
Color Harmonies of #E68D60
Complementary color
Monochromatic Colors of #E68D60
Black with #E68D60
Text Example
Text Example
White with #E68D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D60; }
p { color: rgb(230,141,96); }
H1.HeaderClassName
{
color: #E68D60;
}
.AnyTagClassName
{
color: #E68D60;
}
</style>
background-color css
<style>
a { background-color: #E68D60; }
a { background-color: rgb(230,141,96); }
div.DivClassName
{
background-color: #E68D60;
}
.BgClassName
{
background-color: #E68D60;
}
</style>
border-color css
<style>
span { border-color: #E68D60; }
span { border-color: rgb(230,141,96); }
td.TdClassName
{
border-color: #E68D60;
}
.TagClassName
{
border-color: #E68D60;
}
</style>