#EA8265

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

Shades of Copper #EA8265

Tints of Copper #EA8265

Color information

#EA8265 (or 0xEA8265) is unknown color: approx Copper. HEX triplet: EA, 82 and 65. RGB value is (234,130,101). Sum of RGB (Red+Green+Blue) = 234+130+101=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8265 is #157D9A. Grayscale: #9E9E9E. Windows color (decimal): -1408411 or 6652650. OLE color: 6652650.

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

Color convert

RGB234130101-
CMYK00.440.570.08
HSL13.08º76%65.69%-
HSV(B)13.08º56.84%91.76%-
XYZ44.2634.416.62-
YUV157.7995.96182.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=50.32%
G=27.96%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413010100.440.570.0813.087665.69
HexEA826502C398d4c42
Octal352202145054711015114102
Binary1110101010000010110010101011001110011000110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8265; }

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

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

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

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

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

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

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

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