#EA9065

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

Shades of Copper #EA9065

Tints of Copper #EA9065

Color information

#EA9065 (or 0xEA9065) is unknown color: approx Copper. HEX triplet: EA, 90 and 65. RGB value is (234,144,101). Sum of RGB (Red+Green+Blue) = 234+144+101=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9065 is #156F9A. Grayscale: #A6A6A6. Windows color (decimal): -1404827 or 6656234. OLE color: 6656234.

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

Color convert

RGB234144101-
CMYK00.380.570.08
HSL19.4º76%65.69%-
HSV(B)19.4º56.84%91.76%-
XYZ46.2538.3817.28-
YUV166.0191.32176.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.85%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=48.85%
G=30.06%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414410100.380.570.0819.47665.69
HexEA9065026398134c42
Octal352220145046711023114102
Binary11101010100100001100101010011011100110001001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9065; }

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

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

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

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

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

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

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

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