#EA9261

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

Shades of Copper #EA9261

Tints of Copper #EA9261

Color information

#EA9261 (or 0xEA9261) is unknown color: approx Copper. HEX triplet: EA, 92 and 61. RGB value is (234,146,97). Sum of RGB (Red+Green+Blue) = 234+146+97=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9261 is #156D9E. Grayscale: #A7A7A7. Windows color (decimal): -1404319 or 6394602. OLE color: 6394602.

HSL color Cylindrical-coordinate representation of color #EA9261: hue angle of 21.46º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA9261 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23414697-
CMYK00.380.590.08
HSL21.46º76.54%64.9%-
HSV(B)21.46º58.55%91.76%-
XYZ46.3738.9116.38-
YUV166.7388.65175.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=49.06%
G=30.61%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341469700.380.590.0821.4676.5464.9
HexEA92610263B8154d41
Octal352222141046731025115101
Binary11101010100100101100001010011011101110001010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9261; }

 p { color: rgb(234,146,97); }

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

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

 a { background-color: rgb(234,146,97); }

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

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

 span { border-color: rgb(234,146,97); }

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