Shades of Copper #E18B6B
Tints of Copper #E18B6B
RGB
CMYK
RGB Variations
Color information
#E18B6B (or 0xE18B6B) is known color: Copper. HEX triplet: E1, 8B and 6B. RGB value is (225,139,107). Sum of RGB (Red+Green+Blue) = 225+139+107=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B6B is #1E7494. Grayscale: #A1A1A1. Windows color (decimal): -1995925 or 7048161. OLE color: 7048161.
HSL color Cylindrical-coordinate representation of color #E18B6B: hue angle of 16.27º 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 #E18B6B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 107 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.12 |
| HSL | 16.27º | 0.66% | 0.65% | - |
| HSV(B) | 16.27º | 0.52% | 0.88% | - |
| XYZ | 42.94 | 35.53 | 18.51 | - |
| YUV | 161.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 107 | 0 | 0.38 | 0.52 | 0.12 | 16.27 | 0.66 | 0.65 |
| Hex | E1 | 8B | 6B | 0 | 26 | 34 | C | 10 | 42 | 41 |
| Octal | 341 | 213 | 153 | 0 | 46 | 64 | 14 | 20 | 102 | 101 |
| Binary | 11100001 | 10001011 | 1101011 | 0 | 100110 | 110100 | 1100 | 10000 | 1000010 | 1000001 |
Color Harmonies of #E18B6B
Complementary color
Monochromatic Colors of #E18B6B
Black with #E18B6B
Text Example
Text Example
White with #E18B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B6B; }
p { color: rgb(225,139,107); }
H1.HeaderClassName
{
color: #E18B6B;
}
.AnyTagClassName
{
color: #E18B6B;
}
</style>
background-color css
<style>
a { background-color: #E18B6B; }
a { background-color: rgb(225,139,107); }
div.DivClassName
{
background-color: #E18B6B;
}
.BgClassName
{
background-color: #E18B6B;
}
</style>
border-color css
<style>
span { border-color: #E18B6B; }
span { border-color: rgb(225,139,107); }
td.TdClassName
{
border-color: #E18B6B;
}
.TagClassName
{
border-color: #E18B6B;
}
</style>