Shades of Copper #E08766
Tints of Copper #E08766
RGB
CMYK
RGB Variations
Color information
#E08766 (or 0xE08766) is known color: Copper. HEX triplet: E0, 87 and 66. RGB value is (224,135,102). Sum of RGB (Red+Green+Blue) = 224+135+102=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08766 is #1F7899. Grayscale: #9E9E9E. Windows color (decimal): -2062490 or 6719456. OLE color: 6719456.
HSL color Cylindrical-coordinate representation of color #E08766: hue angle of 16.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E08766 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 102 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.12 |
| HSL | 16.23º | 0.66% | 0.64% | - |
| HSV(B) | 16.23º | 0.54% | 0.88% | - |
| XYZ | 41.8 | 34.13 | 16.96 | - |
| YUV | 157.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 102 | 0 | 0.40 | 0.54 | 0.12 | 16.23 | 0.66 | 0.64 |
| Hex | E0 | 87 | 66 | 0 | 28 | 36 | C | 10 | 42 | 40 |
| Octal | 340 | 207 | 146 | 0 | 50 | 66 | 14 | 20 | 102 | 100 |
| Binary | 11100000 | 10000111 | 1100110 | 0 | 101000 | 110110 | 1100 | 10000 | 1000010 | 1000000 |
Color Harmonies of #E08766
Complementary color
Monochromatic Colors of #E08766
Black with #E08766
Text Example
Text Example
White with #E08766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08766; }
p { color: rgb(224,135,102); }
H1.HeaderClassName
{
color: #E08766;
}
.AnyTagClassName
{
color: #E08766;
}
</style>
background-color css
<style>
a { background-color: #E08766; }
a { background-color: rgb(224,135,102); }
div.DivClassName
{
background-color: #E08766;
}
.BgClassName
{
background-color: #E08766;
}
</style>
border-color css
<style>
span { border-color: #E08766; }
span { border-color: rgb(224,135,102); }
td.TdClassName
{
border-color: #E08766;
}
.TagClassName
{
border-color: #E08766;
}
</style>