Shades of Copper #E78869
Tints of Copper #E78869
RGB
CMYK
RGB Variations
Color information
#E78869 (or 0xE78869) is known color: Copper. HEX triplet: E7, 88 and 69. RGB value is (231,136,105). Sum of RGB (Red+Green+Blue) = 231+136+105=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E78869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78869 is #187796. Grayscale: #A1A1A1. Windows color (decimal): -1603479 or 6916327. OLE color: 6916327.
HSL color Cylindrical-coordinate representation of color #E78869: hue angle of 14.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E78869 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 105 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.09 |
| HSL | 14.76º | 0.72% | 0.66% | - |
| HSV(B) | 14.76º | 0.55% | 0.91% | - |
| XYZ | 44.31 | 35.62 | 17.9 | - |
| YUV | 160.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 105 | 0 | 0.41 | 0.55 | 0.09 | 14.76 | 0.72 | 0.66 |
| Hex | E7 | 88 | 69 | 0 | 29 | 37 | 9 | F | 48 | 42 |
| Octal | 347 | 210 | 151 | 0 | 51 | 67 | 11 | 17 | 110 | 102 |
| Binary | 11100111 | 10001000 | 1101001 | 0 | 101001 | 110111 | 1001 | 1111 | 1001000 | 1000010 |
Color Harmonies of #E78869
Complementary color
Monochromatic Colors of #E78869
Black with #E78869
Text Example
Text Example
White with #E78869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78869; }
p { color: rgb(231,136,105); }
H1.HeaderClassName
{
color: #E78869;
}
.AnyTagClassName
{
color: #E78869;
}
</style>
background-color css
<style>
a { background-color: #E78869; }
a { background-color: rgb(231,136,105); }
div.DivClassName
{
background-color: #E78869;
}
.BgClassName
{
background-color: #E78869;
}
</style>
border-color css
<style>
span { border-color: #E78869; }
span { border-color: rgb(231,136,105); }
td.TdClassName
{
border-color: #E78869;
}
.TagClassName
{
border-color: #E78869;
}
</style>