Shades of Copper #E68F5E
Tints of Copper #E68F5E
RGB
CMYK
RGB Variations
Color information
#E68F5E (or 0xE68F5E) is known color: Copper. HEX triplet: E6, 8F and 5E. RGB value is (230,143,94). Sum of RGB (Red+Green+Blue) = 230+143+94=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F5E is #1970A1. Grayscale: #A3A3A3. Windows color (decimal): -1667234 or 6197222. OLE color: 6197222.
HSL color Cylindrical-coordinate representation of color #E68F5E: hue angle of 21.62º 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 #E68F5E is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 94 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.10 |
| HSL | 21.62º | 0.73% | 0.64% | - |
| HSV(B) | 21.62º | 0.59% | 0.9% | - |
| XYZ | 44.48 | 37.28 | 15.44 | - |
| YUV | 163.43 | 88.82 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 94 | 0 | 0.38 | 0.59 | 0.10 | 21.62 | 0.73 | 0.64 |
| Hex | E6 | 8F | 5E | 0 | 26 | 3B | A | 16 | 49 | 40 |
| Octal | 346 | 217 | 136 | 0 | 46 | 73 | 12 | 26 | 111 | 100 |
| Binary | 11100110 | 10001111 | 1011110 | 0 | 100110 | 111011 | 1010 | 10110 | 1001001 | 1000000 |
Color Harmonies of #E68F5E
Complementary color
Monochromatic Colors of #E68F5E
Black with #E68F5E
Text Example
Text Example
White with #E68F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F5E; }
p { color: rgb(230,143,94); }
H1.HeaderClassName
{
color: #E68F5E;
}
.AnyTagClassName
{
color: #E68F5E;
}
</style>
background-color css
<style>
a { background-color: #E68F5E; }
a { background-color: rgb(230,143,94); }
div.DivClassName
{
background-color: #E68F5E;
}
.BgClassName
{
background-color: #E68F5E;
}
</style>
border-color css
<style>
span { border-color: #E68F5E; }
span { border-color: rgb(230,143,94); }
td.TdClassName
{
border-color: #E68F5E;
}
.TagClassName
{
border-color: #E68F5E;
}
</style>