#EC8666

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

Shades of Copper #EC8666

Tints of Copper #EC8666

Color information

#EC8666 (or 0xEC8666) is unknown color: approx Copper. HEX triplet: EC, 86 and 66. RGB value is (236,134,102). Sum of RGB (Red+Green+Blue) = 236+134+102=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8666 is #137999. Grayscale: #A1A1A1. Windows color (decimal): -1276314 or 6719212. OLE color: 6719212.

HSL color Cylindrical-coordinate representation of color #EC8666: hue angle of 14.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC8666 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB236134102-
CMYK00.430.570.07
HSL14.33º77.91%66.27%-
HSV(B)14.33º56.78%92.55%-
XYZ45.5235.8417.09-
YUV160.8594.79181.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=50%
G=28.39%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613410200.430.570.0714.3377.9166.27
HexEC866602B397e4e42
Octal35420614605371716116102
Binary111011001000011011001100101011111001111111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8666; }

 p { color: rgb(236,134,102); }

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

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

 a { background-color: rgb(236,134,102); }

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

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

 span { border-color: rgb(236,134,102); }

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