Shades of Copper #EA8C63
Tints of Copper #EA8C63
RGB
CMYK
RGB Variations
Color information
#EA8C63 (or 0xEA8C63) is known color: Copper. HEX triplet: EA, 8C and 63. RGB value is (234,140,99). Sum of RGB (Red+Green+Blue) = 234+140+99=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C63 is #15739C. Grayscale: #A3A3A3. Windows color (decimal): -1405853 or 6524138. OLE color: 6524138.
HSL color Cylindrical-coordinate representation of color #EA8C63: hue angle of 18.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA8C63 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 99 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.08 |
| HSL | 18.22º | 0.76% | 0.65% | - |
| HSV(B) | 18.22º | 0.58% | 0.92% | - |
| XYZ | 45.56 | 37.15 | 16.57 | - |
| YUV | 163.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 99 | 0 | 0.40 | 0.58 | 0.08 | 18.22 | 0.76 | 0.65 |
| Hex | EA | 8C | 63 | 0 | 28 | 3A | 8 | 12 | 4C | 41 |
| Octal | 352 | 214 | 143 | 0 | 50 | 72 | 10 | 22 | 114 | 101 |
| Binary | 11101010 | 10001100 | 1100011 | 0 | 101000 | 111010 | 1000 | 10010 | 1001100 | 1000001 |
Color Harmonies of #EA8C63
Complementary color
Monochromatic Colors of #EA8C63
Black with #EA8C63
Text Example
Text Example
White with #EA8C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8C63; }
p { color: rgb(234,140,99); }
H1.HeaderClassName
{
color: #EA8C63;
}
.AnyTagClassName
{
color: #EA8C63;
}
</style>
background-color css
<style>
a { background-color: #EA8C63; }
a { background-color: rgb(234,140,99); }
div.DivClassName
{
background-color: #EA8C63;
}
.BgClassName
{
background-color: #EA8C63;
}
</style>
border-color css
<style>
span { border-color: #EA8C63; }
span { border-color: rgb(234,140,99); }
td.TdClassName
{
border-color: #EA8C63;
}
.TagClassName
{
border-color: #EA8C63;
}
</style>