#EC8967

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

Shades of Copper #EC8967

Tints of Copper #EC8967

Color information

#EC8967 (or 0xEC8967) is unknown color: approx Copper. HEX triplet: EC, 89 and 67. RGB value is (236,137,103). Sum of RGB (Red+Green+Blue) = 236+137+103=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8967 is #137698. Grayscale: #A2A2A2. Windows color (decimal): -1275545 or 6785516. OLE color: 6785516.

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

Color convert

RGB236137103-
CMYK00.420.560.07
HSL15.34º77.78%66.47%-
HSV(B)15.34º56.36%92.55%-
XYZ45.9936.717.49-
YUV162.7294.3180.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.58%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=49.58%
G=28.78%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613710300.420.560.0715.3477.7866.47
HexEC896702A387f4e42
Octal35421114705270717116102
Binary111011001000100111001110101010111000111111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8967; }

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

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

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

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

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

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

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

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