Shades of Copper #EA8F64
Tints of Copper #EA8F64
RGB
CMYK
RGB Variations
Color information
#EA8F64 (or 0xEA8F64) is known color: Copper. HEX triplet: EA, 8F and 64. RGB value is (234,143,100). Sum of RGB (Red+Green+Blue) = 234+143+100=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F64 is #15709B. Grayscale: #A5A5A5. Windows color (decimal): -1405084 or 6590442. OLE color: 6590442.
HSL color Cylindrical-coordinate representation of color #EA8F64: hue angle of 19.25º 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 #EA8F64 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 100 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.08 |
| HSL | 19.25º | 0.76% | 0.65% | - |
| HSV(B) | 19.25º | 0.57% | 0.92% | - |
| XYZ | 46.05 | 38.06 | 16.98 | - |
| YUV | 165.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 100 | 0 | 0.39 | 0.57 | 0.08 | 19.25 | 0.76 | 0.65 |
| Hex | EA | 8F | 64 | 0 | 27 | 39 | 8 | 13 | 4C | 41 |
| Octal | 352 | 217 | 144 | 0 | 47 | 71 | 10 | 23 | 114 | 101 |
| Binary | 11101010 | 10001111 | 1100100 | 0 | 100111 | 111001 | 1000 | 10011 | 1001100 | 1000001 |
Color Harmonies of #EA8F64
Complementary color
Monochromatic Colors of #EA8F64
Black with #EA8F64
Text Example
Text Example
White with #EA8F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F64; }
p { color: rgb(234,143,100); }
H1.HeaderClassName
{
color: #EA8F64;
}
.AnyTagClassName
{
color: #EA8F64;
}
</style>
background-color css
<style>
a { background-color: #EA8F64; }
a { background-color: rgb(234,143,100); }
div.DivClassName
{
background-color: #EA8F64;
}
.BgClassName
{
background-color: #EA8F64;
}
</style>
border-color css
<style>
span { border-color: #EA8F64; }
span { border-color: rgb(234,143,100); }
td.TdClassName
{
border-color: #EA8F64;
}
.TagClassName
{
border-color: #EA8F64;
}
</style>