#E18E66

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

Shades of Copper #E18E66

Tints of Copper #E18E66

Color information

#E18E66 (or 0xE18E66) is unknown color: approx Copper. HEX triplet: E1, 8E and 66. RGB value is (225,142,102). Sum of RGB (Red+Green+Blue) = 225+142+102=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18E66 is #1E7199. Grayscale: #A2A2A2. Windows color (decimal): -1995162 or 6721249. OLE color: 6721249.

HSL color Cylindrical-coordinate representation of color #E18E66: hue angle of 19.51º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E18E66 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225142102-
CMYK00.370.550.12
HSL19.51º67.21%64.12%-
HSV(B)19.51º54.67%88.24%-
XYZ43.1236.3117.31-
YUV162.2694172.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=47.97%
G=30.28%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514210200.370.550.1219.5167.2164.12
HexE18E6602537C144340
Octal341216146045671424103100
Binary11100001100011101100110010010111011111001010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E66; }

 p { color: rgb(225,142,102); }

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

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

 a { background-color: rgb(225,142,102); }

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

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

 span { border-color: rgb(225,142,102); }

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