Shades of Copper #E38C5D
Tints of Copper #E38C5D
RGB
CMYK
RGB Variations
Color information
#E38C5D (or 0xE38C5D) is known color: Copper. HEX triplet: E3, 8C and 5D. RGB value is (227,140,93). Sum of RGB (Red+Green+Blue) = 227+140+93=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C5D is #1C73A2. Grayscale: #A0A0A0. Windows color (decimal): -1864611 or 6130915. OLE color: 6130915.
HSL color Cylindrical-coordinate representation of color #E38C5D: hue angle of 21.04º 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 #E38C5D is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 93 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.11 |
| HSL | 21.04º | 0.71% | 0.63% | - |
| HSV(B) | 21.04º | 0.59% | 0.89% | - |
| XYZ | 43.03 | 35.88 | 15.01 | - |
| YUV | 160.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 93 | 0 | 0.38 | 0.59 | 0.11 | 21.04 | 0.71 | 0.63 |
| Hex | E3 | 8C | 5D | 0 | 26 | 3B | B | 15 | 47 | 3F |
| Octal | 343 | 214 | 135 | 0 | 46 | 73 | 13 | 25 | 107 | 77 |
| Binary | 11100011 | 10001100 | 1011101 | 0 | 100110 | 111011 | 1011 | 10101 | 1000111 | 111111 |
Color Harmonies of #E38C5D
Complementary color
Monochromatic Colors of #E38C5D
Black with #E38C5D
Text Example
Text Example
White with #E38C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C5D; }
p { color: rgb(227,140,93); }
H1.HeaderClassName
{
color: #E38C5D;
}
.AnyTagClassName
{
color: #E38C5D;
}
</style>
background-color css
<style>
a { background-color: #E38C5D; }
a { background-color: rgb(227,140,93); }
div.DivClassName
{
background-color: #E38C5D;
}
.BgClassName
{
background-color: #E38C5D;
}
</style>
border-color css
<style>
span { border-color: #E38C5D; }
span { border-color: rgb(227,140,93); }
td.TdClassName
{
border-color: #E38C5D;
}
.TagClassName
{
border-color: #E38C5D;
}
</style>