Shades of Copper #E68A67
Tints of Copper #E68A67
RGB
CMYK
RGB Variations
Color information
#E68A67 (or 0xE68A67) is known color: Copper. HEX triplet: E6, 8A and 67. RGB value is (230,138,103). Sum of RGB (Red+Green+Blue) = 230+138+103=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A67 is #197598. Grayscale: #A1A1A1. Windows color (decimal): -1668505 or 6785766. OLE color: 6785766.
HSL color Cylindrical-coordinate representation of color #E68A67: hue angle of 16.54º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68A67 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 103 | - |
| CMYK | 0 | 0.4 | 0.55 | 0.10 |
| HSL | 16.54º | 0.72% | 0.65% | - |
| HSV(B) | 16.54º | 0.55% | 0.9% | - |
| XYZ | 44.17 | 35.98 | 17.45 | - |
| YUV | 161.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 103 | 0 | 0.4 | 0.55 | 0.10 | 16.54 | 0.72 | 0.65 |
| Hex | E6 | 8A | 67 | 0 | 28 | 37 | A | 11 | 48 | 41 |
| Octal | 346 | 212 | 147 | 0 | 50 | 67 | 12 | 21 | 110 | 101 |
| Binary | 11100110 | 10001010 | 1100111 | 0 | 101000 | 110111 | 1010 | 10001 | 1001000 | 1000001 |
Color Harmonies of #E68A67
Complementary color
Monochromatic Colors of #E68A67
Black with #E68A67
Text Example
Text Example
White with #E68A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A67; }
p { color: rgb(230,138,103); }
H1.HeaderClassName
{
color: #E68A67;
}
.AnyTagClassName
{
color: #E68A67;
}
</style>
background-color css
<style>
a { background-color: #E68A67; }
a { background-color: rgb(230,138,103); }
div.DivClassName
{
background-color: #E68A67;
}
.BgClassName
{
background-color: #E68A67;
}
</style>
border-color css
<style>
span { border-color: #E68A67; }
span { border-color: rgb(230,138,103); }
td.TdClassName
{
border-color: #E68A67;
}
.TagClassName
{
border-color: #E68A67;
}
</style>