#EA9163

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

Shades of Copper #EA9163

Tints of Copper #EA9163

Color information

#EA9163 (or 0xEA9163) is unknown color: approx Copper. HEX triplet: EA, 91 and 63. RGB value is (234,145,99). Sum of RGB (Red+Green+Blue) = 234+145+99=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9163 is #156E9C. Grayscale: #A6A6A6. Windows color (decimal): -1404573 or 6525418. OLE color: 6525418.

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

Color convert

RGB23414599-
CMYK00.380.580.08
HSL20.44º76.27%65.29%-
HSV(B)20.44º57.69%91.76%-
XYZ46.3138.6416.82-
YUV166.3789.99176.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 99 (39.06% from 255) = 20.71%
R=48.95%
G=30.33%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341459900.380.580.0820.4476.2765.29
HexEA91630263A8144c41
Octal352221143046721024114101
Binary11101010100100011100011010011011101010001010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9163; }

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

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

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

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

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

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

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

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