Shades of Copper #E18F68
Tints of Copper #E18F68
RGB
CMYK
RGB Variations
Color information
#E18F68 (or 0xE18F68) is known color: Copper. HEX triplet: E1, 8F and 68. RGB value is (225,143,104). Sum of RGB (Red+Green+Blue) = 225+143+104=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F68 is #1E7097. Grayscale: #A3A3A3. Windows color (decimal): -1994904 or 6852577. OLE color: 6852577.
HSL color Cylindrical-coordinate representation of color #E18F68: hue angle of 19.34º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E18F68 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 104 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.12 |
| HSL | 19.34º | 0.67% | 0.65% | - |
| HSV(B) | 19.34º | 0.54% | 0.88% | - |
| XYZ | 43.37 | 36.65 | 17.89 | - |
| YUV | 163.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 104 | 0 | 0.36 | 0.54 | 0.12 | 19.34 | 0.67 | 0.65 |
| Hex | E1 | 8F | 68 | 0 | 24 | 36 | C | 13 | 43 | 41 |
| Octal | 341 | 217 | 150 | 0 | 44 | 66 | 14 | 23 | 103 | 101 |
| Binary | 11100001 | 10001111 | 1101000 | 0 | 100100 | 110110 | 1100 | 10011 | 1000011 | 1000001 |
Color Harmonies of #E18F68
Complementary color
Monochromatic Colors of #E18F68
Black with #E18F68
Text Example
Text Example
White with #E18F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F68; }
p { color: rgb(225,143,104); }
H1.HeaderClassName
{
color: #E18F68;
}
.AnyTagClassName
{
color: #E18F68;
}
</style>
background-color css
<style>
a { background-color: #E18F68; }
a { background-color: rgb(225,143,104); }
div.DivClassName
{
background-color: #E18F68;
}
.BgClassName
{
background-color: #E18F68;
}
</style>
border-color css
<style>
span { border-color: #E18F68; }
span { border-color: rgb(225,143,104); }
td.TdClassName
{
border-color: #E18F68;
}
.TagClassName
{
border-color: #E18F68;
}
</style>