Shades of Copper #E07F63
Tints of Copper #E07F63
RGB
CMYK
RGB Variations
Color information
#E07F63 (or 0xE07F63) is known color: Copper. HEX triplet: E0, 7F and 63. RGB value is (224,127,99). Sum of RGB (Red+Green+Blue) = 224+127+99=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F63 is #1F809C. Grayscale: #999999. Windows color (decimal): -2064541 or 6520800. OLE color: 6520800.
HSL color Cylindrical-coordinate representation of color #E07F63: hue angle of 13.44º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E07F63 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 99 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.12 |
| HSL | 13.44º | 0.67% | 0.63% | - |
| HSV(B) | 13.44º | 0.56% | 0.88% | - |
| XYZ | 40.58 | 31.93 | 15.83 | - |
| YUV | 152.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 99 | 0 | 0.43 | 0.56 | 0.12 | 13.44 | 0.67 | 0.63 |
| Hex | E0 | 7F | 63 | 0 | 2B | 38 | C | D | 43 | 3F |
| Octal | 340 | 177 | 143 | 0 | 53 | 70 | 14 | 15 | 103 | 77 |
| Binary | 11100000 | 1111111 | 1100011 | 0 | 101011 | 111000 | 1100 | 1101 | 1000011 | 111111 |
Color Harmonies of #E07F63
Complementary color
Monochromatic Colors of #E07F63
Black with #E07F63
Text Example
Text Example
White with #E07F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F63; }
p { color: rgb(224,127,99); }
H1.HeaderClassName
{
color: #E07F63;
}
.AnyTagClassName
{
color: #E07F63;
}
</style>
background-color css
<style>
a { background-color: #E07F63; }
a { background-color: rgb(224,127,99); }
div.DivClassName
{
background-color: #E07F63;
}
.BgClassName
{
background-color: #E07F63;
}
</style>
border-color css
<style>
span { border-color: #E07F63; }
span { border-color: rgb(224,127,99); }
td.TdClassName
{
border-color: #E07F63;
}
.TagClassName
{
border-color: #E07F63;
}
</style>