Shades of Copper #EA896A
Tints of Copper #EA896A
RGB
CMYK
RGB Variations
Color information
#EA896A (or 0xEA896A) is known color: Copper. HEX triplet: EA, 89 and 6A. RGB value is (234,137,106). Sum of RGB (Red+Green+Blue) = 234+137+106=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA896A is #157695. Grayscale: #A2A2A2. Windows color (decimal): -1406614 or 6982122. OLE color: 6982122.
HSL color Cylindrical-coordinate representation of color #EA896A: hue angle of 14.53º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA896A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 106 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.08 |
| HSL | 14.53º | 0.75% | 0.67% | - |
| HSV(B) | 14.53º | 0.55% | 0.92% | - |
| XYZ | 45.48 | 36.42 | 18.27 | - |
| YUV | 162.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 106 | 0 | 0.41 | 0.55 | 0.08 | 14.53 | 0.75 | 0.67 |
| Hex | EA | 89 | 6A | 0 | 29 | 37 | 8 | F | 4B | 43 |
| Octal | 352 | 211 | 152 | 0 | 51 | 67 | 10 | 17 | 113 | 103 |
| Binary | 11101010 | 10001001 | 1101010 | 0 | 101001 | 110111 | 1000 | 1111 | 1001011 | 1000011 |
Color Harmonies of #EA896A
Complementary color
Monochromatic Colors of #EA896A
Black with #EA896A
Text Example
Text Example
White with #EA896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA896A; }
p { color: rgb(234,137,106); }
H1.HeaderClassName
{
color: #EA896A;
}
.AnyTagClassName
{
color: #EA896A;
}
</style>
background-color css
<style>
a { background-color: #EA896A; }
a { background-color: rgb(234,137,106); }
div.DivClassName
{
background-color: #EA896A;
}
.BgClassName
{
background-color: #EA896A;
}
</style>
border-color css
<style>
span { border-color: #EA896A; }
span { border-color: rgb(234,137,106); }
td.TdClassName
{
border-color: #EA896A;
}
.TagClassName
{
border-color: #EA896A;
}
</style>