Shades of Copper #EA8467
Tints of Copper #EA8467
RGB
CMYK
RGB Variations
Color information
#EA8467 (or 0xEA8467) is known color: Copper. HEX triplet: EA, 84 and 67. RGB value is (234,132,103). Sum of RGB (Red+Green+Blue) = 234+132+103=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8467 is #157B98. Grayscale: #9F9F9F. Windows color (decimal): -1407897 or 6784234. OLE color: 6784234.
HSL color Cylindrical-coordinate representation of color #EA8467: hue angle of 13.28º 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 #EA8467 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 103 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.08 |
| HSL | 13.28º | 0.76% | 0.66% | - |
| HSV(B) | 13.28º | 0.56% | 0.92% | - |
| XYZ | 44.63 | 34.97 | 17.23 | - |
| YUV | 159.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 103 | 0 | 0.44 | 0.56 | 0.08 | 13.28 | 0.76 | 0.66 |
| Hex | EA | 84 | 67 | 0 | 2C | 38 | 8 | D | 4C | 42 |
| Octal | 352 | 204 | 147 | 0 | 54 | 70 | 10 | 15 | 114 | 102 |
| Binary | 11101010 | 10000100 | 1100111 | 0 | 101100 | 111000 | 1000 | 1101 | 1001100 | 1000010 |
Color Harmonies of #EA8467
Complementary color
Monochromatic Colors of #EA8467
Black with #EA8467
Text Example
Text Example
White with #EA8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8467; }
p { color: rgb(234,132,103); }
H1.HeaderClassName
{
color: #EA8467;
}
.AnyTagClassName
{
color: #EA8467;
}
</style>
background-color css
<style>
a { background-color: #EA8467; }
a { background-color: rgb(234,132,103); }
div.DivClassName
{
background-color: #EA8467;
}
.BgClassName
{
background-color: #EA8467;
}
</style>
border-color css
<style>
span { border-color: #EA8467; }
span { border-color: rgb(234,132,103); }
td.TdClassName
{
border-color: #EA8467;
}
.TagClassName
{
border-color: #EA8467;
}
</style>