#E38E6D

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

Shades of Copper #E38E6D

Tints of Copper #E38E6D

Color information

#E38E6D (or 0xE38E6D) is unknown color: approx Copper. HEX triplet: E3, 8E and 6D. RGB value is (227,142,109). Sum of RGB (Red+Green+Blue) = 227+142+109=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E6D is #1C7192. Grayscale: #A3A3A3. Windows color (decimal): -1864083 or 7180003. OLE color: 7180003.

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

Color convert

RGB227142109-
CMYK00.370.520.11
HSL16.78º67.82%65.88%-
HSV(B)16.78º51.98%89.02%-
XYZ44.1136.7819.24-
YUV163.6597.16173.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.49%
GREEN value IS 142 (55.86% from 255) = 29.71%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=47.49%
G=29.71%
B=22.80%

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
Decimal22714210900.370.520.1116.7867.8265.88
HexE38E6D02534B114442
Octal343216155045641321104102
Binary11100011100011101101101010010111010010111000110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38E6D; }

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

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

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

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

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

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

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

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