Shades of Copper #E68B6E
Tints of Copper #E68B6E
RGB
CMYK
RGB Variations
Color information
#E68B6E (or 0xE68B6E) is known color: Copper. HEX triplet: E6, 8B and 6E. RGB value is (230,139,110). Sum of RGB (Red+Green+Blue) = 230+139+110=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B6E is #197491. Grayscale: #A3A3A3. Windows color (decimal): -1668242 or 7244774. OLE color: 7244774.
HSL color Cylindrical-coordinate representation of color #E68B6E: hue angle of 14.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E68B6E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 110 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.10 |
| HSL | 14.5º | 0.71% | 0.67% | - |
| HSV(B) | 14.5º | 0.52% | 0.9% | - |
| XYZ | 44.68 | 36.41 | 19.43 | - |
| YUV | 162.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 110 | 0 | 0.40 | 0.52 | 0.10 | 14.5 | 0.71 | 0.67 |
| Hex | E6 | 8B | 6E | 0 | 28 | 34 | A | E | 47 | 43 |
| Octal | 346 | 213 | 156 | 0 | 50 | 64 | 12 | 16 | 107 | 103 |
| Binary | 11100110 | 10001011 | 1101110 | 0 | 101000 | 110100 | 1010 | 1110 | 1000111 | 1000011 |
Color Harmonies of #E68B6E
Complementary color
Monochromatic Colors of #E68B6E
Black with #E68B6E
Text Example
Text Example
White with #E68B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B6E; }
p { color: rgb(230,139,110); }
H1.HeaderClassName
{
color: #E68B6E;
}
.AnyTagClassName
{
color: #E68B6E;
}
</style>
background-color css
<style>
a { background-color: #E68B6E; }
a { background-color: rgb(230,139,110); }
div.DivClassName
{
background-color: #E68B6E;
}
.BgClassName
{
background-color: #E68B6E;
}
</style>
border-color css
<style>
span { border-color: #E68B6E; }
span { border-color: rgb(230,139,110); }
td.TdClassName
{
border-color: #E68B6E;
}
.TagClassName
{
border-color: #E68B6E;
}
</style>