#ED9065

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

Shades of Copper #ED9065

Tints of Copper #ED9065

Color information

#ED9065 (or 0xED9065) is unknown color: approx Copper. HEX triplet: ED, 90 and 65. RGB value is (237,144,101). Sum of RGB (Red+Green+Blue) = 237+144+101=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9065 is #126F9A. Grayscale: #A7A7A7. Windows color (decimal): -1208219 or 6656237. OLE color: 6656237.

HSL color Cylindrical-coordinate representation of color #ED9065: hue angle of 18.97º 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 #ED9065 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237144101-
CMYK00.390.570.07
HSL18.97º79.07%66.27%-
HSV(B)18.97º57.38%92.94%-
XYZ47.2538.8917.33-
YUV166.990.81178-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=49.17%
G=29.88%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714410100.390.570.0718.9779.0766.27
HexED9065027397134f42
Octal35522014504771723117102
Binary1110110110010000110010101001111110011111001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9065; }

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

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

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

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

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

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

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

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