Shades of Copper #E38E5C
Tints of Copper #E38E5C
RGB
CMYK
RGB Variations
Color information
#E38E5C (or 0xE38E5C) is known color: Copper. HEX triplet: E3, 8E and 5C. RGB value is (227,142,92). Sum of RGB (Red+Green+Blue) = 227+142+92=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E5C is #1C71A3. Grayscale: #A2A2A2. Windows color (decimal): -1864100 or 6065891. OLE color: 6065891.
HSL color Cylindrical-coordinate representation of color #E38E5C: hue angle of 22.22º 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 #E38E5C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 92 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.11 |
| HSL | 22.22º | 0.71% | 0.63% | - |
| HSV(B) | 22.22º | 0.59% | 0.89% | - |
| XYZ | 43.28 | 36.45 | 14.88 | - |
| YUV | 161.72 | 88.66 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 92 | 0 | 0.37 | 0.59 | 0.11 | 22.22 | 0.71 | 0.63 |
| Hex | E3 | 8E | 5C | 0 | 25 | 3B | B | 16 | 47 | 3F |
| Octal | 343 | 216 | 134 | 0 | 45 | 73 | 13 | 26 | 107 | 77 |
| Binary | 11100011 | 10001110 | 1011100 | 0 | 100101 | 111011 | 1011 | 10110 | 1000111 | 111111 |
Color Harmonies of #E38E5C
Complementary color
Monochromatic Colors of #E38E5C
Black with #E38E5C
Text Example
Text Example
White with #E38E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E5C; }
p { color: rgb(227,142,92); }
H1.HeaderClassName
{
color: #E38E5C;
}
.AnyTagClassName
{
color: #E38E5C;
}
</style>
background-color css
<style>
a { background-color: #E38E5C; }
a { background-color: rgb(227,142,92); }
div.DivClassName
{
background-color: #E38E5C;
}
.BgClassName
{
background-color: #E38E5C;
}
</style>
border-color css
<style>
span { border-color: #E38E5C; }
span { border-color: rgb(227,142,92); }
td.TdClassName
{
border-color: #E38E5C;
}
.TagClassName
{
border-color: #E38E5C;
}
</style>