Shades of Copper #E18766
Tints of Copper #E18766
RGB
CMYK
RGB Variations
Color information
#E18766 (or 0xE18766) is known color: Copper. HEX triplet: E1, 87 and 66. RGB value is (225,135,102). Sum of RGB (Red+Green+Blue) = 225+135+102=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E18766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18766 is #1E7899. Grayscale: #9E9E9E. Windows color (decimal): -1996954 or 6719457. OLE color: 6719457.
HSL color Cylindrical-coordinate representation of color #E18766: hue angle of 16.1º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E18766 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 102 | - |
| CMYK | 0 | 0.4 | 0.55 | 0.12 |
| HSL | 16.1º | 0.67% | 0.64% | - |
| HSV(B) | 16.1º | 0.55% | 0.88% | - |
| XYZ | 42.11 | 34.29 | 16.97 | - |
| YUV | 158.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 102 | 0 | 0.4 | 0.55 | 0.12 | 16.1 | 0.67 | 0.64 |
| Hex | E1 | 87 | 66 | 0 | 28 | 37 | C | 10 | 43 | 40 |
| Octal | 341 | 207 | 146 | 0 | 50 | 67 | 14 | 20 | 103 | 100 |
| Binary | 11100001 | 10000111 | 1100110 | 0 | 101000 | 110111 | 1100 | 10000 | 1000011 | 1000000 |
Color Harmonies of #E18766
Complementary color
Monochromatic Colors of #E18766
Black with #E18766
Text Example
Text Example
White with #E18766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18766; }
p { color: rgb(225,135,102); }
H1.HeaderClassName
{
color: #E18766;
}
.AnyTagClassName
{
color: #E18766;
}
</style>
background-color css
<style>
a { background-color: #E18766; }
a { background-color: rgb(225,135,102); }
div.DivClassName
{
background-color: #E18766;
}
.BgClassName
{
background-color: #E18766;
}
</style>
border-color css
<style>
span { border-color: #E18766; }
span { border-color: rgb(225,135,102); }
td.TdClassName
{
border-color: #E18766;
}
.TagClassName
{
border-color: #E18766;
}
</style>