Shades of Copper #EA8F66
Tints of Copper #EA8F66
RGB
CMYK
RGB Variations
Color information
#EA8F66 (or 0xEA8F66) is known color: Copper. HEX triplet: EA, 8F and 66. RGB value is (234,143,102). Sum of RGB (Red+Green+Blue) = 234+143+102=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F66 is #157099. Grayscale: #A5A5A5. Windows color (decimal): -1405082 or 6721514. OLE color: 6721514.
HSL color Cylindrical-coordinate representation of color #EA8F66: hue angle of 18.64º 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 #EA8F66 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 102 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.08 |
| HSL | 18.64º | 0.76% | 0.66% | - |
| HSV(B) | 18.64º | 0.56% | 0.92% | - |
| XYZ | 46.15 | 38.1 | 17.49 | - |
| YUV | 165.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 102 | 0 | 0.39 | 0.56 | 0.08 | 18.64 | 0.76 | 0.66 |
| Hex | EA | 8F | 66 | 0 | 27 | 38 | 8 | 13 | 4C | 42 |
| Octal | 352 | 217 | 146 | 0 | 47 | 70 | 10 | 23 | 114 | 102 |
| Binary | 11101010 | 10001111 | 1100110 | 0 | 100111 | 111000 | 1000 | 10011 | 1001100 | 1000010 |
Color Harmonies of #EA8F66
Complementary color
Monochromatic Colors of #EA8F66
Black with #EA8F66
Text Example
Text Example
White with #EA8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F66; }
p { color: rgb(234,143,102); }
H1.HeaderClassName
{
color: #EA8F66;
}
.AnyTagClassName
{
color: #EA8F66;
}
</style>
background-color css
<style>
a { background-color: #EA8F66; }
a { background-color: rgb(234,143,102); }
div.DivClassName
{
background-color: #EA8F66;
}
.BgClassName
{
background-color: #EA8F66;
}
</style>
border-color css
<style>
span { border-color: #EA8F66; }
span { border-color: rgb(234,143,102); }
td.TdClassName
{
border-color: #EA8F66;
}
.TagClassName
{
border-color: #EA8F66;
}
</style>