#ED977A

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

Shades of Dark Salmon #ED977A

Tints of Dark Salmon #ED977A

Color information

#ED977A (or 0xED977A) is unknown color: approx Dark Salmon. HEX triplet: ED, 97 and 7A. RGB value is (237,151,122). Sum of RGB (Red+Green+Blue) = 237+151+122=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED977A is #126885. Grayscale: #ADADAD. Windows color (decimal): -1206406 or 8034285. OLE color: 8034285.

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

Color convert

RGB237151122-
CMYK00.360.490.07
HSL15.13º76.16%70.39%-
HSV(B)15.13º48.52%92.94%-
XYZ49.541.5423.82-
YUV173.4198.99173.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=46.47%
G=29.61%
B=23.92%

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
Decimal23715112200.360.490.0715.1376.1670.39
HexED977A024317f4c46
Octal35522717204461717114106
Binary111011011001011111110100100100110001111111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED977A; }

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

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

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

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

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

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

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

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