Shades of Copper #E68F61
Tints of Copper #E68F61
RGB
CMYK
RGB Variations
Color information
#E68F61 (or 0xE68F61) is known color: Copper. HEX triplet: E6, 8F and 61. RGB value is (230,143,97). Sum of RGB (Red+Green+Blue) = 230+143+97=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F61 is #19709E. Grayscale: #A4A4A4. Windows color (decimal): -1667231 or 6393830. OLE color: 6393830.
HSL color Cylindrical-coordinate representation of color #E68F61: hue angle of 20.75º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E68F61 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 97 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.10 |
| HSL | 20.75º | 0.73% | 0.64% | - |
| HSV(B) | 20.75º | 0.58% | 0.9% | - |
| XYZ | 44.61 | 37.33 | 16.16 | - |
| YUV | 163.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 97 | 0 | 0.38 | 0.58 | 0.10 | 20.75 | 0.73 | 0.64 |
| Hex | E6 | 8F | 61 | 0 | 26 | 3A | A | 15 | 49 | 40 |
| Octal | 346 | 217 | 141 | 0 | 46 | 72 | 12 | 25 | 111 | 100 |
| Binary | 11100110 | 10001111 | 1100001 | 0 | 100110 | 111010 | 1010 | 10101 | 1001001 | 1000000 |
Color Harmonies of #E68F61
Complementary color
Monochromatic Colors of #E68F61
Black with #E68F61
Text Example
Text Example
White with #E68F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F61; }
p { color: rgb(230,143,97); }
H1.HeaderClassName
{
color: #E68F61;
}
.AnyTagClassName
{
color: #E68F61;
}
</style>
background-color css
<style>
a { background-color: #E68F61; }
a { background-color: rgb(230,143,97); }
div.DivClassName
{
background-color: #E68F61;
}
.BgClassName
{
background-color: #E68F61;
}
</style>
border-color css
<style>
span { border-color: #E68F61; }
span { border-color: rgb(230,143,97); }
td.TdClassName
{
border-color: #E68F61;
}
.TagClassName
{
border-color: #E68F61;
}
</style>