Shades of Copper #E38C6E
Tints of Copper #E38C6E
RGB
CMYK
RGB Variations
Color information
#E38C6E (or 0xE38C6E) is known color: Copper. HEX triplet: E3, 8C and 6E. RGB value is (227,140,110). Sum of RGB (Red+Green+Blue) = 227+140+110=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C6E is #1C7391. Grayscale: #A2A2A2. Windows color (decimal): -1864594 or 7245027. OLE color: 7245027.
HSL color Cylindrical-coordinate representation of color #E38C6E: hue angle of 15.38º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E38C6E is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 110 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.11 |
| HSL | 15.38º | 0.68% | 0.66% | - |
| HSV(B) | 15.38º | 0.52% | 0.89% | - |
| XYZ | 43.87 | 36.21 | 19.43 | - |
| YUV | 162.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 110 | 0 | 0.38 | 0.52 | 0.11 | 15.38 | 0.68 | 0.66 |
| Hex | E3 | 8C | 6E | 0 | 26 | 34 | B | F | 44 | 42 |
| Octal | 343 | 214 | 156 | 0 | 46 | 64 | 13 | 17 | 104 | 102 |
| Binary | 11100011 | 10001100 | 1101110 | 0 | 100110 | 110100 | 1011 | 1111 | 1000100 | 1000010 |
Color Harmonies of #E38C6E
Complementary color
Monochromatic Colors of #E38C6E
Black with #E38C6E
Text Example
Text Example
White with #E38C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C6E; }
p { color: rgb(227,140,110); }
H1.HeaderClassName
{
color: #E38C6E;
}
.AnyTagClassName
{
color: #E38C6E;
}
</style>
background-color css
<style>
a { background-color: #E38C6E; }
a { background-color: rgb(227,140,110); }
div.DivClassName
{
background-color: #E38C6E;
}
.BgClassName
{
background-color: #E38C6E;
}
</style>
border-color css
<style>
span { border-color: #E38C6E; }
span { border-color: rgb(227,140,110); }
td.TdClassName
{
border-color: #E38C6E;
}
.TagClassName
{
border-color: #E38C6E;
}
</style>