Shades of Copper #EA8F67
Tints of Copper #EA8F67
RGB
CMYK
RGB Variations
Color information
#EA8F67 (or 0xEA8F67) is known color: Copper. HEX triplet: EA, 8F and 67. RGB value is (234,143,103). Sum of RGB (Red+Green+Blue) = 234+143+103=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F67 is #157098. Grayscale: #A5A5A5. Windows color (decimal): -1405081 or 6787050. OLE color: 6787050.
HSL color Cylindrical-coordinate representation of color #EA8F67: hue angle of 18.32º 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 #EA8F67 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 103 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.08 |
| HSL | 18.32º | 0.76% | 0.66% | - |
| HSV(B) | 18.32º | 0.56% | 0.92% | - |
| XYZ | 46.2 | 38.12 | 17.75 | - |
| YUV | 165.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 103 | 0 | 0.39 | 0.56 | 0.08 | 18.32 | 0.76 | 0.66 |
| Hex | EA | 8F | 67 | 0 | 27 | 38 | 8 | 12 | 4C | 42 |
| Octal | 352 | 217 | 147 | 0 | 47 | 70 | 10 | 22 | 114 | 102 |
| Binary | 11101010 | 10001111 | 1100111 | 0 | 100111 | 111000 | 1000 | 10010 | 1001100 | 1000010 |
Color Harmonies of #EA8F67
Complementary color
Monochromatic Colors of #EA8F67
Black with #EA8F67
Text Example
Text Example
White with #EA8F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F67; }
p { color: rgb(234,143,103); }
H1.HeaderClassName
{
color: #EA8F67;
}
.AnyTagClassName
{
color: #EA8F67;
}
</style>
background-color css
<style>
a { background-color: #EA8F67; }
a { background-color: rgb(234,143,103); }
div.DivClassName
{
background-color: #EA8F67;
}
.BgClassName
{
background-color: #EA8F67;
}
</style>
border-color css
<style>
span { border-color: #EA8F67; }
span { border-color: rgb(234,143,103); }
td.TdClassName
{
border-color: #EA8F67;
}
.TagClassName
{
border-color: #EA8F67;
}
</style>