#E38C6A

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

Shades of Copper #E38C6A

Tints of Copper #E38C6A

Color information

#E38C6A (or 0xE38C6A) is unknown color: approx Copper. HEX triplet: E3, 8C and 6A. RGB value is (227,140,106). Sum of RGB (Red+Green+Blue) = 227+140+106=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C6A is #1C7395. Grayscale: #A2A2A2. Windows color (decimal): -1864598 or 6982883. OLE color: 6982883.

HSL color Cylindrical-coordinate representation of color #E38C6A: hue angle of 16.86º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E38C6A is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB227140106-
CMYK00.380.530.11
HSL16.86º68.36%65.29%-
HSV(B)16.86º53.3%89.02%-
XYZ43.6636.1318.31-
YUV162.1496.32174.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.99%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=47.99%
G=29.60%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714010600.380.530.1116.8668.3665.29
HexE38C6A02635B114441
Octal343214152046651321104101
Binary11100011100011001101010010011011010110111000110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38C6A; }

 p { color: rgb(227,140,106); }

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

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

 a { background-color: rgb(227,140,106); }

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

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

 span { border-color: rgb(227,140,106); }

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