#E18366

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

Shades of Copper #E18366

Tints of Copper #E18366

Color information

#E18366 (or 0xE18366) is unknown color: approx Copper. HEX triplet: E1, 83 and 66. RGB value is (225,131,102). Sum of RGB (Red+Green+Blue) = 225+131+102=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E18366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18366 is #1E7C99. Grayscale: #9C9C9C. Windows color (decimal): -1997978 or 6718433. OLE color: 6718433.

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

Color convert

RGB225131102-
CMYK00.420.550.12
HSL14.15º67.21%64.12%-
HSV(B)14.15º54.67%88.24%-
XYZ41.5733.216.79-
YUV155.897.64177.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.13%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 102 (40.23% from 255) = 22.27%
R=49.13%
G=28.60%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513110200.420.550.1214.1567.2164.12
HexE1836602A37Ce4340
Octal341203146052671416103100
Binary1110000110000011110011001010101101111100111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18366; }

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

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

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

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

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

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

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

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