#ed8865

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

Shades of Copper #ED8865

Tints of Copper #ED8865

Color information

#ED8865 (or 0xED8865) is unknown color: approx Copper. HEX triplet: ED, 88 and 65. RGB value is (237,136,101). Sum of RGB (Red+Green+Blue) = 237+136+101=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8865 is #12779A. Grayscale: #A2A2A2. Windows color (decimal): -1210267 or 6654189. OLE color: 6654189.

HSL color Cylindrical-coordinate representation of color #ED8865: hue angle of 15.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED8865 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237136101-
CMYK00.430.570.07
HSL15.44º79.07%66.27%-
HSV(B)15.44º57.38%92.94%-
XYZ46.0836.5516.94-
YUV162.2193.46181.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 101 (39.84% from 255) = 21.31%
R=50%
G=28.69%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713610100.430.570.0715.4479.0766.27
HexED886502B397f4f42
Octal35521014505371717117102
Binary111011011000100011001010101011111001111111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8865; }

 p { color: rgb(237,136,101); }

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

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

 a { background-color: rgb(237,136,101); }

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

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

 span { border-color: rgb(237,136,101); }

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