#EA8565

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

Shades of Copper #EA8565

Tints of Copper #EA8565

Color information

#EA8565 (or 0xEA8565) is unknown color: approx Copper. HEX triplet: EA, 85 and 65. RGB value is (234,133,101). Sum of RGB (Red+Green+Blue) = 234+133+101=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8565 is #157A9A. Grayscale: #9F9F9F. Windows color (decimal): -1407643 or 6653418. OLE color: 6653418.

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

Color convert

RGB234133101-
CMYK00.430.570.08
HSL14.44º76%65.69%-
HSV(B)14.44º56.84%91.76%-
XYZ44.6735.2116.75-
YUV159.5594.96181.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=50%
G=28.42%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413310100.430.570.0814.447665.69
HexEA856502B398e4c42
Octal352205145053711016114102
Binary1110101010000101110010101010111110011000111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8565; }

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

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

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

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

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

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

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

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