Shades of Copper #E18365
Tints of Copper #E18365
RGB
CMYK
RGB Variations
Color information
#E18365 (or 0xE18365) is known color: Copper. HEX triplet: E1, 83 and 65. RGB value is (225,131,101). Sum of RGB (Red+Green+Blue) = 225+131+101=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E18365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18365 is #1E7C9A. Grayscale: #9B9B9B. Windows color (decimal): -1997979 or 6652897. OLE color: 6652897.
HSL color Cylindrical-coordinate representation of color #E18365: hue angle of 14.52º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E18365 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 101 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.12 |
| HSL | 14.52º | 0.67% | 0.64% | - |
| HSV(B) | 14.52º | 0.55% | 0.88% | - |
| XYZ | 41.52 | 33.18 | 16.53 | - |
| YUV | 155.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 101 | 0 | 0.42 | 0.55 | 0.12 | 14.52 | 0.67 | 0.64 |
| Hex | E1 | 83 | 65 | 0 | 2A | 37 | C | F | 43 | 40 |
| Octal | 341 | 203 | 145 | 0 | 52 | 67 | 14 | 17 | 103 | 100 |
| Binary | 11100001 | 10000011 | 1100101 | 0 | 101010 | 110111 | 1100 | 1111 | 1000011 | 1000000 |
Color Harmonies of #E18365
Complementary color
Monochromatic Colors of #E18365
Black with #E18365
Text Example
Text Example
White with #E18365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18365; }
p { color: rgb(225,131,101); }
H1.HeaderClassName
{
color: #E18365;
}
.AnyTagClassName
{
color: #E18365;
}
</style>
background-color css
<style>
a { background-color: #E18365; }
a { background-color: rgb(225,131,101); }
div.DivClassName
{
background-color: #E18365;
}
.BgClassName
{
background-color: #E18365;
}
</style>
border-color css
<style>
span { border-color: #E18365; }
span { border-color: rgb(225,131,101); }
td.TdClassName
{
border-color: #E18365;
}
.TagClassName
{
border-color: #E18365;
}
</style>