#E38D6D

Color #E38D6D Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #E38D6D

Tints of Copper #E38D6D

Color information

#E38D6D (or 0xE38D6D) is unknown color: approx Copper. HEX triplet: E3, 8D and 6D. RGB value is (227,141,109). Sum of RGB (Red+Green+Blue) = 227+141+109=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D6D is #1C7292. Grayscale: #A3A3A3. Windows color (decimal): -1864339 or 7179747. OLE color: 7179747.

HSL color Cylindrical-coordinate representation of color #E38D6D: hue angle of 16.27º 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 #E38D6D is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB227141109-
CMYK00.380.520.11
HSL16.27º67.82%65.88%-
HSV(B)16.27º51.98%89.02%-
XYZ43.9636.4819.19-
YUV163.0797.49173.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 47.59%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=47.59%
G=29.56%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714110900.380.520.1116.2767.8265.88
HexE38D6D02634B104442
Octal343215155046641320104102
Binary11100011100011011101101010011011010010111000010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38D6D; }

 p { color: rgb(227,141,109); }

 H1.HeaderClassName
 {
   color: #E38D6D;
 }
 .AnyTagClassName
 {
   color: #E38D6D;
 }
</style>
background-color css

<style>
 a { background-color: #E38D6D; }

 a { background-color: rgb(227,141,109); }

 div.DivClassName
 {
   background-color: #E38D6D;
 }
 .BgClassName
 {
   background-color: #E38D6D;
 }
</style>
border-color css

<style>
 span { border-color: #E38D6D; }

 span { border-color: rgb(227,141,109); }

 td.TdClassName
 {
   border-color: #E38D6D;
 }
 .TagClassName
 {
   border-color: #E38D6D;
 }
</style>