#EB8864

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

Shades of Copper #EB8864

Tints of Copper #EB8864

Color information

#EB8864 (or 0xEB8864) is unknown color: approx Copper. HEX triplet: EB, 88 and 64. RGB value is (235,136,100). Sum of RGB (Red+Green+Blue) = 235+136+100=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8864 is #14779B. Grayscale: #A1A1A1. Windows color (decimal): -1341340 or 6588651. OLE color: 6588651.

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

Color convert

RGB235136100-
CMYK00.420.570.08
HSL16º77.14%65.69%-
HSV(B)16º57.45%92.16%-
XYZ45.3736.1916.65-
YUV161.593.3180.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.89%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=49.89%
G=28.87%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513610000.420.570.081677.1465.69
HexEB886402A398104d42
Octal353210144052711020115102
Binary11101011100010001100100010101011100110001000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8864; }

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

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

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

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

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

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

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

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