Shades of Copper #E78A6B
Tints of Copper #E78A6B
RGB
CMYK
RGB Variations
Color information
#E78A6B (or 0xE78A6B) is known color: Copper. HEX triplet: E7, 8A and 6B. RGB value is (231,138,107). Sum of RGB (Red+Green+Blue) = 231+138+107=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78A6B is #187594. Grayscale: #A2A2A2. Windows color (decimal): -1602965 or 7047911. OLE color: 7047911.
HSL color Cylindrical-coordinate representation of color #E78A6B: hue angle of 15º 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 #E78A6B is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 107 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.09 |
| HSL | 15º | 0.72% | 0.66% | - |
| HSV(B) | 15º | 0.54% | 0.91% | - |
| XYZ | 44.7 | 36.23 | 18.55 | - |
| YUV | 162.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 107 | 0 | 0.40 | 0.54 | 0.09 | 15 | 0.72 | 0.66 |
| Hex | E7 | 8A | 6B | 0 | 28 | 36 | 9 | F | 48 | 42 |
| Octal | 347 | 212 | 153 | 0 | 50 | 66 | 11 | 17 | 110 | 102 |
| Binary | 11100111 | 10001010 | 1101011 | 0 | 101000 | 110110 | 1001 | 1111 | 1001000 | 1000010 |
Color Harmonies of #E78A6B
Complementary color
Monochromatic Colors of #E78A6B
Black with #E78A6B
Text Example
Text Example
White with #E78A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A6B; }
p { color: rgb(231,138,107); }
H1.HeaderClassName
{
color: #E78A6B;
}
.AnyTagClassName
{
color: #E78A6B;
}
</style>
background-color css
<style>
a { background-color: #E78A6B; }
a { background-color: rgb(231,138,107); }
div.DivClassName
{
background-color: #E78A6B;
}
.BgClassName
{
background-color: #E78A6B;
}
</style>
border-color css
<style>
span { border-color: #E78A6B; }
span { border-color: rgb(231,138,107); }
td.TdClassName
{
border-color: #E78A6B;
}
.TagClassName
{
border-color: #E78A6B;
}
</style>