Shades of Copper #E4895D
Tints of Copper #E4895D
RGB
CMYK
RGB Variations
Color information
#E4895D (or 0xE4895D) is known color: Copper. HEX triplet: E4, 89 and 5D. RGB value is (228,137,93). Sum of RGB (Red+Green+Blue) = 228+137+93=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E4895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4895D is #1B76A2. Grayscale: #9F9F9F. Windows color (decimal): -1799843 or 6130148. OLE color: 6130148.
HSL color Cylindrical-coordinate representation of color #E4895D: hue angle of 19.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4895D is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 137 | 93 | - |
CMYK | 0 | 0.40 | 0.59 | 0.11 |
HSL | 19.56º | 0.71% | 0.63% | - |
HSV(B) | 19.56º | 0.59% | 0.89% | - |
XYZ | 42.92 | 35.18 | 14.88 | - |
YUV | 159.19 | 90.65 | 177.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 137 | 93 | 0 | 0.40 | 0.59 | 0.11 | 19.56 | 0.71 | 0.63 |
Hex | E4 | 89 | 5D | 0 | 28 | 3B | B | 14 | 47 | 3F |
Octal | 344 | 211 | 135 | 0 | 50 | 73 | 13 | 24 | 107 | 77 |
Binary | 11100100 | 10001001 | 1011101 | 0 | 101000 | 111011 | 1011 | 10100 | 1000111 | 111111 |
Color Harmonies of #E4895D
Complementary color
Monochromatic Colors of #E4895D
Black with #E4895D
Text Example
Text Example
White with #E4895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4895D; }
p { color: rgb(228,137,93); }
H1.HeaderClassName
{
color: #E4895D;
}
.AnyTagClassName
{
color: #E4895D;
}
</style>
background-color css
<style>
a { background-color: #E4895D; }
a { background-color: rgb(228,137,93); }
div.DivClassName
{
background-color: #E4895D;
}
.BgClassName
{
background-color: #E4895D;
}
</style>
border-color css
<style>
span { border-color: #E4895D; }
span { border-color: rgb(228,137,93); }
td.TdClassName
{
border-color: #E4895D;
}
.TagClassName
{
border-color: #E4895D;
}
</style>