#ED9779

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

Shades of Dark Salmon #ED9779

Tints of Dark Salmon #ED9779

Color information

#ED9779 (or 0xED9779) is unknown color: approx Dark Salmon. HEX triplet: ED, 97 and 79. RGB value is (237,151,121). Sum of RGB (Red+Green+Blue) = 237+151+121=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9779 is #126886. Grayscale: #ADADAD. Windows color (decimal): -1206407 or 7968749. OLE color: 7968749.

HSL color Cylindrical-coordinate representation of color #ED9779: hue angle of 15.52º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED9779 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237151121-
CMYK00.360.490.07
HSL15.52º76.32%70.2%-
HSV(B)15.52º48.95%92.94%-
XYZ49.4441.5223.5-
YUV173.2998.49173.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=46.56%
G=29.67%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715112100.360.490.0715.5276.3270.2
HexED9779024317104c46
Octal35522717104461720114106
Binary1110110110010111111100101001001100011111000010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9779; }

 p { color: rgb(237,151,121); }

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

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

 a { background-color: rgb(237,151,121); }

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

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

 span { border-color: rgb(237,151,121); }

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