Shades of Copper #E18F69
Tints of Copper #E18F69
RGB
CMYK
RGB Variations
Color information
#E18F69 (or 0xE18F69) is known color: Copper. HEX triplet: E1, 8F and 69. RGB value is (225,143,105). Sum of RGB (Red+Green+Blue) = 225+143+105=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F69 is #1E7096. Grayscale: #A3A3A3. Windows color (decimal): -1994903 or 6918113. OLE color: 6918113.
HSL color Cylindrical-coordinate representation of color #E18F69: hue angle of 19º 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 #E18F69 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 105 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.12 |
| HSL | 19º | 0.67% | 0.65% | - |
| HSV(B) | 19º | 0.53% | 0.88% | - |
| XYZ | 43.42 | 36.67 | 18.15 | - |
| YUV | 163.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 105 | 0 | 0.36 | 0.53 | 0.12 | 19 | 0.67 | 0.65 |
| Hex | E1 | 8F | 69 | 0 | 24 | 35 | C | 13 | 43 | 41 |
| Octal | 341 | 217 | 151 | 0 | 44 | 65 | 14 | 23 | 103 | 101 |
| Binary | 11100001 | 10001111 | 1101001 | 0 | 100100 | 110101 | 1100 | 10011 | 1000011 | 1000001 |
Color Harmonies of #E18F69
Complementary color
Monochromatic Colors of #E18F69
Black with #E18F69
Text Example
Text Example
White with #E18F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F69; }
p { color: rgb(225,143,105); }
H1.HeaderClassName
{
color: #E18F69;
}
.AnyTagClassName
{
color: #E18F69;
}
</style>
background-color css
<style>
a { background-color: #E18F69; }
a { background-color: rgb(225,143,105); }
div.DivClassName
{
background-color: #E18F69;
}
.BgClassName
{
background-color: #E18F69;
}
</style>
border-color css
<style>
span { border-color: #E18F69; }
span { border-color: rgb(225,143,105); }
td.TdClassName
{
border-color: #E18F69;
}
.TagClassName
{
border-color: #E18F69;
}
</style>