Shades of Copper #E18A6C
Tints of Copper #E18A6C
RGB
CMYK
RGB Variations
Color information
#E18A6C (or 0xE18A6C) is known color: Copper. HEX triplet: E1, 8A and 6C. RGB value is (225,138,108). Sum of RGB (Red+Green+Blue) = 225+138+108=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A6C is #1E7593. Grayscale: #A0A0A0. Windows color (decimal): -1996180 or 7113441. OLE color: 7113441.
HSL color Cylindrical-coordinate representation of color #E18A6C: hue angle of 15.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E18A6C is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 108 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.12 |
| HSL | 15.38º | 0.66% | 0.65% | - |
| HSV(B) | 15.38º | 0.52% | 0.88% | - |
| XYZ | 42.85 | 35.27 | 18.74 | - |
| YUV | 160.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 108 | 0 | 0.39 | 0.52 | 0.12 | 15.38 | 0.66 | 0.65 |
| Hex | E1 | 8A | 6C | 0 | 27 | 34 | C | F | 42 | 41 |
| Octal | 341 | 212 | 154 | 0 | 47 | 64 | 14 | 17 | 102 | 101 |
| Binary | 11100001 | 10001010 | 1101100 | 0 | 100111 | 110100 | 1100 | 1111 | 1000010 | 1000001 |
Color Harmonies of #E18A6C
Complementary color
Monochromatic Colors of #E18A6C
Black with #E18A6C
Text Example
Text Example
White with #E18A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A6C; }
p { color: rgb(225,138,108); }
H1.HeaderClassName
{
color: #E18A6C;
}
.AnyTagClassName
{
color: #E18A6C;
}
</style>
background-color css
<style>
a { background-color: #E18A6C; }
a { background-color: rgb(225,138,108); }
div.DivClassName
{
background-color: #E18A6C;
}
.BgClassName
{
background-color: #E18A6C;
}
</style>
border-color css
<style>
span { border-color: #E18A6C; }
span { border-color: rgb(225,138,108); }
td.TdClassName
{
border-color: #E18A6C;
}
.TagClassName
{
border-color: #E18A6C;
}
</style>