Shades of Copper #E68866
Tints of Copper #E68866
RGB
CMYK
RGB Variations
Color information
#E68866 (or 0xE68866) is known color: Copper. HEX triplet: E6, 88 and 66. RGB value is (230,136,102). Sum of RGB (Red+Green+Blue) = 230+136+102=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E68866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68866 is #197799. Grayscale: #A0A0A0. Windows color (decimal): -1669018 or 6719718. OLE color: 6719718.
HSL color Cylindrical-coordinate representation of color #E68866: hue angle of 15.94º 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 #E68866 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 102 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.10 |
| HSL | 15.94º | 0.72% | 0.65% | - |
| HSV(B) | 15.94º | 0.56% | 0.9% | - |
| XYZ | 43.84 | 35.39 | 17.09 | - |
| YUV | 160.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 102 | 0 | 0.41 | 0.56 | 0.10 | 15.94 | 0.72 | 0.65 |
| Hex | E6 | 88 | 66 | 0 | 29 | 38 | A | 10 | 48 | 41 |
| Octal | 346 | 210 | 146 | 0 | 51 | 70 | 12 | 20 | 110 | 101 |
| Binary | 11100110 | 10001000 | 1100110 | 0 | 101001 | 111000 | 1010 | 10000 | 1001000 | 1000001 |
Color Harmonies of #E68866
Complementary color
Monochromatic Colors of #E68866
Black with #E68866
Text Example
Text Example
White with #E68866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68866; }
p { color: rgb(230,136,102); }
H1.HeaderClassName
{
color: #E68866;
}
.AnyTagClassName
{
color: #E68866;
}
</style>
background-color css
<style>
a { background-color: #E68866; }
a { background-color: rgb(230,136,102); }
div.DivClassName
{
background-color: #E68866;
}
.BgClassName
{
background-color: #E68866;
}
</style>
border-color css
<style>
span { border-color: #E68866; }
span { border-color: rgb(230,136,102); }
td.TdClassName
{
border-color: #E68866;
}
.TagClassName
{
border-color: #E68866;
}
</style>