#EA8364

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

Shades of Copper #EA8364

Tints of Copper #EA8364

Color information

#EA8364 (or 0xEA8364) is unknown color: approx Copper. HEX triplet: EA, 83 and 64. RGB value is (234,131,100). Sum of RGB (Red+Green+Blue) = 234+131+100=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8364 is #157C9B. Grayscale: #9E9E9E. Windows color (decimal): -1408156 or 6587370. OLE color: 6587370.

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

Color convert

RGB234131100-
CMYK00.440.570.08
HSL13.88º76.14%65.49%-
HSV(B)13.88º57.26%91.76%-
XYZ44.3534.6516.41-
YUV158.2695.12182.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=50.32%
G=28.17%
B=21.51%

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
Decimal23413110000.440.570.0813.8876.1465.49
HexEA836402C398e4c41
Octal352203144054711016114101
Binary1110101010000011110010001011001110011000111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8364; }

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

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

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

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

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

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

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

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