Shades of Copper #E68266
Tints of Copper #E68266
RGB
CMYK
RGB Variations
Color information
#E68266 (or 0xE68266) is known color: Copper. HEX triplet: E6, 82 and 66. RGB value is (230,130,102). Sum of RGB (Red+Green+Blue) = 230+130+102=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E68266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68266 is #197D99. Grayscale: #9C9C9C. Windows color (decimal): -1670554 or 6718182. OLE color: 6718182.
HSL color Cylindrical-coordinate representation of color #E68266: hue angle of 13.12º 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 #E68266 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 102 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.10 |
| HSL | 13.13º | 0.72% | 0.65% | - |
| HSV(B) | 13.13º | 0.56% | 0.9% | - |
| XYZ | 43.01 | 33.75 | 16.82 | - |
| YUV | 156.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 102 | 0 | 0.43 | 0.56 | 0.10 | 13.13 | 0.72 | 0.65 |
| Hex | E6 | 82 | 66 | 0 | 2B | 38 | A | D | 48 | 41 |
| Octal | 346 | 202 | 146 | 0 | 53 | 70 | 12 | 15 | 110 | 101 |
| Binary | 11100110 | 10000010 | 1100110 | 0 | 101011 | 111000 | 1010 | 1101 | 1001000 | 1000001 |
Color Harmonies of #E68266
Complementary color
Monochromatic Colors of #E68266
Black with #E68266
Text Example
Text Example
White with #E68266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68266; }
p { color: rgb(230,130,102); }
H1.HeaderClassName
{
color: #E68266;
}
.AnyTagClassName
{
color: #E68266;
}
</style>
background-color css
<style>
a { background-color: #E68266; }
a { background-color: rgb(230,130,102); }
div.DivClassName
{
background-color: #E68266;
}
.BgClassName
{
background-color: #E68266;
}
</style>
border-color css
<style>
span { border-color: #E68266; }
span { border-color: rgb(230,130,102); }
td.TdClassName
{
border-color: #E68266;
}
.TagClassName
{
border-color: #E68266;
}
</style>