#E38A6D

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

Shades of Copper #E38A6D

Tints of Copper #E38A6D

Color information

#E38A6D (or 0xE38A6D) is unknown color: approx Copper. HEX triplet: E3, 8A and 6D. RGB value is (227,138,109). Sum of RGB (Red+Green+Blue) = 227+138+109=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A6D is #1C7592. Grayscale: #A1A1A1. Windows color (decimal): -1865107 or 7178979. OLE color: 7178979.

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

Color convert

RGB227138109-
CMYK00.390.520.11
HSL14.75º67.82%65.88%-
HSV(B)14.75º51.98%89.02%-
XYZ43.5335.6119.05-
YUV161.398.49174.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.89%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=47.89%
G=29.11%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713810900.390.520.1114.7567.8265.88
HexE38A6D02734Bf4442
Octal343212155047641317104102
Binary1110001110001010110110101001111101001011111110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38A6D; }

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

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

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

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

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

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

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

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