#EB8364

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

Shades of Copper #EB8364

Tints of Copper #EB8364

Color information

#EB8364 (or 0xEB8364) is unknown color: approx Copper. HEX triplet: EB, 83 and 64. RGB value is (235,131,100). Sum of RGB (Red+Green+Blue) = 235+131+100=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8364 is #147C9B. Grayscale: #9E9E9E. Windows color (decimal): -1342620 or 6587371. OLE color: 6587371.

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

Color convert

RGB235131100-
CMYK00.440.570.08
HSL13.78º77.14%65.69%-
HSV(B)13.78º57.45%92.16%-
XYZ44.6834.8116.42-
YUV158.5694.96182.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.43%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=50.43%
G=28.11%
B=21.46%

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
Decimal23513110000.440.570.0813.7877.1465.69
HexEB836402C398e4d42
Octal353203144054711016115102
Binary1110101110000011110010001011001110011000111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8364; }

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

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

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

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

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

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

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

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