Shades of Copper #EA9266
Tints of Copper #EA9266
RGB
CMYK
RGB Variations
Color information
#EA9266 (or 0xEA9266) is known color: Copper. HEX triplet: EA, 92 and 66. RGB value is (234,146,102). Sum of RGB (Red+Green+Blue) = 234+146+102=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9266 is #156D99. Grayscale: #A7A7A7. Windows color (decimal): -1404314 or 6722282. OLE color: 6722282.
HSL color Cylindrical-coordinate representation of color #EA9266: hue angle of 20º 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 #EA9266 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 102 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.08 |
| HSL | 20º | 0.76% | 0.66% | - |
| HSV(B) | 20º | 0.56% | 0.92% | - |
| XYZ | 46.61 | 39.01 | 17.64 | - |
| YUV | 167.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 102 | 0 | 0.38 | 0.56 | 0.08 | 20 | 0.76 | 0.66 |
| Hex | EA | 92 | 66 | 0 | 26 | 38 | 8 | 14 | 4C | 42 |
| Octal | 352 | 222 | 146 | 0 | 46 | 70 | 10 | 24 | 114 | 102 |
| Binary | 11101010 | 10010010 | 1100110 | 0 | 100110 | 111000 | 1000 | 10100 | 1001100 | 1000010 |
Color Harmonies of #EA9266
Complementary color
Monochromatic Colors of #EA9266
Black with #EA9266
Text Example
Text Example
White with #EA9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9266; }
p { color: rgb(234,146,102); }
H1.HeaderClassName
{
color: #EA9266;
}
.AnyTagClassName
{
color: #EA9266;
}
</style>
background-color css
<style>
a { background-color: #EA9266; }
a { background-color: rgb(234,146,102); }
div.DivClassName
{
background-color: #EA9266;
}
.BgClassName
{
background-color: #EA9266;
}
</style>
border-color css
<style>
span { border-color: #EA9266; }
span { border-color: rgb(234,146,102); }
td.TdClassName
{
border-color: #EA9266;
}
.TagClassName
{
border-color: #EA9266;
}
</style>