Shades of Copper #EF8C67
Tints of Copper #EF8C67
RGB
CMYK
RGB Variations
Color information
#EF8C67 (or 0xEF8C67) is known color: Copper. HEX triplet: EF, 8C and 67. RGB value is (239,140,103). Sum of RGB (Red+Green+Blue) = 239+140+103=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C67 is #107398. Grayscale: #A5A5A5. Windows color (decimal): -1078169 or 6786287. OLE color: 6786287.
HSL color Cylindrical-coordinate representation of color #EF8C67: hue angle of 16.32º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF8C67 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 103 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.06 |
| HSL | 16.32º | 0.81% | 0.67% | - |
| HSV(B) | 16.32º | 0.57% | 0.94% | - |
| XYZ | 47.42 | 38.09 | 17.68 | - |
| YUV | 165.38 | 92.8 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 103 | 0 | 0.41 | 0.57 | 0.06 | 16.32 | 0.81 | 0.67 |
| Hex | EF | 8C | 67 | 0 | 29 | 39 | 6 | 10 | 51 | 43 |
| Octal | 357 | 214 | 147 | 0 | 51 | 71 | 6 | 20 | 121 | 103 |
| Binary | 11101111 | 10001100 | 1100111 | 0 | 101001 | 111001 | 110 | 10000 | 1010001 | 1000011 |
Color Harmonies of #EF8C67
Complementary color
Monochromatic Colors of #EF8C67
Black with #EF8C67
Text Example
Text Example
White with #EF8C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C67; }
p { color: rgb(239,140,103); }
H1.HeaderClassName
{
color: #EF8C67;
}
.AnyTagClassName
{
color: #EF8C67;
}
</style>
background-color css
<style>
a { background-color: #EF8C67; }
a { background-color: rgb(239,140,103); }
div.DivClassName
{
background-color: #EF8C67;
}
.BgClassName
{
background-color: #EF8C67;
}
</style>
border-color css
<style>
span { border-color: #EF8C67; }
span { border-color: rgb(239,140,103); }
td.TdClassName
{
border-color: #EF8C67;
}
.TagClassName
{
border-color: #EF8C67;
}
</style>