Html Css Color HEX #ED937D Dark Salmon

📋 copy color: '#ED937D'

red 237 ◦ green 147 ◦ blue 125

#ED937D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #ED937D

Tints of Dark Salmon #ED937D

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 value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED937D (or 0xED937D) is known color: 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

RGB 237 147 125 -
CMYK 0 0.38 0.47 0.07
HSL 11.79º 0.76% 0.71% -
HSV(B) 11.79º 0.47% 0.93% -
XYZ 49.06 40.35 24.61 -
YUV 171.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 237 147 125 0 0.38 0.47 0.07 11.79 0.76 0.71
Hex ED 93 7D 0 26 2F 7 C 4C 47
Octal 355 223 175 0 46 57 7 14 114 107
Binary 11101101 10010011 1111101 0 100110 101111 111 1100 1001100 1000111

Color Harmonies of #ED937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED937D

Black with #ED937D

Text Example


Text Example

White with #ED937D

Text Example


Text Example

HTML Codes & Css Web 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>