#E18C6C

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

Shades of Copper #E18C6C

Tints of Copper #E18C6C

Color information

#E18C6C (or 0xE18C6C) is unknown color: approx Copper. HEX triplet: E1, 8C and 6C. RGB value is (225,140,108). Sum of RGB (Red+Green+Blue) = 225+140+108=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C6C is #1E7393. Grayscale: #A1A1A1. Windows color (decimal): -1995668 or 7113953. OLE color: 7113953.

HSL color Cylindrical-coordinate representation of color #E18C6C: hue angle of 16.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E18C6C is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225140108-
CMYK00.380.520.12
HSL16.41º66.1%65.29%-
HSV(B)16.41º52%88.24%-
XYZ43.1435.8518.83-
YUV161.7797.66173.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=47.57%
G=29.60%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514010800.380.520.1216.4166.165.29
HexE18C6C02634C104241
Octal341214154046641420102101
Binary11100001100011001101100010011011010011001000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18C6C; }

 p { color: rgb(225,140,108); }

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

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

 a { background-color: rgb(225,140,108); }

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

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

 span { border-color: rgb(225,140,108); }

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