#EA8766

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

Shades of Copper #EA8766

Tints of Copper #EA8766

Color information

#EA8766 (or 0xEA8766) is unknown color: approx Copper. HEX triplet: EA, 87 and 66. RGB value is (234,135,102). Sum of RGB (Red+Green+Blue) = 234+135+102=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8766 is #157899. Grayscale: #A1A1A1. Windows color (decimal): -1407130 or 6719466. OLE color: 6719466.

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

Color convert

RGB234135102-
CMYK00.420.560.08
HSL15º75.86%65.88%-
HSV(B)15º56.41%91.76%-
XYZ44.9935.7817.11-
YUV160.8494.8180.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=49.68%
G=28.66%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413510200.420.560.081575.8665.88
HexEA876602A388f4c42
Octal352207146052701017114102
Binary1110101010000111110011001010101110001000111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8766; }

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

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

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

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

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

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

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

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