#EC9267

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

Shades of Copper #EC9267

Tints of Copper #EC9267

Color information

#EC9267 (or 0xEC9267) is unknown color: approx Copper. HEX triplet: EC, 92 and 67. RGB value is (236,146,103). Sum of RGB (Red+Green+Blue) = 236+146+103=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9267 is #136D98. Grayscale: #A8A8A8. Windows color (decimal): -1273241 or 6787820. OLE color: 6787820.

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

Color convert

RGB236146103-
CMYK00.380.560.07
HSL19.4º77.78%66.47%-
HSV(B)19.4º56.36%92.55%-
XYZ47.3239.3717.94-
YUV168.0191.32176.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=48.66%
G=30.10%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614610300.380.560.0719.477.7866.47
HexEC9267026387134e42
Octal35422214704670723116102
Binary1110110010010010110011101001101110001111001110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9267; }

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

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

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

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

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

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

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

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