Shades of Copper #EA8266
Tints of Copper #EA8266
RGB
CMYK
RGB Variations
Color information
#EA8266 (or 0xEA8266) is known color: Copper. HEX triplet: EA, 82 and 66. RGB value is (234,130,102). Sum of RGB (Red+Green+Blue) = 234+130+102=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8266 is #157D99. Grayscale: #9E9E9E. Windows color (decimal): -1408410 or 6718186. OLE color: 6718186.
HSL color Cylindrical-coordinate representation of color #EA8266: hue angle of 12.73º 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 #EA8266 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 102 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.08 |
| HSL | 12.73º | 0.76% | 0.66% | - |
| HSV(B) | 12.73º | 0.56% | 0.92% | - |
| XYZ | 44.31 | 34.42 | 16.88 | - |
| YUV | 157.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 102 | 0 | 0.44 | 0.56 | 0.08 | 12.73 | 0.76 | 0.66 |
| Hex | EA | 82 | 66 | 0 | 2C | 38 | 8 | D | 4C | 42 |
| Octal | 352 | 202 | 146 | 0 | 54 | 70 | 10 | 15 | 114 | 102 |
| Binary | 11101010 | 10000010 | 1100110 | 0 | 101100 | 111000 | 1000 | 1101 | 1001100 | 1000010 |
Color Harmonies of #EA8266
Complementary color
Monochromatic Colors of #EA8266
Black with #EA8266
Text Example
Text Example
White with #EA8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8266; }
p { color: rgb(234,130,102); }
H1.HeaderClassName
{
color: #EA8266;
}
.AnyTagClassName
{
color: #EA8266;
}
</style>
background-color css
<style>
a { background-color: #EA8266; }
a { background-color: rgb(234,130,102); }
div.DivClassName
{
background-color: #EA8266;
}
.BgClassName
{
background-color: #EA8266;
}
</style>
border-color css
<style>
span { border-color: #EA8266; }
span { border-color: rgb(234,130,102); }
td.TdClassName
{
border-color: #EA8266;
}
.TagClassName
{
border-color: #EA8266;
}
</style>