#EA9367

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

Shades of Copper #EA9367

Tints of Copper #EA9367

Color information

#EA9367 (or 0xEA9367) is unknown color: approx Copper. HEX triplet: EA, 93 and 67. RGB value is (234,147,103). Sum of RGB (Red+Green+Blue) = 234+147+103=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9367 is #156C98. Grayscale: #A8A8A8. Windows color (decimal): -1404057 or 6788074. OLE color: 6788074.

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

Color convert

RGB234147103-
CMYK00.370.560.08
HSL20.15º75.72%66.08%-
HSV(B)20.15º55.98%91.76%-
XYZ46.8139.3417.96-
YUV16891.32175.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=48.35%
G=30.37%
B=21.28%

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
Decimal23414710300.370.560.0820.1575.7266.08
HexEA9367025388144c42
Octal352223147045701024114102
Binary11101010100100111100111010010111100010001010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9367; }

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

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

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

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

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

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

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

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