#EA8E64

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

Shades of Copper #EA8E64

Tints of Copper #EA8E64

Color information

#EA8E64 (or 0xEA8E64) is unknown color: approx Copper. HEX triplet: EA, 8E and 64. RGB value is (234,142,100). Sum of RGB (Red+Green+Blue) = 234+142+100=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8E64 is #15719B. Grayscale: #A4A4A4. Windows color (decimal): -1405340 or 6590186. OLE color: 6590186.

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

Color convert

RGB234142100-
CMYK00.390.570.08
HSL18.81º76.14%65.49%-
HSV(B)18.81º57.26%91.76%-
XYZ45.937.7616.93-
YUV164.7291.48177.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=49.16%
G=29.83%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414210000.390.570.0818.8176.1465.49
HexEA8E64027398134c41
Octal352216144047711023114101
Binary11101010100011101100100010011111100110001001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E64; }

 p { color: rgb(234,142,100); }

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

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

 a { background-color: rgb(234,142,100); }

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

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

 span { border-color: rgb(234,142,100); }

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