#EA9565

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

Shades of Copper #EA9565

Tints of Copper #EA9565

Color information

#EA9565 (or 0xEA9565) is unknown color: approx Copper. HEX triplet: EA, 95 and 65. RGB value is (234,149,101). Sum of RGB (Red+Green+Blue) = 234+149+101=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9565 is #156A9A. Grayscale: #A9A9A9. Windows color (decimal): -1403547 or 6657514. OLE color: 6657514.

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

Color convert

RGB234149101-
CMYK00.360.570.08
HSL21.65º76%65.69%-
HSV(B)21.65º56.84%91.76%-
XYZ47.0339.9317.54-
YUV168.9489.66174.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=48.35%
G=30.79%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414910100.360.570.0821.657665.69
HexEA9565024398164c42
Octal352225145044711026114102
Binary11101010100101011100101010010011100110001011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9565; }

 p { color: rgb(234,149,101); }

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

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

 a { background-color: rgb(234,149,101); }

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

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

 span { border-color: rgb(234,149,101); }

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