#EC8E65

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

Shades of Copper #EC8E65

Tints of Copper #EC8E65

Color information

#EC8E65 (or 0xEC8E65) is unknown color: approx Copper. HEX triplet: EC, 8E and 65. RGB value is (236,142,101). Sum of RGB (Red+Green+Blue) = 236+142+101=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8E65 is #13719A. Grayscale: #A5A5A5. Windows color (decimal): -1274267 or 6655724. OLE color: 6655724.

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

Color convert

RGB236142101-
CMYK00.400.570.07
HSL18.22º78.03%66.08%-
HSV(B)18.22º57.2%92.55%-
XYZ46.6138.1217.21-
YUV165.4391.64178.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=49.27%
G=29.65%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614210100.400.570.0718.2278.0366.08
HexEC8E65028397124e42
Octal35421614505071722116102
Binary1110110010001110110010101010001110011111001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E65; }

 p { color: rgb(236,142,101); }

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

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

 a { background-color: rgb(236,142,101); }

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

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

 span { border-color: rgb(236,142,101); }

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