#EA8769

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

Shades of Copper #EA8769

Tints of Copper #EA8769

Color information

#EA8769 (or 0xEA8769) is unknown color: approx Copper. HEX triplet: EA, 87 and 69. RGB value is (234,135,105). Sum of RGB (Red+Green+Blue) = 234+135+105=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8769 is #157896. Grayscale: #A1A1A1. Windows color (decimal): -1407127 or 6916074. OLE color: 6916074.

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

Color convert

RGB234135105-
CMYK00.420.550.08
HSL13.95º75.44%66.47%-
HSV(B)13.95º55.13%91.76%-
XYZ45.1535.8417.9-
YUV161.1896.3179.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=49.37%
G=28.48%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413510500.420.550.0813.9575.4466.47
HexEA876902A378e4b42
Octal352207151052671016113102
Binary1110101010000111110100101010101101111000111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8769; }

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

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

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

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

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

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

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

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