Shades of Copper #E08161
Tints of Copper #E08161
RGB
CMYK
RGB Variations
Color information
#E08161 (or 0xE08161) is known color: Copper. HEX triplet: E0, 81 and 61. RGB value is (224,129,97). Sum of RGB (Red+Green+Blue) = 224+129+97=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E08161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08161 is #1F7E9E. Grayscale: #999999. Windows color (decimal): -2064031 or 6390240. OLE color: 6390240.
HSL color Cylindrical-coordinate representation of color #E08161: hue angle of 15.12º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E08161 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 97 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.12 |
| HSL | 15.12º | 0.67% | 0.63% | - |
| HSV(B) | 15.12º | 0.57% | 0.88% | - |
| XYZ | 40.75 | 32.41 | 15.42 | - |
| YUV | 153.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 97 | 0 | 0.42 | 0.57 | 0.12 | 15.12 | 0.67 | 0.63 |
| Hex | E0 | 81 | 61 | 0 | 2A | 39 | C | F | 43 | 3F |
| Octal | 340 | 201 | 141 | 0 | 52 | 71 | 14 | 17 | 103 | 77 |
| Binary | 11100000 | 10000001 | 1100001 | 0 | 101010 | 111001 | 1100 | 1111 | 1000011 | 111111 |
Color Harmonies of #E08161
Complementary color
Monochromatic Colors of #E08161
Black with #E08161
Text Example
Text Example
White with #E08161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08161; }
p { color: rgb(224,129,97); }
H1.HeaderClassName
{
color: #E08161;
}
.AnyTagClassName
{
color: #E08161;
}
</style>
background-color css
<style>
a { background-color: #E08161; }
a { background-color: rgb(224,129,97); }
div.DivClassName
{
background-color: #E08161;
}
.BgClassName
{
background-color: #E08161;
}
</style>
border-color css
<style>
span { border-color: #E08161; }
span { border-color: rgb(224,129,97); }
td.TdClassName
{
border-color: #E08161;
}
.TagClassName
{
border-color: #E08161;
}
</style>