#EA8363

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

Shades of Copper #EA8363

Tints of Copper #EA8363

Color information

#EA8363 (or 0xEA8363) is unknown color: approx Copper. HEX triplet: EA, 83 and 63. RGB value is (234,131,99). Sum of RGB (Red+Green+Blue) = 234+131+99=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8363 is #157C9C. Grayscale: #9E9E9E. Windows color (decimal): -1408157 or 6521834. OLE color: 6521834.

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

Color convert

RGB23413199-
CMYK00.440.580.08
HSL14.22º76.27%65.29%-
HSV(B)14.22º57.69%91.76%-
XYZ44.334.6316.15-
YUV158.1594.62182.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=50.43%
G=28.23%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341319900.440.580.0814.2276.2765.29
HexEA836302C3A8e4c41
Octal352203143054721016114101
Binary1110101010000011110001101011001110101000111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8363; }

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

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

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

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

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

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

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

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