Shades of Copper #E38E6F
Tints of Copper #E38E6F
RGB
CMYK
RGB Variations
Color information
#E38E6F (or 0xE38E6F) is known color: Copper. HEX triplet: E3, 8E and 6F. RGB value is (227,142,111). Sum of RGB (Red+Green+Blue) = 227+142+111=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E6F is #1C7190. Grayscale: #A4A4A4. Windows color (decimal): -1864081 or 7311075. OLE color: 7311075.
HSL color Cylindrical-coordinate representation of color #E38E6F: hue angle of 16.03º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E38E6F is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 111 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.11 |
| HSL | 16.03º | 0.67% | 0.66% | - |
| HSV(B) | 16.03º | 0.51% | 0.89% | - |
| XYZ | 44.22 | 36.82 | 19.82 | - |
| YUV | 163.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 111 | 0 | 0.37 | 0.51 | 0.11 | 16.03 | 0.67 | 0.66 |
| Hex | E3 | 8E | 6F | 0 | 25 | 33 | B | 10 | 43 | 42 |
| Octal | 343 | 216 | 157 | 0 | 45 | 63 | 13 | 20 | 103 | 102 |
| Binary | 11100011 | 10001110 | 1101111 | 0 | 100101 | 110011 | 1011 | 10000 | 1000011 | 1000010 |
Color Harmonies of #E38E6F
Complementary color
Monochromatic Colors of #E38E6F
Black with #E38E6F
Text Example
Text Example
White with #E38E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E6F; }
p { color: rgb(227,142,111); }
H1.HeaderClassName
{
color: #E38E6F;
}
.AnyTagClassName
{
color: #E38E6F;
}
</style>
background-color css
<style>
a { background-color: #E38E6F; }
a { background-color: rgb(227,142,111); }
div.DivClassName
{
background-color: #E38E6F;
}
.BgClassName
{
background-color: #E38E6F;
}
</style>
border-color css
<style>
span { border-color: #E38E6F; }
span { border-color: rgb(227,142,111); }
td.TdClassName
{
border-color: #E38E6F;
}
.TagClassName
{
border-color: #E38E6F;
}
</style>