Shades of Copper #E38361
Tints of Copper #E38361
RGB
CMYK
RGB Variations
Color information
#E38361 (or 0xE38361) is known color: Copper. HEX triplet: E3, 83 and 61. RGB value is (227,131,97). Sum of RGB (Red+Green+Blue) = 227+131+97=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E38361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38361 is #1C7C9E. Grayscale: #9C9C9C. Windows color (decimal): -1866911 or 6390755. OLE color: 6390755.
HSL color Cylindrical-coordinate representation of color #E38361: hue angle of 15.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E38361 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 97 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.11 |
| HSL | 15.69º | 0.7% | 0.64% | - |
| HSV(B) | 15.69º | 0.57% | 0.89% | - |
| XYZ | 41.95 | 33.43 | 15.55 | - |
| YUV | 155.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 97 | 0 | 0.42 | 0.57 | 0.11 | 15.69 | 0.7 | 0.64 |
| Hex | E3 | 83 | 61 | 0 | 2A | 39 | B | 10 | 46 | 40 |
| Octal | 343 | 203 | 141 | 0 | 52 | 71 | 13 | 20 | 106 | 100 |
| Binary | 11100011 | 10000011 | 1100001 | 0 | 101010 | 111001 | 1011 | 10000 | 1000110 | 1000000 |
Color Harmonies of #E38361
Complementary color
Monochromatic Colors of #E38361
Black with #E38361
Text Example
Text Example
White with #E38361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38361; }
p { color: rgb(227,131,97); }
H1.HeaderClassName
{
color: #E38361;
}
.AnyTagClassName
{
color: #E38361;
}
</style>
background-color css
<style>
a { background-color: #E38361; }
a { background-color: rgb(227,131,97); }
div.DivClassName
{
background-color: #E38361;
}
.BgClassName
{
background-color: #E38361;
}
</style>
border-color css
<style>
span { border-color: #E38361; }
span { border-color: rgb(227,131,97); }
td.TdClassName
{
border-color: #E38361;
}
.TagClassName
{
border-color: #E38361;
}
</style>