Shades of Copper #E48A6D
Tints of Copper #E48A6D
RGB
CMYK
RGB Variations
Color information
#E48A6D (or 0xE48A6D) is known color: Copper. HEX triplet: E4, 8A and 6D. RGB value is (228,138,109). Sum of RGB (Red+Green+Blue) = 228+138+109=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A6D is #1B7592. Grayscale: #A1A1A1. Windows color (decimal): -1799571 or 7178980. OLE color: 7178980.
HSL color Cylindrical-coordinate representation of color #E48A6D: hue angle of 14.62º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E48A6D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 109 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.11 |
| HSL | 14.62º | 0.69% | 0.66% | - |
| HSV(B) | 14.62º | 0.52% | 0.89% | - |
| XYZ | 43.84 | 35.78 | 19.06 | - |
| YUV | 161.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 109 | 0 | 0.39 | 0.52 | 0.11 | 14.62 | 0.69 | 0.66 |
| Hex | E4 | 8A | 6D | 0 | 27 | 34 | B | F | 45 | 42 |
| Octal | 344 | 212 | 155 | 0 | 47 | 64 | 13 | 17 | 105 | 102 |
| Binary | 11100100 | 10001010 | 1101101 | 0 | 100111 | 110100 | 1011 | 1111 | 1000101 | 1000010 |
Color Harmonies of #E48A6D
Complementary color
Monochromatic Colors of #E48A6D
Black with #E48A6D
Text Example
Text Example
White with #E48A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A6D; }
p { color: rgb(228,138,109); }
H1.HeaderClassName
{
color: #E48A6D;
}
.AnyTagClassName
{
color: #E48A6D;
}
</style>
background-color css
<style>
a { background-color: #E48A6D; }
a { background-color: rgb(228,138,109); }
div.DivClassName
{
background-color: #E48A6D;
}
.BgClassName
{
background-color: #E48A6D;
}
</style>
border-color css
<style>
span { border-color: #E48A6D; }
span { border-color: rgb(228,138,109); }
td.TdClassName
{
border-color: #E48A6D;
}
.TagClassName
{
border-color: #E48A6D;
}
</style>