Shades of Copper #E48567
Tints of Copper #E48567
RGB
CMYK
RGB Variations
Color information
#E48567 (or 0xE48567) is known color: Copper. HEX triplet: E4, 85 and 67. RGB value is (228,133,103). Sum of RGB (Red+Green+Blue) = 228+133+103=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E48567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48567 is #1B7A98. Grayscale: #9E9E9E. Windows color (decimal): -1800857 or 6784484. OLE color: 6784484.
HSL color Cylindrical-coordinate representation of color #E48567: hue angle of 14.4º 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 #E48567 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 103 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.11 |
| HSL | 14.4º | 0.7% | 0.65% | - |
| HSV(B) | 14.4º | 0.55% | 0.89% | - |
| XYZ | 42.83 | 34.25 | 17.19 | - |
| YUV | 157.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 103 | 0 | 0.42 | 0.55 | 0.11 | 14.4 | 0.7 | 0.65 |
| Hex | E4 | 85 | 67 | 0 | 2A | 37 | B | E | 46 | 41 |
| Octal | 344 | 205 | 147 | 0 | 52 | 67 | 13 | 16 | 106 | 101 |
| Binary | 11100100 | 10000101 | 1100111 | 0 | 101010 | 110111 | 1011 | 1110 | 1000110 | 1000001 |
Color Harmonies of #E48567
Complementary color
Monochromatic Colors of #E48567
Black with #E48567
Text Example
Text Example
White with #E48567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48567; }
p { color: rgb(228,133,103); }
H1.HeaderClassName
{
color: #E48567;
}
.AnyTagClassName
{
color: #E48567;
}
</style>
background-color css
<style>
a { background-color: #E48567; }
a { background-color: rgb(228,133,103); }
div.DivClassName
{
background-color: #E48567;
}
.BgClassName
{
background-color: #E48567;
}
</style>
border-color css
<style>
span { border-color: #E48567; }
span { border-color: rgb(228,133,103); }
td.TdClassName
{
border-color: #E48567;
}
.TagClassName
{
border-color: #E48567;
}
</style>