Shades of Copper #E48A66
Tints of Copper #E48A66
RGB
CMYK
RGB Variations
Color information
#E48A66 (or 0xE48A66) is known color: Copper. HEX triplet: E4, 8A and 66. RGB value is (228,138,102). Sum of RGB (Red+Green+Blue) = 228+138+102=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A66 is #1B7599. Grayscale: #A1A1A1. Windows color (decimal): -1799578 or 6720228. OLE color: 6720228.
HSL color Cylindrical-coordinate representation of color #E48A66: hue angle of 17.14º 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 #E48A66 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 102 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.11 |
| HSL | 17.14º | 0.7% | 0.65% | - |
| HSV(B) | 17.14º | 0.55% | 0.89% | - |
| XYZ | 43.48 | 35.63 | 17.16 | - |
| YUV | 160.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 102 | 0 | 0.39 | 0.55 | 0.11 | 17.14 | 0.7 | 0.65 |
| Hex | E4 | 8A | 66 | 0 | 27 | 37 | B | 11 | 46 | 41 |
| Octal | 344 | 212 | 146 | 0 | 47 | 67 | 13 | 21 | 106 | 101 |
| Binary | 11100100 | 10001010 | 1100110 | 0 | 100111 | 110111 | 1011 | 10001 | 1000110 | 1000001 |
Color Harmonies of #E48A66
Complementary color
Monochromatic Colors of #E48A66
Black with #E48A66
Text Example
Text Example
White with #E48A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A66; }
p { color: rgb(228,138,102); }
H1.HeaderClassName
{
color: #E48A66;
}
.AnyTagClassName
{
color: #E48A66;
}
</style>
background-color css
<style>
a { background-color: #E48A66; }
a { background-color: rgb(228,138,102); }
div.DivClassName
{
background-color: #E48A66;
}
.BgClassName
{
background-color: #E48A66;
}
</style>
border-color css
<style>
span { border-color: #E48A66; }
span { border-color: rgb(228,138,102); }
td.TdClassName
{
border-color: #E48A66;
}
.TagClassName
{
border-color: #E48A66;
}
</style>