#EA8B65

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

Shades of Copper #EA8B65

Tints of Copper #EA8B65

Color information

#EA8B65 (or 0xEA8B65) is unknown color: approx Copper. HEX triplet: EA, 8B and 65. RGB value is (234,139,101). Sum of RGB (Red+Green+Blue) = 234+139+101=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8B65 is #15749A. Grayscale: #A3A3A3. Windows color (decimal): -1406107 or 6654954. OLE color: 6654954.

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

Color convert

RGB234139101-
CMYK00.410.570.08
HSL17.14º76%65.69%-
HSV(B)17.14º56.84%91.76%-
XYZ45.5136.917.03-
YUV163.0792.97178.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 101 (39.84% from 255) = 21.31%
R=49.37%
G=29.32%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413910100.410.570.0817.147665.69
HexEA8B65029398114c42
Octal352213145051711021114102
Binary11101010100010111100101010100111100110001000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8B65; }

 p { color: rgb(234,139,101); }

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

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

 a { background-color: rgb(234,139,101); }

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

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

 span { border-color: rgb(234,139,101); }

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