Shades of Copper #E38F67
Tints of Copper #E38F67
RGB
CMYK
RGB Variations
Color information
#E38F67 (or 0xE38F67) is known color: Copper. HEX triplet: E3, 8F and 67. RGB value is (227,143,103). Sum of RGB (Red+Green+Blue) = 227+143+103=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F67 is #1C7098. Grayscale: #A3A3A3. Windows color (decimal): -1863833 or 6787043. OLE color: 6787043.
HSL color Cylindrical-coordinate representation of color #E38F67: hue angle of 19.35º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E38F67 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 103 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.11 |
| HSL | 19.35º | 0.69% | 0.65% | - |
| HSV(B) | 19.35º | 0.55% | 0.89% | - |
| XYZ | 43.95 | 36.96 | 17.65 | - |
| YUV | 163.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 103 | 0 | 0.37 | 0.55 | 0.11 | 19.35 | 0.69 | 0.65 |
| Hex | E3 | 8F | 67 | 0 | 25 | 37 | B | 13 | 45 | 41 |
| Octal | 343 | 217 | 147 | 0 | 45 | 67 | 13 | 23 | 105 | 101 |
| Binary | 11100011 | 10001111 | 1100111 | 0 | 100101 | 110111 | 1011 | 10011 | 1000101 | 1000001 |
Color Harmonies of #E38F67
Complementary color
Monochromatic Colors of #E38F67
Black with #E38F67
Text Example
Text Example
White with #E38F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38F67; }
p { color: rgb(227,143,103); }
H1.HeaderClassName
{
color: #E38F67;
}
.AnyTagClassName
{
color: #E38F67;
}
</style>
background-color css
<style>
a { background-color: #E38F67; }
a { background-color: rgb(227,143,103); }
div.DivClassName
{
background-color: #E38F67;
}
.BgClassName
{
background-color: #E38F67;
}
</style>
border-color css
<style>
span { border-color: #E38F67; }
span { border-color: rgb(227,143,103); }
td.TdClassName
{
border-color: #E38F67;
}
.TagClassName
{
border-color: #E38F67;
}
</style>