Shades of Copper #E68D6B
Tints of Copper #E68D6B
RGB
CMYK
RGB Variations
Color information
#E68D6B (or 0xE68D6B) is known color: Copper. HEX triplet: E6, 8D and 6B. RGB value is (230,141,107). Sum of RGB (Red+Green+Blue) = 230+141+107=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D6B is #197294. Grayscale: #A3A3A3. Windows color (decimal): -1667733 or 7048678. OLE color: 7048678.
HSL color Cylindrical-coordinate representation of color #E68D6B: hue angle of 16.59º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E68D6B is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 107 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.10 |
| HSL | 16.59º | 0.71% | 0.66% | - |
| HSV(B) | 16.59º | 0.53% | 0.9% | - |
| XYZ | 44.81 | 36.93 | 18.68 | - |
| YUV | 163.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 107 | 0 | 0.39 | 0.53 | 0.10 | 16.59 | 0.71 | 0.66 |
| Hex | E6 | 8D | 6B | 0 | 27 | 35 | A | 11 | 47 | 42 |
| Octal | 346 | 215 | 153 | 0 | 47 | 65 | 12 | 21 | 107 | 102 |
| Binary | 11100110 | 10001101 | 1101011 | 0 | 100111 | 110101 | 1010 | 10001 | 1000111 | 1000010 |
Color Harmonies of #E68D6B
Complementary color
Monochromatic Colors of #E68D6B
Black with #E68D6B
Text Example
Text Example
White with #E68D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D6B; }
p { color: rgb(230,141,107); }
H1.HeaderClassName
{
color: #E68D6B;
}
.AnyTagClassName
{
color: #E68D6B;
}
</style>
background-color css
<style>
a { background-color: #E68D6B; }
a { background-color: rgb(230,141,107); }
div.DivClassName
{
background-color: #E68D6B;
}
.BgClassName
{
background-color: #E68D6B;
}
</style>
border-color css
<style>
span { border-color: #E68D6B; }
span { border-color: rgb(230,141,107); }
td.TdClassName
{
border-color: #E68D6B;
}
.TagClassName
{
border-color: #E68D6B;
}
</style>