Shades of Copper #E18769
Tints of Copper #E18769
RGB
CMYK
RGB Variations
Color information
#E18769 (or 0xE18769) is known color: Copper. HEX triplet: E1, 87 and 69. RGB value is (225,135,105). Sum of RGB (Red+Green+Blue) = 225+135+105=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E18769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18769 is #1E7896. Grayscale: #9E9E9E. Windows color (decimal): -1996951 or 6916065. OLE color: 6916065.
HSL color Cylindrical-coordinate representation of color #E18769: hue angle of 15º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E18769 is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 105 | - |
| CMYK | 0 | 0.4 | 0.53 | 0.12 |
| HSL | 15º | 0.67% | 0.65% | - |
| HSV(B) | 15º | 0.53% | 0.88% | - |
| XYZ | 42.27 | 34.36 | 17.77 | - |
| YUV | 158.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 105 | 0 | 0.4 | 0.53 | 0.12 | 15 | 0.67 | 0.65 |
| Hex | E1 | 87 | 69 | 0 | 28 | 35 | C | F | 43 | 41 |
| Octal | 341 | 207 | 151 | 0 | 50 | 65 | 14 | 17 | 103 | 101 |
| Binary | 11100001 | 10000111 | 1101001 | 0 | 101000 | 110101 | 1100 | 1111 | 1000011 | 1000001 |
Color Harmonies of #E18769
Complementary color
Monochromatic Colors of #E18769
Black with #E18769
Text Example
Text Example
White with #E18769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18769; }
p { color: rgb(225,135,105); }
H1.HeaderClassName
{
color: #E18769;
}
.AnyTagClassName
{
color: #E18769;
}
</style>
background-color css
<style>
a { background-color: #E18769; }
a { background-color: rgb(225,135,105); }
div.DivClassName
{
background-color: #E18769;
}
.BgClassName
{
background-color: #E18769;
}
</style>
border-color css
<style>
span { border-color: #E18769; }
span { border-color: rgb(225,135,105); }
td.TdClassName
{
border-color: #E18769;
}
.TagClassName
{
border-color: #E18769;
}
</style>