Shades of Copper #E68A60
Tints of Copper #E68A60
RGB
CMYK
RGB Variations
Color information
#E68A60 (or 0xE68A60) is known color: Copper. HEX triplet: E6, 8A and 60. RGB value is (230,138,96). Sum of RGB (Red+Green+Blue) = 230+138+96=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A60 is #19759F. Grayscale: #A0A0A0. Windows color (decimal): -1668512 or 6327014. OLE color: 6327014.
HSL color Cylindrical-coordinate representation of color #E68A60: hue angle of 18.81º 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 #E68A60 is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 96 | - |
| CMYK | 0 | 0.4 | 0.58 | 0.10 |
| HSL | 18.81º | 0.73% | 0.64% | - |
| HSV(B) | 18.81º | 0.58% | 0.9% | - |
| XYZ | 43.83 | 35.84 | 15.67 | - |
| YUV | 160.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 96 | 0 | 0.4 | 0.58 | 0.10 | 18.81 | 0.73 | 0.64 |
| Hex | E6 | 8A | 60 | 0 | 28 | 3A | A | 13 | 49 | 40 |
| Octal | 346 | 212 | 140 | 0 | 50 | 72 | 12 | 23 | 111 | 100 |
| Binary | 11100110 | 10001010 | 1100000 | 0 | 101000 | 111010 | 1010 | 10011 | 1001001 | 1000000 |
Color Harmonies of #E68A60
Complementary color
Monochromatic Colors of #E68A60
Black with #E68A60
Text Example
Text Example
White with #E68A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A60; }
p { color: rgb(230,138,96); }
H1.HeaderClassName
{
color: #E68A60;
}
.AnyTagClassName
{
color: #E68A60;
}
</style>
background-color css
<style>
a { background-color: #E68A60; }
a { background-color: rgb(230,138,96); }
div.DivClassName
{
background-color: #E68A60;
}
.BgClassName
{
background-color: #E68A60;
}
</style>
border-color css
<style>
span { border-color: #E68A60; }
span { border-color: rgb(230,138,96); }
td.TdClassName
{
border-color: #E68A60;
}
.TagClassName
{
border-color: #E68A60;
}
</style>