Shades of Copper #E69166
Tints of Copper #E69166
RGB
CMYK
RGB Variations
Color information
#E69166 (or 0xE69166) is known color: Copper. HEX triplet: E6, 91 and 66. RGB value is (230,145,102). Sum of RGB (Red+Green+Blue) = 230+145+102=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E69166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69166 is #196E99. Grayscale: #A5A5A5. Windows color (decimal): -1666714 or 6722022. OLE color: 6722022.
HSL color Cylindrical-coordinate representation of color #E69166: hue angle of 20.16º 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 #E69166 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 102 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.10 |
| HSL | 20.16º | 0.72% | 0.65% | - |
| HSV(B) | 20.16º | 0.56% | 0.9% | - |
| XYZ | 45.16 | 38.03 | 17.53 | - |
| YUV | 165.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 102 | 0 | 0.37 | 0.56 | 0.10 | 20.16 | 0.72 | 0.65 |
| Hex | E6 | 91 | 66 | 0 | 25 | 38 | A | 14 | 48 | 41 |
| Octal | 346 | 221 | 146 | 0 | 45 | 70 | 12 | 24 | 110 | 101 |
| Binary | 11100110 | 10010001 | 1100110 | 0 | 100101 | 111000 | 1010 | 10100 | 1001000 | 1000001 |
Color Harmonies of #E69166
Complementary color
Monochromatic Colors of #E69166
Black with #E69166
Text Example
Text Example
White with #E69166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69166; }
p { color: rgb(230,145,102); }
H1.HeaderClassName
{
color: #E69166;
}
.AnyTagClassName
{
color: #E69166;
}
</style>
background-color css
<style>
a { background-color: #E69166; }
a { background-color: rgb(230,145,102); }
div.DivClassName
{
background-color: #E69166;
}
.BgClassName
{
background-color: #E69166;
}
</style>
border-color css
<style>
span { border-color: #E69166; }
span { border-color: rgb(230,145,102); }
td.TdClassName
{
border-color: #E69166;
}
.TagClassName
{
border-color: #E69166;
}
</style>