Shades of Copper #EA8E64
Tints of Copper #EA8E64
RGB
CMYK
RGB Variations
Color information
#EA8E64 (or 0xEA8E64) is known color: Copper. HEX triplet: EA, 8E and 64. RGB value is (234,142,100). Sum of RGB (Red+Green+Blue) = 234+142+100=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8E64 is #15719B. Grayscale: #A4A4A4. Windows color (decimal): -1405340 or 6590186. OLE color: 6590186.
HSL color Cylindrical-coordinate representation of color #EA8E64: hue angle of 18.81º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA8E64 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 100 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.08 |
| HSL | 18.81º | 0.76% | 0.65% | - |
| HSV(B) | 18.81º | 0.57% | 0.92% | - |
| XYZ | 45.9 | 37.76 | 16.93 | - |
| YUV | 164.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 100 | 0 | 0.39 | 0.57 | 0.08 | 18.81 | 0.76 | 0.65 |
| Hex | EA | 8E | 64 | 0 | 27 | 39 | 8 | 13 | 4C | 41 |
| Octal | 352 | 216 | 144 | 0 | 47 | 71 | 10 | 23 | 114 | 101 |
| Binary | 11101010 | 10001110 | 1100100 | 0 | 100111 | 111001 | 1000 | 10011 | 1001100 | 1000001 |
Color Harmonies of #EA8E64
Complementary color
Monochromatic Colors of #EA8E64
Black with #EA8E64
Text Example
Text Example
White with #EA8E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E64; }
p { color: rgb(234,142,100); }
H1.HeaderClassName
{
color: #EA8E64;
}
.AnyTagClassName
{
color: #EA8E64;
}
</style>
background-color css
<style>
a { background-color: #EA8E64; }
a { background-color: rgb(234,142,100); }
div.DivClassName
{
background-color: #EA8E64;
}
.BgClassName
{
background-color: #EA8E64;
}
</style>
border-color css
<style>
span { border-color: #EA8E64; }
span { border-color: rgb(234,142,100); }
td.TdClassName
{
border-color: #EA8E64;
}
.TagClassName
{
border-color: #EA8E64;
}
</style>