Shades of Copper #EA8D68
Tints of Copper #EA8D68
RGB
CMYK
RGB Variations
Color information
#EA8D68 (or 0xEA8D68) is known color: Copper. HEX triplet: EA, 8D and 68. RGB value is (234,141,104). Sum of RGB (Red+Green+Blue) = 234+141+104=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D68 is #157297. Grayscale: #A4A4A4. Windows color (decimal): -1405592 or 6852074. OLE color: 6852074.
HSL color Cylindrical-coordinate representation of color #EA8D68: hue angle of 17.08º 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 #EA8D68 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 104 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.08 |
| HSL | 17.08º | 0.76% | 0.66% | - |
| HSV(B) | 17.08º | 0.56% | 0.92% | - |
| XYZ | 45.96 | 37.54 | 17.92 | - |
| YUV | 164.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 104 | 0 | 0.40 | 0.56 | 0.08 | 17.08 | 0.76 | 0.66 |
| Hex | EA | 8D | 68 | 0 | 28 | 38 | 8 | 11 | 4C | 42 |
| Octal | 352 | 215 | 150 | 0 | 50 | 70 | 10 | 21 | 114 | 102 |
| Binary | 11101010 | 10001101 | 1101000 | 0 | 101000 | 111000 | 1000 | 10001 | 1001100 | 1000010 |
Color Harmonies of #EA8D68
Complementary color
Monochromatic Colors of #EA8D68
Black with #EA8D68
Text Example
Text Example
White with #EA8D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D68; }
p { color: rgb(234,141,104); }
H1.HeaderClassName
{
color: #EA8D68;
}
.AnyTagClassName
{
color: #EA8D68;
}
</style>
background-color css
<style>
a { background-color: #EA8D68; }
a { background-color: rgb(234,141,104); }
div.DivClassName
{
background-color: #EA8D68;
}
.BgClassName
{
background-color: #EA8D68;
}
</style>
border-color css
<style>
span { border-color: #EA8D68; }
span { border-color: rgb(234,141,104); }
td.TdClassName
{
border-color: #EA8D68;
}
.TagClassName
{
border-color: #EA8D68;
}
</style>