Shades of Copper #EA8C6B
Tints of Copper #EA8C6B
RGB
CMYK
RGB Variations
Color information
#EA8C6B (or 0xEA8C6B) is known color: Copper. HEX triplet: EA, 8C and 6B. RGB value is (234,140,107). Sum of RGB (Red+Green+Blue) = 234+140+107=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C6B is #157394. Grayscale: #A4A4A4. Windows color (decimal): -1405845 or 7048426. OLE color: 7048426.
HSL color Cylindrical-coordinate representation of color #EA8C6B: hue angle of 15.59º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA8C6B is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 107 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.08 |
| HSL | 15.59º | 0.75% | 0.67% | - |
| HSV(B) | 15.59º | 0.54% | 0.92% | - |
| XYZ | 45.96 | 37.31 | 18.69 | - |
| YUV | 164.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 107 | 0 | 0.40 | 0.54 | 0.08 | 15.59 | 0.75 | 0.67 |
| Hex | EA | 8C | 6B | 0 | 28 | 36 | 8 | 10 | 4B | 43 |
| Octal | 352 | 214 | 153 | 0 | 50 | 66 | 10 | 20 | 113 | 103 |
| Binary | 11101010 | 10001100 | 1101011 | 0 | 101000 | 110110 | 1000 | 10000 | 1001011 | 1000011 |
Color Harmonies of #EA8C6B
Complementary color
Monochromatic Colors of #EA8C6B
Black with #EA8C6B
Text Example
Text Example
White with #EA8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8C6B; }
p { color: rgb(234,140,107); }
H1.HeaderClassName
{
color: #EA8C6B;
}
.AnyTagClassName
{
color: #EA8C6B;
}
</style>
background-color css
<style>
a { background-color: #EA8C6B; }
a { background-color: rgb(234,140,107); }
div.DivClassName
{
background-color: #EA8C6B;
}
.BgClassName
{
background-color: #EA8C6B;
}
</style>
border-color css
<style>
span { border-color: #EA8C6B; }
span { border-color: rgb(234,140,107); }
td.TdClassName
{
border-color: #EA8C6B;
}
.TagClassName
{
border-color: #EA8C6B;
}
</style>