Shades of Copper #E78E6B
Tints of Copper #E78E6B
RGB
CMYK
RGB Variations
Color information
#E78E6B (or 0xE78E6B) is known color: Copper. HEX triplet: E7, 8E and 6B. RGB value is (231,142,107). Sum of RGB (Red+Green+Blue) = 231+142+107=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E6B is #187194. Grayscale: #A4A4A4. Windows color (decimal): -1601941 or 7048935. OLE color: 7048935.
HSL color Cylindrical-coordinate representation of color #E78E6B: hue angle of 16.94º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E78E6B is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 107 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.09 |
| HSL | 16.94º | 0.72% | 0.66% | - |
| HSV(B) | 16.94º | 0.54% | 0.91% | - |
| XYZ | 45.28 | 37.4 | 18.74 | - |
| YUV | 164.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 107 | 0 | 0.39 | 0.54 | 0.09 | 16.94 | 0.72 | 0.66 |
| Hex | E7 | 8E | 6B | 0 | 27 | 36 | 9 | 11 | 48 | 42 |
| Octal | 347 | 216 | 153 | 0 | 47 | 66 | 11 | 21 | 110 | 102 |
| Binary | 11100111 | 10001110 | 1101011 | 0 | 100111 | 110110 | 1001 | 10001 | 1001000 | 1000010 |
Color Harmonies of #E78E6B
Complementary color
Monochromatic Colors of #E78E6B
Black with #E78E6B
Text Example
Text Example
White with #E78E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E6B; }
p { color: rgb(231,142,107); }
H1.HeaderClassName
{
color: #E78E6B;
}
.AnyTagClassName
{
color: #E78E6B;
}
</style>
background-color css
<style>
a { background-color: #E78E6B; }
a { background-color: rgb(231,142,107); }
div.DivClassName
{
background-color: #E78E6B;
}
.BgClassName
{
background-color: #E78E6B;
}
</style>
border-color css
<style>
span { border-color: #E78E6B; }
span { border-color: rgb(231,142,107); }
td.TdClassName
{
border-color: #E78E6B;
}
.TagClassName
{
border-color: #E78E6B;
}
</style>