#EA8E6A

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

Shades of Copper #EA8E6A

Tints of Copper #EA8E6A

Color information

#EA8E6A (or 0xEA8E6A) is unknown color: approx Copper. HEX triplet: EA, 8E and 6A. RGB value is (234,142,106). Sum of RGB (Red+Green+Blue) = 234+142+106=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8E6A is #157195. Grayscale: #A5A5A5. Windows color (decimal): -1405334 or 6983402. OLE color: 6983402.

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

Color convert

RGB234142106-
CMYK00.390.550.08
HSL16.88º75.29%66.67%-
HSV(B)16.88º54.7%91.76%-
XYZ46.2137.8818.51-
YUV165.494.48176.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=48.55%
G=29.46%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414210600.390.550.0816.8875.2966.67
HexEA8E6A027378114b43
Octal352216152047671021113103
Binary11101010100011101101010010011111011110001000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E6A; }

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

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

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

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

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

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

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

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