Shades of Copper #E38463
Tints of Copper #E38463
RGB
CMYK
RGB Variations
Color information
#E38463 (or 0xE38463) is known color: Copper. HEX triplet: E3, 84 and 63. RGB value is (227,132,99). Sum of RGB (Red+Green+Blue) = 227+132+99=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E38463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38463 is #1C7B9C. Grayscale: #9C9C9C. Windows color (decimal): -1866653 or 6522083. OLE color: 6522083.
HSL color Cylindrical-coordinate representation of color #E38463: hue angle of 15.47º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E38463 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 99 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.11 |
| HSL | 15.47º | 0.7% | 0.64% | - |
| HSV(B) | 15.47º | 0.56% | 0.89% | - |
| XYZ | 42.18 | 33.73 | 16.09 | - |
| YUV | 156.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 99 | 0 | 0.42 | 0.56 | 0.11 | 15.47 | 0.7 | 0.64 |
| Hex | E3 | 84 | 63 | 0 | 2A | 38 | B | F | 46 | 40 |
| Octal | 343 | 204 | 143 | 0 | 52 | 70 | 13 | 17 | 106 | 100 |
| Binary | 11100011 | 10000100 | 1100011 | 0 | 101010 | 111000 | 1011 | 1111 | 1000110 | 1000000 |
Color Harmonies of #E38463
Complementary color
Monochromatic Colors of #E38463
Black with #E38463
Text Example
Text Example
White with #E38463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38463; }
p { color: rgb(227,132,99); }
H1.HeaderClassName
{
color: #E38463;
}
.AnyTagClassName
{
color: #E38463;
}
</style>
background-color css
<style>
a { background-color: #E38463; }
a { background-color: rgb(227,132,99); }
div.DivClassName
{
background-color: #E38463;
}
.BgClassName
{
background-color: #E38463;
}
</style>
border-color css
<style>
span { border-color: #E38463; }
span { border-color: rgb(227,132,99); }
td.TdClassName
{
border-color: #E38463;
}
.TagClassName
{
border-color: #E38463;
}
</style>