Shades of Copper #E68A6D
Tints of Copper #E68A6D
RGB
CMYK
RGB Variations
Color information
#E68A6D (or 0xE68A6D) is known color: Copper. HEX triplet: E6, 8A and 6D. RGB value is (230,138,109). Sum of RGB (Red+Green+Blue) = 230+138+109=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A6D is #197592. Grayscale: #A2A2A2. Windows color (decimal): -1668499 or 7178982. OLE color: 7178982.
HSL color Cylindrical-coordinate representation of color #E68A6D: hue angle of 14.38º 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 #E68A6D is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 109 | - |
| CMYK | 0 | 0.4 | 0.53 | 0.10 |
| HSL | 14.38º | 0.71% | 0.66% | - |
| HSV(B) | 14.38º | 0.53% | 0.9% | - |
| XYZ | 44.48 | 36.1 | 19.09 | - |
| YUV | 162.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 109 | 0 | 0.4 | 0.53 | 0.10 | 14.38 | 0.71 | 0.66 |
| Hex | E6 | 8A | 6D | 0 | 28 | 35 | A | E | 47 | 42 |
| Octal | 346 | 212 | 155 | 0 | 50 | 65 | 12 | 16 | 107 | 102 |
| Binary | 11100110 | 10001010 | 1101101 | 0 | 101000 | 110101 | 1010 | 1110 | 1000111 | 1000010 |
Color Harmonies of #E68A6D
Complementary color
Monochromatic Colors of #E68A6D
Black with #E68A6D
Text Example
Text Example
White with #E68A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A6D; }
p { color: rgb(230,138,109); }
H1.HeaderClassName
{
color: #E68A6D;
}
.AnyTagClassName
{
color: #E68A6D;
}
</style>
background-color css
<style>
a { background-color: #E68A6D; }
a { background-color: rgb(230,138,109); }
div.DivClassName
{
background-color: #E68A6D;
}
.BgClassName
{
background-color: #E68A6D;
}
</style>
border-color css
<style>
span { border-color: #E68A6D; }
span { border-color: rgb(230,138,109); }
td.TdClassName
{
border-color: #E68A6D;
}
.TagClassName
{
border-color: #E68A6D;
}
</style>