Shades of Copper #E08869
Tints of Copper #E08869
RGB
CMYK
RGB Variations
Color information
#E08869 (or 0xE08869) is known color: Copper. HEX triplet: E0, 88 and 69. RGB value is (224,136,105). Sum of RGB (Red+Green+Blue) = 224+136+105=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E08869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08869 is #1F7796. Grayscale: #9E9E9E. Windows color (decimal): -2062231 or 6916320. OLE color: 6916320.
HSL color Cylindrical-coordinate representation of color #E08869: hue angle of 15.63º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E08869 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 105 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.12 |
| HSL | 15.63º | 0.66% | 0.65% | - |
| HSV(B) | 15.63º | 0.53% | 0.88% | - |
| XYZ | 42.09 | 34.48 | 17.8 | - |
| YUV | 158.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 105 | 0 | 0.39 | 0.53 | 0.12 | 15.63 | 0.66 | 0.65 |
| Hex | E0 | 88 | 69 | 0 | 27 | 35 | C | 10 | 42 | 41 |
| Octal | 340 | 210 | 151 | 0 | 47 | 65 | 14 | 20 | 102 | 101 |
| Binary | 11100000 | 10001000 | 1101001 | 0 | 100111 | 110101 | 1100 | 10000 | 1000010 | 1000001 |
Color Harmonies of #E08869
Complementary color
Monochromatic Colors of #E08869
Black with #E08869
Text Example
Text Example
White with #E08869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08869; }
p { color: rgb(224,136,105); }
H1.HeaderClassName
{
color: #E08869;
}
.AnyTagClassName
{
color: #E08869;
}
</style>
background-color css
<style>
a { background-color: #E08869; }
a { background-color: rgb(224,136,105); }
div.DivClassName
{
background-color: #E08869;
}
.BgClassName
{
background-color: #E08869;
}
</style>
border-color css
<style>
span { border-color: #E08869; }
span { border-color: rgb(224,136,105); }
td.TdClassName
{
border-color: #E08869;
}
.TagClassName
{
border-color: #E08869;
}
</style>