#EC8966

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

Shades of Copper #EC8966

Tints of Copper #EC8966

Color information

#EC8966 (or 0xEC8966) is unknown color: approx Copper. HEX triplet: EC, 89 and 66. RGB value is (236,137,102). Sum of RGB (Red+Green+Blue) = 236+137+102=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8966 is #137699. Grayscale: #A2A2A2. Windows color (decimal): -1275546 or 6719980. OLE color: 6719980.

HSL color Cylindrical-coordinate representation of color #EC8966: hue angle of 15.67º 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 #EC8966 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB236137102-
CMYK00.420.570.07
HSL15.67º77.91%66.27%-
HSV(B)15.67º56.78%92.55%-
XYZ45.9436.6817.23-
YUV162.6193.8180.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=49.68%
G=28.84%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613710200.420.570.0715.6777.9166.27
HexEC896602A397104e42
Octal35421114605271720116102
Binary1110110010001001110011001010101110011111000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8966; }

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

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

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

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

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

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

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

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