#EA9467

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

Shades of Copper #EA9467

Tints of Copper #EA9467

Color information

#EA9467 (or 0xEA9467) is unknown color: approx Copper. HEX triplet: EA, 94 and 67. RGB value is (234,148,103). Sum of RGB (Red+Green+Blue) = 234+148+103=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9467 is #156B98. Grayscale: #A8A8A8. Windows color (decimal): -1403801 or 6788330. OLE color: 6788330.

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

Color convert

RGB234148103-
CMYK00.370.560.08
HSL20.61º75.72%66.08%-
HSV(B)20.61º55.98%91.76%-
XYZ46.9739.6518.01-
YUV168.5890.99174.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=48.25%
G=30.52%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414810300.370.560.0820.6175.7266.08
HexEA9467025388154c42
Octal352224147045701025114102
Binary11101010100101001100111010010111100010001010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9467; }

 p { color: rgb(234,148,103); }

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

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

 a { background-color: rgb(234,148,103); }

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

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

 span { border-color: rgb(234,148,103); }

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