#E38F6D

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

Shades of Copper #E38F6D

Tints of Copper #E38F6D

Color information

#E38F6D (or 0xE38F6D) is unknown color: approx Copper. HEX triplet: E3, 8F and 6D. RGB value is (227,143,109). Sum of RGB (Red+Green+Blue) = 227+143+109=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F6D is #1C7092. Grayscale: #A4A4A4. Windows color (decimal): -1863827 or 7180259. OLE color: 7180259.

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

Color convert

RGB227143109-
CMYK00.370.520.11
HSL17.29º67.82%65.88%-
HSV(B)17.29º51.98%89.02%-
XYZ44.2637.0819.29-
YUV164.2496.83172.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.39%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=47.39%
G=29.85%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714310900.370.520.1117.2967.8265.88
HexE38F6D02534B114442
Octal343217155045641321104102
Binary11100011100011111101101010010111010010111000110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38F6D; }

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

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

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

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

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

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

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

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