Shades of Copper #E48B6D
Tints of Copper #E48B6D
RGB
CMYK
RGB Variations
Color information
#E48B6D (or 0xE48B6D) is known color: Copper. HEX triplet: E4, 8B and 6D. RGB value is (228,139,109). Sum of RGB (Red+Green+Blue) = 228+139+109=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B6D is #1B7492. Grayscale: #A2A2A2. Windows color (decimal): -1799315 or 7179236. OLE color: 7179236.
HSL color Cylindrical-coordinate representation of color #E48B6D: hue angle of 15.13º 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 #E48B6D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 109 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.11 |
| HSL | 15.13º | 0.69% | 0.66% | - |
| HSV(B) | 15.13º | 0.52% | 0.89% | - |
| XYZ | 43.99 | 36.06 | 19.11 | - |
| YUV | 162.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 109 | 0 | 0.39 | 0.52 | 0.11 | 15.13 | 0.69 | 0.66 |
| Hex | E4 | 8B | 6D | 0 | 27 | 34 | B | F | 45 | 42 |
| Octal | 344 | 213 | 155 | 0 | 47 | 64 | 13 | 17 | 105 | 102 |
| Binary | 11100100 | 10001011 | 1101101 | 0 | 100111 | 110100 | 1011 | 1111 | 1000101 | 1000010 |
Color Harmonies of #E48B6D
Complementary color
Monochromatic Colors of #E48B6D
Black with #E48B6D
Text Example
Text Example
White with #E48B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B6D; }
p { color: rgb(228,139,109); }
H1.HeaderClassName
{
color: #E48B6D;
}
.AnyTagClassName
{
color: #E48B6D;
}
</style>
background-color css
<style>
a { background-color: #E48B6D; }
a { background-color: rgb(228,139,109); }
div.DivClassName
{
background-color: #E48B6D;
}
.BgClassName
{
background-color: #E48B6D;
}
</style>
border-color css
<style>
span { border-color: #E48B6D; }
span { border-color: rgb(228,139,109); }
td.TdClassName
{
border-color: #E48B6D;
}
.TagClassName
{
border-color: #E48B6D;
}
</style>