Shades of Copper #E68D5F
Tints of Copper #E68D5F
RGB
CMYK
RGB Variations
Color information
#E68D5F (or 0xE68D5F) is known color: Copper. HEX triplet: E6, 8D and 5F. RGB value is (230,141,95). Sum of RGB (Red+Green+Blue) = 230+141+95=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D5F is #1972A0. Grayscale: #A2A2A2. Windows color (decimal): -1667745 or 6262246. OLE color: 6262246.
HSL color Cylindrical-coordinate representation of color #E68D5F: hue angle of 20.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E68D5F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 95 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.10 |
| HSL | 20.44º | 0.73% | 0.64% | - |
| HSV(B) | 20.44º | 0.59% | 0.9% | - |
| XYZ | 44.22 | 36.7 | 15.58 | - |
| YUV | 162.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 95 | 0 | 0.39 | 0.59 | 0.10 | 20.44 | 0.73 | 0.64 |
| Hex | E6 | 8D | 5F | 0 | 27 | 3B | A | 14 | 49 | 40 |
| Octal | 346 | 215 | 137 | 0 | 47 | 73 | 12 | 24 | 111 | 100 |
| Binary | 11100110 | 10001101 | 1011111 | 0 | 100111 | 111011 | 1010 | 10100 | 1001001 | 1000000 |
Color Harmonies of #E68D5F
Complementary color
Monochromatic Colors of #E68D5F
Black with #E68D5F
Text Example
Text Example
White with #E68D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D5F; }
p { color: rgb(230,141,95); }
H1.HeaderClassName
{
color: #E68D5F;
}
.AnyTagClassName
{
color: #E68D5F;
}
</style>
background-color css
<style>
a { background-color: #E68D5F; }
a { background-color: rgb(230,141,95); }
div.DivClassName
{
background-color: #E68D5F;
}
.BgClassName
{
background-color: #E68D5F;
}
</style>
border-color css
<style>
span { border-color: #E68D5F; }
span { border-color: rgb(230,141,95); }
td.TdClassName
{
border-color: #E68D5F;
}
.TagClassName
{
border-color: #E68D5F;
}
</style>