Shades of Copper #E4855F
Tints of Copper #E4855F
RGB
CMYK
RGB Variations
Color information
#E4855F (or 0xE4855F) is known color: Copper. HEX triplet: E4, 85 and 5F. RGB value is (228,133,95). Sum of RGB (Red+Green+Blue) = 228+133+95=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4855F is #1B7AA0. Grayscale: #9D9D9D. Windows color (decimal): -1800865 or 6260196. OLE color: 6260196.
HSL color Cylindrical-coordinate representation of color #E4855F: hue angle of 17.14º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4855F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 95 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.11 |
| HSL | 17.14º | 0.71% | 0.63% | - |
| HSV(B) | 17.14º | 0.58% | 0.89% | - |
| XYZ | 42.45 | 34.1 | 15.17 | - |
| YUV | 157.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 95 | 0 | 0.42 | 0.58 | 0.11 | 17.14 | 0.71 | 0.63 |
| Hex | E4 | 85 | 5F | 0 | 2A | 3A | B | 11 | 47 | 3F |
| Octal | 344 | 205 | 137 | 0 | 52 | 72 | 13 | 21 | 107 | 77 |
| Binary | 11100100 | 10000101 | 1011111 | 0 | 101010 | 111010 | 1011 | 10001 | 1000111 | 111111 |
Color Harmonies of #E4855F
Complementary color
Monochromatic Colors of #E4855F
Black with #E4855F
Text Example
Text Example
White with #E4855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4855F; }
p { color: rgb(228,133,95); }
H1.HeaderClassName
{
color: #E4855F;
}
.AnyTagClassName
{
color: #E4855F;
}
</style>
background-color css
<style>
a { background-color: #E4855F; }
a { background-color: rgb(228,133,95); }
div.DivClassName
{
background-color: #E4855F;
}
.BgClassName
{
background-color: #E4855F;
}
</style>
border-color css
<style>
span { border-color: #E4855F; }
span { border-color: rgb(228,133,95); }
td.TdClassName
{
border-color: #E4855F;
}
.TagClassName
{
border-color: #E4855F;
}
</style>