Shades of Copper #E48661
Tints of Copper #E48661
RGB
CMYK
RGB Variations
Color information
#E48661 (or 0xE48661) is known color: Copper. HEX triplet: E4, 86 and 61. RGB value is (228,134,97). Sum of RGB (Red+Green+Blue) = 228+134+97=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E48661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48661 is #1B799E. Grayscale: #9E9E9E. Windows color (decimal): -1800607 or 6391524. OLE color: 6391524.
HSL color Cylindrical-coordinate representation of color #E48661: hue angle of 16.95º degrees, saturation: 0.71, 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 #E48661 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 97 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.11 |
| HSL | 16.95º | 0.71% | 0.64% | - |
| HSV(B) | 16.95º | 0.57% | 0.89% | - |
| XYZ | 42.68 | 34.41 | 15.7 | - |
| YUV | 157.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 97 | 0 | 0.41 | 0.57 | 0.11 | 16.95 | 0.71 | 0.64 |
| Hex | E4 | 86 | 61 | 0 | 29 | 39 | B | 11 | 47 | 40 |
| Octal | 344 | 206 | 141 | 0 | 51 | 71 | 13 | 21 | 107 | 100 |
| Binary | 11100100 | 10000110 | 1100001 | 0 | 101001 | 111001 | 1011 | 10001 | 1000111 | 1000000 |
Color Harmonies of #E48661
Complementary color
Monochromatic Colors of #E48661
Black with #E48661
Text Example
Text Example
White with #E48661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48661; }
p { color: rgb(228,134,97); }
H1.HeaderClassName
{
color: #E48661;
}
.AnyTagClassName
{
color: #E48661;
}
</style>
background-color css
<style>
a { background-color: #E48661; }
a { background-color: rgb(228,134,97); }
div.DivClassName
{
background-color: #E48661;
}
.BgClassName
{
background-color: #E48661;
}
</style>
border-color css
<style>
span { border-color: #E48661; }
span { border-color: rgb(228,134,97); }
td.TdClassName
{
border-color: #E48661;
}
.TagClassName
{
border-color: #E48661;
}
</style>