#EA8C61

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

Shades of Copper #EA8C61

Tints of Copper #EA8C61

Color information

#EA8C61 (or 0xEA8C61) is unknown color: approx Copper. HEX triplet: EA, 8C and 61. RGB value is (234,140,97). Sum of RGB (Red+Green+Blue) = 234+140+97=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C61 is #15739E. Grayscale: #A3A3A3. Windows color (decimal): -1405855 or 6393066. OLE color: 6393066.

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

Color convert

RGB23414097-
CMYK00.400.590.08
HSL18.83º76.54%64.9%-
HSV(B)18.83º58.55%91.76%-
XYZ45.4737.1116.08-
YUV163.290.64178.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=49.68%
G=29.72%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341409700.400.590.0818.8376.5464.9
HexEA8C610283B8134d41
Octal352214141050731023115101
Binary11101010100011001100001010100011101110001001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C61; }

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

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

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

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

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

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

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

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