Shades of Copper #EA8866
Tints of Copper #EA8866
RGB
CMYK
RGB Variations
Color information
#EA8866 (or 0xEA8866) is known color: Copper. HEX triplet: EA, 88 and 66. RGB value is (234,136,102). Sum of RGB (Red+Green+Blue) = 234+136+102=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8866 is #157799. Grayscale: #A1A1A1. Windows color (decimal): -1406874 or 6719722. OLE color: 6719722.
HSL color Cylindrical-coordinate representation of color #EA8866: hue angle of 15.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA8866 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 102 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.08 |
| HSL | 15.45º | 0.76% | 0.66% | - |
| HSV(B) | 15.45º | 0.56% | 0.92% | - |
| XYZ | 45.13 | 36.06 | 17.15 | - |
| YUV | 161.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 102 | 0 | 0.42 | 0.56 | 0.08 | 15.45 | 0.76 | 0.66 |
| Hex | EA | 88 | 66 | 0 | 2A | 38 | 8 | F | 4C | 42 |
| Octal | 352 | 210 | 146 | 0 | 52 | 70 | 10 | 17 | 114 | 102 |
| Binary | 11101010 | 10001000 | 1100110 | 0 | 101010 | 111000 | 1000 | 1111 | 1001100 | 1000010 |
Color Harmonies of #EA8866
Complementary color
Monochromatic Colors of #EA8866
Black with #EA8866
Text Example
Text Example
White with #EA8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8866; }
p { color: rgb(234,136,102); }
H1.HeaderClassName
{
color: #EA8866;
}
.AnyTagClassName
{
color: #EA8866;
}
</style>
background-color css
<style>
a { background-color: #EA8866; }
a { background-color: rgb(234,136,102); }
div.DivClassName
{
background-color: #EA8866;
}
.BgClassName
{
background-color: #EA8866;
}
</style>
border-color css
<style>
span { border-color: #EA8866; }
span { border-color: rgb(234,136,102); }
td.TdClassName
{
border-color: #EA8866;
}
.TagClassName
{
border-color: #EA8866;
}
</style>