Shades of Copper #E78B68
Tints of Copper #E78B68
RGB
CMYK
RGB Variations
Color information
#E78B68 (or 0xE78B68) is known color: Copper. HEX triplet: E7, 8B and 68. RGB value is (231,139,104). Sum of RGB (Red+Green+Blue) = 231+139+104=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B68 is #187497. Grayscale: #A2A2A2. Windows color (decimal): -1602712 or 6851559. OLE color: 6851559.
HSL color Cylindrical-coordinate representation of color #E78B68: hue angle of 16.54º degrees, saturation: 0.73, 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 #E78B68 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 104 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.09 |
| HSL | 16.54º | 0.73% | 0.66% | - |
| HSV(B) | 16.54º | 0.55% | 0.91% | - |
| XYZ | 44.69 | 36.45 | 17.78 | - |
| YUV | 162.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 104 | 0 | 0.40 | 0.55 | 0.09 | 16.54 | 0.73 | 0.66 |
| Hex | E7 | 8B | 68 | 0 | 28 | 37 | 9 | 11 | 49 | 42 |
| Octal | 347 | 213 | 150 | 0 | 50 | 67 | 11 | 21 | 111 | 102 |
| Binary | 11100111 | 10001011 | 1101000 | 0 | 101000 | 110111 | 1001 | 10001 | 1001001 | 1000010 |
Color Harmonies of #E78B68
Complementary color
Monochromatic Colors of #E78B68
Black with #E78B68
Text Example
Text Example
White with #E78B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B68; }
p { color: rgb(231,139,104); }
H1.HeaderClassName
{
color: #E78B68;
}
.AnyTagClassName
{
color: #E78B68;
}
</style>
background-color css
<style>
a { background-color: #E78B68; }
a { background-color: rgb(231,139,104); }
div.DivClassName
{
background-color: #E78B68;
}
.BgClassName
{
background-color: #E78B68;
}
</style>
border-color css
<style>
span { border-color: #E78B68; }
span { border-color: rgb(231,139,104); }
td.TdClassName
{
border-color: #E78B68;
}
.TagClassName
{
border-color: #E78B68;
}
</style>