#E18968

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

Shades of Copper #E18968

Tints of Copper #E18968

Color information

#E18968 (or 0xE18968) is unknown color: approx Copper. HEX triplet: E1, 89 and 68. RGB value is (225,137,104). Sum of RGB (Red+Green+Blue) = 225+137+104=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E18968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18968 is #1E7697. Grayscale: #9F9F9F. Windows color (decimal): -1996440 or 6851041. OLE color: 6851041.

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

Color convert

RGB225137104-
CMYK00.390.540.12
HSL16.36º66.85%64.51%-
HSV(B)16.36º53.78%88.24%-
XYZ42.534.917.59-
YUV159.5596.65174.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=48.28%
G=29.40%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513710400.390.540.1216.3666.8564.51
HexE1896802736C104341
Octal341211150047661420103101
Binary11100001100010011101000010011111011011001000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18968; }

 p { color: rgb(225,137,104); }

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

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

 a { background-color: rgb(225,137,104); }

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

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

 span { border-color: rgb(225,137,104); }

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