#E18B6F

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

Shades of Copper #E18B6F

Tints of Copper #E18B6F

Color information

#E18B6F (or 0xE18B6F) is unknown color: approx Copper. HEX triplet: E1, 8B and 6F. RGB value is (225,139,111). Sum of RGB (Red+Green+Blue) = 225+139+111=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B6F is #1E7490. Grayscale: #A1A1A1. Windows color (decimal): -1995921 or 7310305. OLE color: 7310305.

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

Color convert

RGB225139111-
CMYK00.380.510.12
HSL14.74º65.52%65.88%-
HSV(B)14.74º50.67%88.24%-
XYZ43.1535.6219.64-
YUV161.5299.49173.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=47.37%
G=29.26%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513911100.380.510.1214.7465.5265.88
HexE18B6F02633Cf4242
Octal341213157046631417102102
Binary1110000110001011110111101001101100111100111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B6F; }

 p { color: rgb(225,139,111); }

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

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

 a { background-color: rgb(225,139,111); }

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

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

 span { border-color: rgb(225,139,111); }

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