Shades of Copper #E68F5D
Tints of Copper #E68F5D
RGB
CMYK
RGB Variations
Color information
#E68F5D (or 0xE68F5D) is known color: Copper. HEX triplet: E6, 8F and 5D. RGB value is (230,143,93). Sum of RGB (Red+Green+Blue) = 230+143+93=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F5D is #1970A2. Grayscale: #A3A3A3. Windows color (decimal): -1667235 or 6131686. OLE color: 6131686.
HSL color Cylindrical-coordinate representation of color #E68F5D: hue angle of 21.9º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E68F5D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 93 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.10 |
| HSL | 21.9º | 0.73% | 0.63% | - |
| HSV(B) | 21.9º | 0.6% | 0.9% | - |
| XYZ | 44.43 | 37.26 | 15.21 | - |
| YUV | 163.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 93 | 0 | 0.38 | 0.60 | 0.10 | 21.9 | 0.73 | 0.63 |
| Hex | E6 | 8F | 5D | 0 | 26 | 3C | A | 16 | 49 | 3F |
| Octal | 346 | 217 | 135 | 0 | 46 | 74 | 12 | 26 | 111 | 77 |
| Binary | 11100110 | 10001111 | 1011101 | 0 | 100110 | 111100 | 1010 | 10110 | 1001001 | 111111 |
Color Harmonies of #E68F5D
Complementary color
Monochromatic Colors of #E68F5D
Black with #E68F5D
Text Example
Text Example
White with #E68F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F5D; }
p { color: rgb(230,143,93); }
H1.HeaderClassName
{
color: #E68F5D;
}
.AnyTagClassName
{
color: #E68F5D;
}
</style>
background-color css
<style>
a { background-color: #E68F5D; }
a { background-color: rgb(230,143,93); }
div.DivClassName
{
background-color: #E68F5D;
}
.BgClassName
{
background-color: #E68F5D;
}
</style>
border-color css
<style>
span { border-color: #E68F5D; }
span { border-color: rgb(230,143,93); }
td.TdClassName
{
border-color: #E68F5D;
}
.TagClassName
{
border-color: #E68F5D;
}
</style>