Shades of Copper #E4886C
Tints of Copper #E4886C
RGB
CMYK
RGB Variations
Color information
#E4886C (or 0xE4886C) is known color: Copper. HEX triplet: E4, 88 and 6C. RGB value is (228,136,108). Sum of RGB (Red+Green+Blue) = 228+136+108=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E4886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4886C is #1B7793. Grayscale: #A0A0A0. Windows color (decimal): -1800084 or 7112932. OLE color: 7112932.
HSL color Cylindrical-coordinate representation of color #E4886C: hue angle of 14º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4886C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 108 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.11 |
| HSL | 14º | 0.69% | 0.66% | - |
| HSV(B) | 14º | 0.53% | 0.89% | - |
| XYZ | 43.51 | 35.19 | 18.69 | - |
| YUV | 160.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 108 | 0 | 0.40 | 0.53 | 0.11 | 14 | 0.69 | 0.66 |
| Hex | E4 | 88 | 6C | 0 | 28 | 35 | B | E | 45 | 42 |
| Octal | 344 | 210 | 154 | 0 | 50 | 65 | 13 | 16 | 105 | 102 |
| Binary | 11100100 | 10001000 | 1101100 | 0 | 101000 | 110101 | 1011 | 1110 | 1000101 | 1000010 |
Color Harmonies of #E4886C
Complementary color
Monochromatic Colors of #E4886C
Black with #E4886C
Text Example
Text Example
White with #E4886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4886C; }
p { color: rgb(228,136,108); }
H1.HeaderClassName
{
color: #E4886C;
}
.AnyTagClassName
{
color: #E4886C;
}
</style>
background-color css
<style>
a { background-color: #E4886C; }
a { background-color: rgb(228,136,108); }
div.DivClassName
{
background-color: #E4886C;
}
.BgClassName
{
background-color: #E4886C;
}
</style>
border-color css
<style>
span { border-color: #E4886C; }
span { border-color: rgb(228,136,108); }
td.TdClassName
{
border-color: #E4886C;
}
.TagClassName
{
border-color: #E4886C;
}
</style>