#EA9566

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

Shades of Copper #EA9566

Tints of Copper #EA9566

Color information

#EA9566 (or 0xEA9566) is unknown color: approx Copper. HEX triplet: EA, 95 and 66. RGB value is (234,149,102). Sum of RGB (Red+Green+Blue) = 234+149+102=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9566 is #156A99. Grayscale: #A9A9A9. Windows color (decimal): -1403546 or 6723050. OLE color: 6723050.

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

Color convert

RGB234149102-
CMYK00.360.560.08
HSL21.36º75.86%65.88%-
HSV(B)21.36º56.41%91.76%-
XYZ47.0839.9517.8-
YUV169.0690.16174.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=48.25%
G=30.72%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414910200.360.560.0821.3675.8665.88
HexEA9566024388154c42
Octal352225146044701025114102
Binary11101010100101011100110010010011100010001010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9566; }

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

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

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

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

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

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

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

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