Shades of Copper #E68C69
Tints of Copper #E68C69
RGB
CMYK
RGB Variations
Color information
#E68C69 (or 0xE68C69) is known color: Copper. HEX triplet: E6, 8C and 69. RGB value is (230,140,105). Sum of RGB (Red+Green+Blue) = 230+140+105=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C69 is #197396. Grayscale: #A3A3A3. Windows color (decimal): -1667991 or 6917350. OLE color: 6917350.
HSL color Cylindrical-coordinate representation of color #E68C69: hue angle of 16.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E68C69 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 105 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.10 |
| HSL | 16.8º | 0.71% | 0.66% | - |
| HSV(B) | 16.8º | 0.54% | 0.9% | - |
| XYZ | 44.56 | 36.6 | 18.08 | - |
| YUV | 162.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 105 | 0 | 0.39 | 0.54 | 0.10 | 16.8 | 0.71 | 0.66 |
| Hex | E6 | 8C | 69 | 0 | 27 | 36 | A | 11 | 47 | 42 |
| Octal | 346 | 214 | 151 | 0 | 47 | 66 | 12 | 21 | 107 | 102 |
| Binary | 11100110 | 10001100 | 1101001 | 0 | 100111 | 110110 | 1010 | 10001 | 1000111 | 1000010 |
Color Harmonies of #E68C69
Complementary color
Monochromatic Colors of #E68C69
Black with #E68C69
Text Example
Text Example
White with #E68C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C69; }
p { color: rgb(230,140,105); }
H1.HeaderClassName
{
color: #E68C69;
}
.AnyTagClassName
{
color: #E68C69;
}
</style>
background-color css
<style>
a { background-color: #E68C69; }
a { background-color: rgb(230,140,105); }
div.DivClassName
{
background-color: #E68C69;
}
.BgClassName
{
background-color: #E68C69;
}
</style>
border-color css
<style>
span { border-color: #E68C69; }
span { border-color: rgb(230,140,105); }
td.TdClassName
{
border-color: #E68C69;
}
.TagClassName
{
border-color: #E68C69;
}
</style>