Shades of Copper #EA8F68
Tints of Copper #EA8F68
RGB
CMYK
RGB Variations
Color information
#EA8F68 (or 0xEA8F68) is known color: Copper. HEX triplet: EA, 8F and 68. RGB value is (234,143,104). Sum of RGB (Red+Green+Blue) = 234+143+104=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F68 is #157097. Grayscale: #A6A6A6. Windows color (decimal): -1405080 or 6852586. OLE color: 6852586.
HSL color Cylindrical-coordinate representation of color #EA8F68: hue angle of 18º 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 #EA8F68 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 104 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.08 |
| HSL | 18º | 0.76% | 0.66% | - |
| HSV(B) | 18º | 0.56% | 0.92% | - |
| XYZ | 46.25 | 38.14 | 18.02 | - |
| YUV | 165.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 104 | 0 | 0.39 | 0.56 | 0.08 | 18 | 0.76 | 0.66 |
| Hex | EA | 8F | 68 | 0 | 27 | 38 | 8 | 12 | 4C | 42 |
| Octal | 352 | 217 | 150 | 0 | 47 | 70 | 10 | 22 | 114 | 102 |
| Binary | 11101010 | 10001111 | 1101000 | 0 | 100111 | 111000 | 1000 | 10010 | 1001100 | 1000010 |
Color Harmonies of #EA8F68
Complementary color
Monochromatic Colors of #EA8F68
Black with #EA8F68
Text Example
Text Example
White with #EA8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F68; }
p { color: rgb(234,143,104); }
H1.HeaderClassName
{
color: #EA8F68;
}
.AnyTagClassName
{
color: #EA8F68;
}
</style>
background-color css
<style>
a { background-color: #EA8F68; }
a { background-color: rgb(234,143,104); }
div.DivClassName
{
background-color: #EA8F68;
}
.BgClassName
{
background-color: #EA8F68;
}
</style>
border-color css
<style>
span { border-color: #EA8F68; }
span { border-color: rgb(234,143,104); }
td.TdClassName
{
border-color: #EA8F68;
}
.TagClassName
{
border-color: #EA8F68;
}
</style>