#E5966B

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

Shades of Copper #E5966B

Tints of Copper #E5966B

Color information

#E5966B (or 0xE5966B) is unknown color: approx Copper. HEX triplet: E5, 96 and 6B. RGB value is (229,150,107). Sum of RGB (Red+Green+Blue) = 229+150+107=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5966B is #1A6994. Grayscale: #A8A8A8. Windows color (decimal): -1730965 or 7050981. OLE color: 7050981.

HSL color Cylindrical-coordinate representation of color #E5966B: hue angle of 21.15º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5966B is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229150107-
CMYK00.340.530.10
HSL21.15º70.11%65.88%-
HSV(B)21.15º53.28%89.8%-
XYZ45.8739.5319.12-
YUV168.7293.17171-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 107 (42.19% from 255) = 22.02%
R=47.12%
G=30.86%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915010700.340.530.1021.1570.1165.88
HexE5966B02235A154642
Octal345226153042651225106102
Binary11100101100101101101011010001011010110101010110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5966B; }

 p { color: rgb(229,150,107); }

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

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

 a { background-color: rgb(229,150,107); }

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

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

 span { border-color: rgb(229,150,107); }

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