Shades of Copper #E39367
Tints of Copper #E39367
RGB
CMYK
RGB Variations
Color information
#E39367 (or 0xE39367) is known color: Copper. HEX triplet: E3, 93 and 67. RGB value is (227,147,103). Sum of RGB (Red+Green+Blue) = 227+147+103=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E39367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39367 is #1C6C98. Grayscale: #A6A6A6. Windows color (decimal): -1862809 or 6788067. OLE color: 6788067.
HSL color Cylindrical-coordinate representation of color #E39367: hue angle of 21.29º 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 #E39367 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 103 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.11 |
| HSL | 21.29º | 0.69% | 0.65% | - |
| HSV(B) | 21.29º | 0.55% | 0.89% | - |
| XYZ | 44.56 | 38.18 | 17.85 | - |
| YUV | 165.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 103 | 0 | 0.35 | 0.55 | 0.11 | 21.29 | 0.69 | 0.65 |
| Hex | E3 | 93 | 67 | 0 | 23 | 37 | B | 15 | 45 | 41 |
| Octal | 343 | 223 | 147 | 0 | 43 | 67 | 13 | 25 | 105 | 101 |
| Binary | 11100011 | 10010011 | 1100111 | 0 | 100011 | 110111 | 1011 | 10101 | 1000101 | 1000001 |
Color Harmonies of #E39367
Complementary color
Monochromatic Colors of #E39367
Black with #E39367
Text Example
Text Example
White with #E39367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39367; }
p { color: rgb(227,147,103); }
H1.HeaderClassName
{
color: #E39367;
}
.AnyTagClassName
{
color: #E39367;
}
</style>
background-color css
<style>
a { background-color: #E39367; }
a { background-color: rgb(227,147,103); }
div.DivClassName
{
background-color: #E39367;
}
.BgClassName
{
background-color: #E39367;
}
</style>
border-color css
<style>
span { border-color: #E39367; }
span { border-color: rgb(227,147,103); }
td.TdClassName
{
border-color: #E39367;
}
.TagClassName
{
border-color: #E39367;
}
</style>