Shades of Copper #E48C6E
Tints of Copper #E48C6E
RGB
CMYK
RGB Variations
Color information
#E48C6E (or 0xE48C6E) is known color: Copper. HEX triplet: E4, 8C and 6E. RGB value is (228,140,110). Sum of RGB (Red+Green+Blue) = 228+140+110=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C6E is #1B7391. Grayscale: #A3A3A3. Windows color (decimal): -1799058 or 7245028. OLE color: 7245028.
HSL color Cylindrical-coordinate representation of color #E48C6E: hue angle of 15.25º 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 #E48C6E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 110 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.11 |
| HSL | 15.25º | 0.69% | 0.66% | - |
| HSV(B) | 15.25º | 0.52% | 0.89% | - |
| XYZ | 44.19 | 36.38 | 19.44 | - |
| YUV | 162.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 110 | 0 | 0.39 | 0.52 | 0.11 | 15.25 | 0.69 | 0.66 |
| Hex | E4 | 8C | 6E | 0 | 27 | 34 | B | F | 45 | 42 |
| Octal | 344 | 214 | 156 | 0 | 47 | 64 | 13 | 17 | 105 | 102 |
| Binary | 11100100 | 10001100 | 1101110 | 0 | 100111 | 110100 | 1011 | 1111 | 1000101 | 1000010 |
Color Harmonies of #E48C6E
Complementary color
Monochromatic Colors of #E48C6E
Black with #E48C6E
Text Example
Text Example
White with #E48C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C6E; }
p { color: rgb(228,140,110); }
H1.HeaderClassName
{
color: #E48C6E;
}
.AnyTagClassName
{
color: #E48C6E;
}
</style>
background-color css
<style>
a { background-color: #E48C6E; }
a { background-color: rgb(228,140,110); }
div.DivClassName
{
background-color: #E48C6E;
}
.BgClassName
{
background-color: #E48C6E;
}
</style>
border-color css
<style>
span { border-color: #E48C6E; }
span { border-color: rgb(228,140,110); }
td.TdClassName
{
border-color: #E48C6E;
}
.TagClassName
{
border-color: #E48C6E;
}
</style>