#EB8264

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

Shades of Copper #EB8264

Tints of Copper #EB8264

Color information

#EB8264 (or 0xEB8264) is unknown color: approx Copper. HEX triplet: EB, 82 and 64. RGB value is (235,130,100). Sum of RGB (Red+Green+Blue) = 235+130+100=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8264 is #147D9B. Grayscale: #9E9E9E. Windows color (decimal): -1342876 or 6587115. OLE color: 6587115.

HSL color Cylindrical-coordinate representation of color #EB8264: hue angle of 13.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB8264 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB235130100-
CMYK00.450.570.08
HSL13.33º77.14%65.69%-
HSV(B)13.33º57.45%92.16%-
XYZ44.5434.5516.38-
YUV157.9895.29182.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=50.54%
G=27.96%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513010000.450.570.0813.3377.1465.69
HexEB826402D398d4d42
Octal353202144055711015115102
Binary1110101110000010110010001011011110011000110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8264; }

 p { color: rgb(235,130,100); }

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

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

 a { background-color: rgb(235,130,100); }

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

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

 span { border-color: rgb(235,130,100); }

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