#E18D69

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

Shades of Copper #E18D69

Tints of Copper #E18D69

Color information

#E18D69 (or 0xE18D69) is unknown color: approx Copper. HEX triplet: E1, 8D and 69. RGB value is (225,141,105). Sum of RGB (Red+Green+Blue) = 225+141+105=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D69 is #1E7296. Grayscale: #A2A2A2. Windows color (decimal): -1995415 or 6917601. OLE color: 6917601.

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

Color convert

RGB225141105-
CMYK00.370.530.12
HSL18º66.67%64.71%-
HSV(B)18º53.33%88.24%-
XYZ43.1336.0818.06-
YUV162.0195.83172.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=47.77%
G=29.94%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514110500.370.530.121866.6764.71
HexE18D6902535C124341
Octal341215151045651422103101
Binary11100001100011011101001010010111010111001001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D69; }

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

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

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

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

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

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

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

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