Shades of Copper #E48468
Tints of Copper #E48468
RGB
CMYK
RGB Variations
Color information
#E48468 (or 0xE48468) is known color: Copper. HEX triplet: E4, 84 and 68. RGB value is (228,132,104). Sum of RGB (Red+Green+Blue) = 228+132+104=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E48468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48468 is #1B7B97. Grayscale: #9D9D9D. Windows color (decimal): -1801112 or 6849764. OLE color: 6849764.
HSL color Cylindrical-coordinate representation of color #E48468: hue angle of 13.55º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E48468 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 104 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.11 |
| HSL | 13.55º | 0.7% | 0.65% | - |
| HSV(B) | 13.55º | 0.54% | 0.89% | - |
| XYZ | 42.74 | 34 | 17.41 | - |
| YUV | 157.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 104 | 0 | 0.42 | 0.54 | 0.11 | 13.55 | 0.7 | 0.65 |
| Hex | E4 | 84 | 68 | 0 | 2A | 36 | B | E | 46 | 41 |
| Octal | 344 | 204 | 150 | 0 | 52 | 66 | 13 | 16 | 106 | 101 |
| Binary | 11100100 | 10000100 | 1101000 | 0 | 101010 | 110110 | 1011 | 1110 | 1000110 | 1000001 |
Color Harmonies of #E48468
Complementary color
Monochromatic Colors of #E48468
Black with #E48468
Text Example
Text Example
White with #E48468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48468; }
p { color: rgb(228,132,104); }
H1.HeaderClassName
{
color: #E48468;
}
.AnyTagClassName
{
color: #E48468;
}
</style>
background-color css
<style>
a { background-color: #E48468; }
a { background-color: rgb(228,132,104); }
div.DivClassName
{
background-color: #E48468;
}
.BgClassName
{
background-color: #E48468;
}
</style>
border-color css
<style>
span { border-color: #E48468; }
span { border-color: rgb(228,132,104); }
td.TdClassName
{
border-color: #E48468;
}
.TagClassName
{
border-color: #E48468;
}
</style>