Shades of Copper #E38161
Tints of Copper #E38161
RGB
CMYK
RGB Variations
Color information
#E38161 (or 0xE38161) is known color: Copper. HEX triplet: E3, 81 and 61. RGB value is (227,129,97). Sum of RGB (Red+Green+Blue) = 227+129+97=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E38161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38161 is #1C7E9E. Grayscale: #9A9A9A. Windows color (decimal): -1867423 or 6390243. OLE color: 6390243.
HSL color Cylindrical-coordinate representation of color #E38161: hue angle of 14.77º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E38161 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 97 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.11 |
| HSL | 14.77º | 0.7% | 0.64% | - |
| HSV(B) | 14.77º | 0.57% | 0.89% | - |
| XYZ | 41.69 | 32.89 | 15.46 | - |
| YUV | 154.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 97 | 0 | 0.43 | 0.57 | 0.11 | 14.77 | 0.7 | 0.64 |
| Hex | E3 | 81 | 61 | 0 | 2B | 39 | B | F | 46 | 40 |
| Octal | 343 | 201 | 141 | 0 | 53 | 71 | 13 | 17 | 106 | 100 |
| Binary | 11100011 | 10000001 | 1100001 | 0 | 101011 | 111001 | 1011 | 1111 | 1000110 | 1000000 |
Color Harmonies of #E38161
Complementary color
Monochromatic Colors of #E38161
Black with #E38161
Text Example
Text Example
White with #E38161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38161; }
p { color: rgb(227,129,97); }
H1.HeaderClassName
{
color: #E38161;
}
.AnyTagClassName
{
color: #E38161;
}
</style>
background-color css
<style>
a { background-color: #E38161; }
a { background-color: rgb(227,129,97); }
div.DivClassName
{
background-color: #E38161;
}
.BgClassName
{
background-color: #E38161;
}
</style>
border-color css
<style>
span { border-color: #E38161; }
span { border-color: rgb(227,129,97); }
td.TdClassName
{
border-color: #E38161;
}
.TagClassName
{
border-color: #E38161;
}
</style>