Shades of Copper #EA8563
Tints of Copper #EA8563
RGB
CMYK
RGB Variations
Color information
#EA8563 (or 0xEA8563) is known color: Copper. HEX triplet: EA, 85 and 63. RGB value is (234,133,99). Sum of RGB (Red+Green+Blue) = 234+133+99=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8563 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8563 is #157A9C. Grayscale: #9F9F9F. Windows color (decimal): -1407645 or 6522346. OLE color: 6522346.
HSL color Cylindrical-coordinate representation of color #EA8563: hue angle of 15.11º 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 #EA8563 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 99 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.08 |
| HSL | 15.11º | 0.76% | 0.65% | - |
| HSV(B) | 15.11º | 0.58% | 0.92% | - |
| XYZ | 44.57 | 35.17 | 16.24 | - |
| YUV | 159.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 99 | 0 | 0.43 | 0.58 | 0.08 | 15.11 | 0.76 | 0.65 |
| Hex | EA | 85 | 63 | 0 | 2B | 3A | 8 | F | 4C | 41 |
| Octal | 352 | 205 | 143 | 0 | 53 | 72 | 10 | 17 | 114 | 101 |
| Binary | 11101010 | 10000101 | 1100011 | 0 | 101011 | 111010 | 1000 | 1111 | 1001100 | 1000001 |
Color Harmonies of #EA8563
Complementary color
Monochromatic Colors of #EA8563
Black with #EA8563
Text Example
Text Example
White with #EA8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8563; }
p { color: rgb(234,133,99); }
H1.HeaderClassName
{
color: #EA8563;
}
.AnyTagClassName
{
color: #EA8563;
}
</style>
background-color css
<style>
a { background-color: #EA8563; }
a { background-color: rgb(234,133,99); }
div.DivClassName
{
background-color: #EA8563;
}
.BgClassName
{
background-color: #EA8563;
}
</style>
border-color css
<style>
span { border-color: #EA8563; }
span { border-color: rgb(234,133,99); }
td.TdClassName
{
border-color: #EA8563;
}
.TagClassName
{
border-color: #EA8563;
}
</style>