Shades of Copper #E48667
Tints of Copper #E48667
RGB
CMYK
RGB Variations
Color information
#E48667 (or 0xE48667) is known color: Copper. HEX triplet: E4, 86 and 67. RGB value is (228,134,103). Sum of RGB (Red+Green+Blue) = 228+134+103=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E48667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48667 is #1B7998. Grayscale: #9E9E9E. Windows color (decimal): -1800601 or 6784740. OLE color: 6784740.
HSL color Cylindrical-coordinate representation of color #E48667: hue angle of 14.88º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E48667 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 103 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.11 |
| HSL | 14.88º | 0.7% | 0.65% | - |
| HSV(B) | 14.88º | 0.55% | 0.89% | - |
| XYZ | 42.97 | 34.52 | 17.23 | - |
| YUV | 158.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 103 | 0 | 0.41 | 0.55 | 0.11 | 14.88 | 0.7 | 0.65 |
| Hex | E4 | 86 | 67 | 0 | 29 | 37 | B | F | 46 | 41 |
| Octal | 344 | 206 | 147 | 0 | 51 | 67 | 13 | 17 | 106 | 101 |
| Binary | 11100100 | 10000110 | 1100111 | 0 | 101001 | 110111 | 1011 | 1111 | 1000110 | 1000001 |
Color Harmonies of #E48667
Complementary color
Monochromatic Colors of #E48667
Black with #E48667
Text Example
Text Example
White with #E48667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48667; }
p { color: rgb(228,134,103); }
H1.HeaderClassName
{
color: #E48667;
}
.AnyTagClassName
{
color: #E48667;
}
</style>
background-color css
<style>
a { background-color: #E48667; }
a { background-color: rgb(228,134,103); }
div.DivClassName
{
background-color: #E48667;
}
.BgClassName
{
background-color: #E48667;
}
</style>
border-color css
<style>
span { border-color: #E48667; }
span { border-color: rgb(228,134,103); }
td.TdClassName
{
border-color: #E48667;
}
.TagClassName
{
border-color: #E48667;
}
</style>