#EC9266

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

Shades of Copper #EC9266

Tints of Copper #EC9266

Color information

#EC9266 (or 0xEC9266) is unknown color: approx Copper. HEX triplet: EC, 92 and 66. RGB value is (236,146,102). Sum of RGB (Red+Green+Blue) = 236+146+102=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9266 is #136D99. Grayscale: #A8A8A8. Windows color (decimal): -1273242 or 6722284. OLE color: 6722284.

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

Color convert

RGB236146102-
CMYK00.380.570.07
HSL19.7º77.91%66.27%-
HSV(B)19.7º56.78%92.55%-
XYZ47.2739.3517.67-
YUV167.8990.82176.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=48.76%
G=30.17%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614610200.380.570.0719.777.9166.27
HexEC9266026397144e42
Octal35422214604671724116102
Binary1110110010010010110011001001101110011111010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9266; }

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

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

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

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

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

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

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

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