#ED937D

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

Shades of Dark Salmon #ED937D

Tints of Dark Salmon #ED937D

Color information

#ED937D (or 0xED937D) is unknown color: approx Dark Salmon. HEX triplet: ED, 93 and 7D. RGB value is (237,147,125). Sum of RGB (Red+Green+Blue) = 237+147+125=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED937D is #126C82. Grayscale: #ABABAB. Windows color (decimal): -1207427 or 8229869. OLE color: 8229869.

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

Color convert

RGB237147125-
CMYK00.380.470.07
HSL11.79º75.68%70.98%-
HSV(B)11.79º47.26%92.94%-
XYZ49.0640.3524.61-
YUV171.4101.82174.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=46.56%
G=28.88%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714712500.380.470.0711.7975.6870.98
HexED937D0262F7c4c47
Octal35522317504657714114107
Binary111011011001001111111010100110101111111110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED937D; }

 p { color: rgb(237,147,125); }

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

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

 a { background-color: rgb(237,147,125); }

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

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

 span { border-color: rgb(237,147,125); }

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