Shades of Copper #EA896B
Tints of Copper #EA896B
RGB
CMYK
RGB Variations
Color information
#EA896B (or 0xEA896B) is known color: Copper. HEX triplet: EA, 89 and 6B. RGB value is (234,137,107). Sum of RGB (Red+Green+Blue) = 234+137+107=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA896B is #157694. Grayscale: #A2A2A2. Windows color (decimal): -1406613 or 7047658. OLE color: 7047658.
HSL color Cylindrical-coordinate representation of color #EA896B: hue angle of 14.17º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA896B is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 107 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.08 |
| HSL | 14.17º | 0.75% | 0.67% | - |
| HSV(B) | 14.17º | 0.54% | 0.92% | - |
| XYZ | 45.53 | 36.45 | 18.54 | - |
| YUV | 162.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 107 | 0 | 0.41 | 0.54 | 0.08 | 14.17 | 0.75 | 0.67 |
| Hex | EA | 89 | 6B | 0 | 29 | 36 | 8 | E | 4B | 43 |
| Octal | 352 | 211 | 153 | 0 | 51 | 66 | 10 | 16 | 113 | 103 |
| Binary | 11101010 | 10001001 | 1101011 | 0 | 101001 | 110110 | 1000 | 1110 | 1001011 | 1000011 |
Color Harmonies of #EA896B
Complementary color
Monochromatic Colors of #EA896B
Black with #EA896B
Text Example
Text Example
White with #EA896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA896B; }
p { color: rgb(234,137,107); }
H1.HeaderClassName
{
color: #EA896B;
}
.AnyTagClassName
{
color: #EA896B;
}
</style>
background-color css
<style>
a { background-color: #EA896B; }
a { background-color: rgb(234,137,107); }
div.DivClassName
{
background-color: #EA896B;
}
.BgClassName
{
background-color: #EA896B;
}
</style>
border-color css
<style>
span { border-color: #EA896B; }
span { border-color: rgb(234,137,107); }
td.TdClassName
{
border-color: #EA896B;
}
.TagClassName
{
border-color: #EA896B;
}
</style>