Shades of Copper #E78B61
Tints of Copper #E78B61
RGB
CMYK
RGB Variations
Color information
#E78B61 (or 0xE78B61) is known color: Copper. HEX triplet: E7, 8B and 61. RGB value is (231,139,97). Sum of RGB (Red+Green+Blue) = 231+139+97=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B61 is #18749E. Grayscale: #A1A1A1. Windows color (decimal): -1602719 or 6392807. OLE color: 6392807.
HSL color Cylindrical-coordinate representation of color #E78B61: hue angle of 18.81º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E78B61 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 97 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.09 |
| HSL | 18.81º | 0.74% | 0.64% | - |
| HSV(B) | 18.81º | 0.58% | 0.91% | - |
| XYZ | 44.35 | 36.32 | 15.98 | - |
| YUV | 161.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 97 | 0 | 0.40 | 0.58 | 0.09 | 18.81 | 0.74 | 0.64 |
| Hex | E7 | 8B | 61 | 0 | 28 | 3A | 9 | 13 | 4A | 40 |
| Octal | 347 | 213 | 141 | 0 | 50 | 72 | 11 | 23 | 112 | 100 |
| Binary | 11100111 | 10001011 | 1100001 | 0 | 101000 | 111010 | 1001 | 10011 | 1001010 | 1000000 |
Color Harmonies of #E78B61
Complementary color
Monochromatic Colors of #E78B61
Black with #E78B61
Text Example
Text Example
White with #E78B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B61; }
p { color: rgb(231,139,97); }
H1.HeaderClassName
{
color: #E78B61;
}
.AnyTagClassName
{
color: #E78B61;
}
</style>
background-color css
<style>
a { background-color: #E78B61; }
a { background-color: rgb(231,139,97); }
div.DivClassName
{
background-color: #E78B61;
}
.BgClassName
{
background-color: #E78B61;
}
</style>
border-color css
<style>
span { border-color: #E78B61; }
span { border-color: rgb(231,139,97); }
td.TdClassName
{
border-color: #E78B61;
}
.TagClassName
{
border-color: #E78B61;
}
</style>