#E18B69

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

Shades of Copper #E18B69

Tints of Copper #E18B69

Color information

#E18B69 (or 0xE18B69) is unknown color: approx Copper. HEX triplet: E1, 8B and 69. RGB value is (225,139,105). Sum of RGB (Red+Green+Blue) = 225+139+105=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B69 is #1E7496. Grayscale: #A1A1A1. Windows color (decimal): -1995927 or 6917089. OLE color: 6917089.

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

Color convert

RGB225139105-
CMYK00.380.530.12
HSL17º66.67%64.71%-
HSV(B)17º53.33%88.24%-
XYZ42.8335.4917.96-
YUV160.8496.49173.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=47.97%
G=29.64%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513910500.380.530.121766.6764.71
HexE18B6902635C114341
Octal341213151046651421103101
Binary11100001100010111101001010011011010111001000110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B69; }

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

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

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

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

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

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

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

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