Shades of Copper #E18869
Tints of Copper #E18869
RGB
CMYK
RGB Variations
Color information
#E18869 (or 0xE18869) is known color: Copper. HEX triplet: E1, 88 and 69. RGB value is (225,136,105). Sum of RGB (Red+Green+Blue) = 225+136+105=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E18869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18869 is #1E7796. Grayscale: #9F9F9F. Windows color (decimal): -1996695 or 6916321. OLE color: 6916321.
HSL color Cylindrical-coordinate representation of color #E18869: hue angle of 15.5º degrees, saturation: 0.67, 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 #E18869 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 105 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.12 |
| HSL | 15.5º | 0.67% | 0.65% | - |
| HSV(B) | 15.5º | 0.53% | 0.88% | - |
| XYZ | 42.41 | 34.64 | 17.81 | - |
| YUV | 159.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 105 | 0 | 0.40 | 0.53 | 0.12 | 15.5 | 0.67 | 0.65 |
| Hex | E1 | 88 | 69 | 0 | 28 | 35 | C | 10 | 43 | 41 |
| Octal | 341 | 210 | 151 | 0 | 50 | 65 | 14 | 20 | 103 | 101 |
| Binary | 11100001 | 10001000 | 1101001 | 0 | 101000 | 110101 | 1100 | 10000 | 1000011 | 1000001 |
Color Harmonies of #E18869
Complementary color
Monochromatic Colors of #E18869
Black with #E18869
Text Example
Text Example
White with #E18869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18869; }
p { color: rgb(225,136,105); }
H1.HeaderClassName
{
color: #E18869;
}
.AnyTagClassName
{
color: #E18869;
}
</style>
background-color css
<style>
a { background-color: #E18869; }
a { background-color: rgb(225,136,105); }
div.DivClassName
{
background-color: #E18869;
}
.BgClassName
{
background-color: #E18869;
}
</style>
border-color css
<style>
span { border-color: #E18869; }
span { border-color: rgb(225,136,105); }
td.TdClassName
{
border-color: #E18869;
}
.TagClassName
{
border-color: #E18869;
}
</style>