Shades of Copper #E18F67
Tints of Copper #E18F67
RGB
CMYK
RGB Variations
Color information
#E18F67 (or 0xE18F67) is known color: Copper. HEX triplet: E1, 8F and 67. RGB value is (225,143,103). Sum of RGB (Red+Green+Blue) = 225+143+103=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F67 is #1E7098. Grayscale: #A3A3A3. Windows color (decimal): -1994905 or 6787041. OLE color: 6787041.
HSL color Cylindrical-coordinate representation of color #E18F67: hue angle of 19.67º degrees, saturation: 0.67, 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 #E18F67 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 103 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.12 |
| HSL | 19.67º | 0.67% | 0.64% | - |
| HSV(B) | 19.67º | 0.54% | 0.88% | - |
| XYZ | 43.32 | 36.63 | 17.62 | - |
| YUV | 162.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 103 | 0 | 0.36 | 0.54 | 0.12 | 19.67 | 0.67 | 0.64 |
| Hex | E1 | 8F | 67 | 0 | 24 | 36 | C | 14 | 43 | 40 |
| Octal | 341 | 217 | 147 | 0 | 44 | 66 | 14 | 24 | 103 | 100 |
| Binary | 11100001 | 10001111 | 1100111 | 0 | 100100 | 110110 | 1100 | 10100 | 1000011 | 1000000 |
Color Harmonies of #E18F67
Complementary color
Monochromatic Colors of #E18F67
Black with #E18F67
Text Example
Text Example
White with #E18F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F67; }
p { color: rgb(225,143,103); }
H1.HeaderClassName
{
color: #E18F67;
}
.AnyTagClassName
{
color: #E18F67;
}
</style>
background-color css
<style>
a { background-color: #E18F67; }
a { background-color: rgb(225,143,103); }
div.DivClassName
{
background-color: #E18F67;
}
.BgClassName
{
background-color: #E18F67;
}
</style>
border-color css
<style>
span { border-color: #E18F67; }
span { border-color: rgb(225,143,103); }
td.TdClassName
{
border-color: #E18F67;
}
.TagClassName
{
border-color: #E18F67;
}
</style>