#EA8F62

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

Shades of Copper #EA8F62

Tints of Copper #EA8F62

Color information

#EA8F62 (or 0xEA8F62) is unknown color: approx Copper. HEX triplet: EA, 8F and 62. RGB value is (234,143,98). Sum of RGB (Red+Green+Blue) = 234+143+98=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F62 is #15709D. Grayscale: #A5A5A5. Windows color (decimal): -1405086 or 6459370. OLE color: 6459370.

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

Color convert

RGB23414398-
CMYK00.390.580.08
HSL19.85º76.4%65.1%-
HSV(B)19.85º58.12%91.76%-
XYZ45.9638.0216.47-
YUV165.0890.15177.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 98 (38.67% from 255) = 20.63%
R=49.26%
G=30.11%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341439800.390.580.0819.8576.465.1
HexEA8F620273A8144c41
Octal352217142047721024114101
Binary11101010100011111100010010011111101010001010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F62; }

 p { color: rgb(234,143,98); }

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

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

 a { background-color: rgb(234,143,98); }

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

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

 span { border-color: rgb(234,143,98); }

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