Shades of Copper #E18A68
Tints of Copper #E18A68
RGB
CMYK
RGB Variations
Color information
#E18A68 (or 0xE18A68) is known color: Copper. HEX triplet: E1, 8A and 68. RGB value is (225,138,104). Sum of RGB (Red+Green+Blue) = 225+138+104=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A68 is #1E7597. Grayscale: #A0A0A0. Windows color (decimal): -1996184 or 6851297. OLE color: 6851297.
HSL color Cylindrical-coordinate representation of color #E18A68: hue angle of 16.86º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E18A68 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 104 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.12 |
| HSL | 16.86º | 0.67% | 0.65% | - |
| HSV(B) | 16.86º | 0.54% | 0.88% | - |
| XYZ | 42.64 | 35.18 | 17.64 | - |
| YUV | 160.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 104 | 0 | 0.39 | 0.54 | 0.12 | 16.86 | 0.67 | 0.65 |
| Hex | E1 | 8A | 68 | 0 | 27 | 36 | C | 11 | 43 | 41 |
| Octal | 341 | 212 | 150 | 0 | 47 | 66 | 14 | 21 | 103 | 101 |
| Binary | 11100001 | 10001010 | 1101000 | 0 | 100111 | 110110 | 1100 | 10001 | 1000011 | 1000001 |
Color Harmonies of #E18A68
Complementary color
Monochromatic Colors of #E18A68
Black with #E18A68
Text Example
Text Example
White with #E18A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A68; }
p { color: rgb(225,138,104); }
H1.HeaderClassName
{
color: #E18A68;
}
.AnyTagClassName
{
color: #E18A68;
}
</style>
background-color css
<style>
a { background-color: #E18A68; }
a { background-color: rgb(225,138,104); }
div.DivClassName
{
background-color: #E18A68;
}
.BgClassName
{
background-color: #E18A68;
}
</style>
border-color css
<style>
span { border-color: #E18A68; }
span { border-color: rgb(225,138,104); }
td.TdClassName
{
border-color: #E18A68;
}
.TagClassName
{
border-color: #E18A68;
}
</style>