Shades of Copper #E18B6C
Tints of Copper #E18B6C
RGB
CMYK
RGB Variations
Color information
#E18B6C (or 0xE18B6C) is known color: Copper. HEX triplet: E1, 8B and 6C. RGB value is (225,139,108). Sum of RGB (Red+Green+Blue) = 225+139+108=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B6C is #1E7493. Grayscale: #A1A1A1. Windows color (decimal): -1995924 or 7113697. OLE color: 7113697.
HSL color Cylindrical-coordinate representation of color #E18B6C: hue angle of 15.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E18B6C is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 108 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.12 |
| HSL | 15.9º | 0.66% | 0.65% | - |
| HSV(B) | 15.9º | 0.52% | 0.88% | - |
| XYZ | 42.99 | 35.56 | 18.78 | - |
| YUV | 161.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 108 | 0 | 0.38 | 0.52 | 0.12 | 15.9 | 0.66 | 0.65 |
| Hex | E1 | 8B | 6C | 0 | 26 | 34 | C | 10 | 42 | 41 |
| Octal | 341 | 213 | 154 | 0 | 46 | 64 | 14 | 20 | 102 | 101 |
| Binary | 11100001 | 10001011 | 1101100 | 0 | 100110 | 110100 | 1100 | 10000 | 1000010 | 1000001 |
Color Harmonies of #E18B6C
Complementary color
Monochromatic Colors of #E18B6C
Black with #E18B6C
Text Example
Text Example
White with #E18B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B6C; }
p { color: rgb(225,139,108); }
H1.HeaderClassName
{
color: #E18B6C;
}
.AnyTagClassName
{
color: #E18B6C;
}
</style>
background-color css
<style>
a { background-color: #E18B6C; }
a { background-color: rgb(225,139,108); }
div.DivClassName
{
background-color: #E18B6C;
}
.BgClassName
{
background-color: #E18B6C;
}
</style>
border-color css
<style>
span { border-color: #E18B6C; }
span { border-color: rgb(225,139,108); }
td.TdClassName
{
border-color: #E18B6C;
}
.TagClassName
{
border-color: #E18B6C;
}
</style>