Shades of Copper #EA8E61
Tints of Copper #EA8E61
RGB
CMYK
RGB Variations
Color information
#EA8E61 (or 0xEA8E61) is known color: Copper. HEX triplet: EA, 8E and 61. RGB value is (234,142,97). Sum of RGB (Red+Green+Blue) = 234+142+97=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8E61 is #15719E. Grayscale: #A4A4A4. Windows color (decimal): -1405343 or 6393578. OLE color: 6393578.
HSL color Cylindrical-coordinate representation of color #EA8E61: hue angle of 19.71º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA8E61 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 97 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.08 |
| HSL | 19.71º | 0.77% | 0.65% | - |
| HSV(B) | 19.71º | 0.59% | 0.92% | - |
| XYZ | 45.76 | 37.7 | 16.17 | - |
| YUV | 164.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 97 | 0 | 0.39 | 0.59 | 0.08 | 19.71 | 0.77 | 0.65 |
| Hex | EA | 8E | 61 | 0 | 27 | 3B | 8 | 14 | 4D | 41 |
| Octal | 352 | 216 | 141 | 0 | 47 | 73 | 10 | 24 | 115 | 101 |
| Binary | 11101010 | 10001110 | 1100001 | 0 | 100111 | 111011 | 1000 | 10100 | 1001101 | 1000001 |
Color Harmonies of #EA8E61
Complementary color
Monochromatic Colors of #EA8E61
Black with #EA8E61
Text Example
Text Example
White with #EA8E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E61; }
p { color: rgb(234,142,97); }
H1.HeaderClassName
{
color: #EA8E61;
}
.AnyTagClassName
{
color: #EA8E61;
}
</style>
background-color css
<style>
a { background-color: #EA8E61; }
a { background-color: rgb(234,142,97); }
div.DivClassName
{
background-color: #EA8E61;
}
.BgClassName
{
background-color: #EA8E61;
}
</style>
border-color css
<style>
span { border-color: #EA8E61; }
span { border-color: rgb(234,142,97); }
td.TdClassName
{
border-color: #EA8E61;
}
.TagClassName
{
border-color: #EA8E61;
}
</style>