Shades of Copper #EA8B62
Tints of Copper #EA8B62
RGB
CMYK
RGB Variations
Color information
#EA8B62 (or 0xEA8B62) is known color: Copper. HEX triplet: EA, 8B and 62. RGB value is (234,139,98). Sum of RGB (Red+Green+Blue) = 234+139+98=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8B62 is #15749D. Grayscale: #A2A2A2. Windows color (decimal): -1406110 or 6458346. OLE color: 6458346.
HSL color Cylindrical-coordinate representation of color #EA8B62: hue angle of 18.09º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA8B62 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 98 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.08 |
| HSL | 18.09º | 0.76% | 0.65% | - |
| HSV(B) | 18.09º | 0.58% | 0.92% | - |
| XYZ | 45.37 | 36.84 | 16.27 | - |
| YUV | 162.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 98 | 0 | 0.41 | 0.58 | 0.08 | 18.09 | 0.76 | 0.65 |
| Hex | EA | 8B | 62 | 0 | 29 | 3A | 8 | 12 | 4C | 41 |
| Octal | 352 | 213 | 142 | 0 | 51 | 72 | 10 | 22 | 114 | 101 |
| Binary | 11101010 | 10001011 | 1100010 | 0 | 101001 | 111010 | 1000 | 10010 | 1001100 | 1000001 |
Color Harmonies of #EA8B62
Complementary color
Monochromatic Colors of #EA8B62
Black with #EA8B62
Text Example
Text Example
White with #EA8B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B62; }
p { color: rgb(234,139,98); }
H1.HeaderClassName
{
color: #EA8B62;
}
.AnyTagClassName
{
color: #EA8B62;
}
</style>
background-color css
<style>
a { background-color: #EA8B62; }
a { background-color: rgb(234,139,98); }
div.DivClassName
{
background-color: #EA8B62;
}
.BgClassName
{
background-color: #EA8B62;
}
</style>
border-color css
<style>
span { border-color: #EA8B62; }
span { border-color: rgb(234,139,98); }
td.TdClassName
{
border-color: #EA8B62;
}
.TagClassName
{
border-color: #EA8B62;
}
</style>