Shades of Copper #E27F64
Tints of Copper #E27F64
RGB
CMYK
RGB Variations
Color information
#E27F64 (or 0xE27F64) is known color: Copper. HEX triplet: E2, 7F and 64. RGB value is (226,127,100). Sum of RGB (Red+Green+Blue) = 226+127+100=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F64 is #1D809B. Grayscale: #999999. Windows color (decimal): -1933468 or 6586338. OLE color: 6586338.
HSL color Cylindrical-coordinate representation of color #E27F64: hue angle of 12.86º degrees, saturation: 0.68, 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 #E27F64 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 100 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.11 |
| HSL | 12.86º | 0.68% | 0.64% | - |
| HSV(B) | 12.86º | 0.56% | 0.89% | - |
| XYZ | 41.25 | 32.27 | 16.11 | - |
| YUV | 153.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 100 | 0 | 0.44 | 0.56 | 0.11 | 12.86 | 0.68 | 0.64 |
| Hex | E2 | 7F | 64 | 0 | 2C | 38 | B | D | 44 | 40 |
| Octal | 342 | 177 | 144 | 0 | 54 | 70 | 13 | 15 | 104 | 100 |
| Binary | 11100010 | 1111111 | 1100100 | 0 | 101100 | 111000 | 1011 | 1101 | 1000100 | 1000000 |
Color Harmonies of #E27F64
Complementary color
Monochromatic Colors of #E27F64
Black with #E27F64
Text Example
Text Example
White with #E27F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27F64; }
p { color: rgb(226,127,100); }
H1.HeaderClassName
{
color: #E27F64;
}
.AnyTagClassName
{
color: #E27F64;
}
</style>
background-color css
<style>
a { background-color: #E27F64; }
a { background-color: rgb(226,127,100); }
div.DivClassName
{
background-color: #E27F64;
}
.BgClassName
{
background-color: #E27F64;
}
</style>
border-color css
<style>
span { border-color: #E27F64; }
span { border-color: rgb(226,127,100); }
td.TdClassName
{
border-color: #E27F64;
}
.TagClassName
{
border-color: #E27F64;
}
</style>