#EA8D66

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

Shades of Copper #EA8D66

Tints of Copper #EA8D66

Color information

#EA8D66 (or 0xEA8D66) is unknown color: approx Copper. HEX triplet: EA, 8D and 66. RGB value is (234,141,102). Sum of RGB (Red+Green+Blue) = 234+141+102=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D66 is #157299. Grayscale: #A4A4A4. Windows color (decimal): -1405594 or 6721002. OLE color: 6721002.

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

Color convert

RGB234141102-
CMYK00.400.560.08
HSL17.73º75.86%65.88%-
HSV(B)17.73º56.41%91.76%-
XYZ45.8537.517.39-
YUV164.3692.81177.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=49.06%
G=29.56%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414110200.400.560.0817.7375.8665.88
HexEA8D66028388124c42
Octal352215146050701022114102
Binary11101010100011011100110010100011100010001001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D66; }

 p { color: rgb(234,141,102); }

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

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

 a { background-color: rgb(234,141,102); }

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

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

 span { border-color: rgb(234,141,102); }

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