#E18669

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

Shades of Copper #E18669

Tints of Copper #E18669

Color information

#E18669 (or 0xE18669) is unknown color: approx Copper. HEX triplet: E1, 86 and 69. RGB value is (225,134,105). Sum of RGB (Red+Green+Blue) = 225+134+105=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E18669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18669 is #1E7996. Grayscale: #9E9E9E. Windows color (decimal): -1997207 or 6915809. OLE color: 6915809.

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

Color convert

RGB225134105-
CMYK00.400.530.12
HSL14.5º66.67%64.71%-
HSV(B)14.5º53.33%88.24%-
XYZ42.1334.0817.72-
YUV157.998.15175.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 134 (52.73% from 255) = 28.88%
BLUE value IS 105 (41.41% from 255) = 22.63%
R=48.49%
G=28.88%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513410500.400.530.1214.566.6764.71
HexE1866902835Cf4341
Octal341206151050651417103101
Binary1110000110000110110100101010001101011100111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18669; }

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

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

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

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

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

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

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

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