#E18F6C

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

Shades of Copper #E18F6C

Tints of Copper #E18F6C

Color information

#E18F6C (or 0xE18F6C) is unknown color: approx Copper. HEX triplet: E1, 8F and 6C. RGB value is (225,143,108). Sum of RGB (Red+Green+Blue) = 225+143+108=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F6C is #1E7093. Grayscale: #A3A3A3. Windows color (decimal): -1994900 or 7114721. OLE color: 7114721.

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

Color convert

RGB225143108-
CMYK00.360.520.12
HSL17.95º66.1%65.29%-
HSV(B)17.95º52%88.24%-
XYZ43.5836.7418.98-
YUV163.5396.67171.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=47.27%
G=30.04%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514310800.360.520.1217.9566.165.29
HexE18F6C02434C124241
Octal341217154044641422102101
Binary11100001100011111101100010010011010011001001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F6C; }

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

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

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

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

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

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

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

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