#EB8464

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

Shades of Copper #EB8464

Tints of Copper #EB8464

Color information

#EB8464 (or 0xEB8464) is unknown color: approx Copper. HEX triplet: EB, 84 and 64. RGB value is (235,132,100). Sum of RGB (Red+Green+Blue) = 235+132+100=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8464 is #147B9B. Grayscale: #9F9F9F. Windows color (decimal): -1342364 or 6587627. OLE color: 6587627.

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

Color convert

RGB235132100-
CMYK00.440.570.08
HSL14.22º77.14%65.69%-
HSV(B)14.22º57.45%92.16%-
XYZ44.8135.0816.47-
YUV159.1594.62182.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.32%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 100 (39.45% from 255) = 21.41%
R=50.32%
G=28.27%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513210000.440.570.0814.2277.1465.69
HexEB846402C398e4d42
Octal353204144054711016115102
Binary1110101110000100110010001011001110011000111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8464; }

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

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

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

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

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

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

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

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