#ED9680

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

Shades of Dark Salmon #ED9680

Tints of Dark Salmon #ED9680

Color information

#ED9680 (or 0xED9680) is unknown color: approx Dark Salmon. HEX triplet: ED, 96 and 80. RGB value is (237,150,128). Sum of RGB (Red+Green+Blue) = 237+150+128=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9680 is #12697F. Grayscale: #ADADAD. Windows color (decimal): -1206656 or 8427245. OLE color: 8427245.

HSL color Cylindrical-coordinate representation of color #ED9680: hue angle of 12.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9680 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237150128-
CMYK00.370.460.07
HSL12.11º75.17%71.57%-
HSV(B)12.11º45.99%92.94%-
XYZ49.7341.3825.79-
YUV173.51102.32173.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=46.02%
G=29.13%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715012800.370.460.0712.1175.1771.57
HexED96800252E7c4b48
Octal35522620004556714113110
Binary1110110110010110100000000100101101110111110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9680; }

 p { color: rgb(237,150,128); }

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

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

 a { background-color: rgb(237,150,128); }

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

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

 span { border-color: rgb(237,150,128); }

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