Html Css Color HEX #ED937C Dark Salmon

📋 copy color: '#ED937C'

red 237 ◦ green 147 ◦ blue 124

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

Shades of Dark Salmon #ED937C

Tints of Dark Salmon #ED937C

RGB

 RED value IS 237 (92.97% from 255) = 46.65%

 GREEN value IS 147 (57.81% from 255) = 28.94%

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 46.65%
G = 28.94%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED937C (or 0xED937C) is known color: Dark Salmon. HEX triplet: ED, 93 and 7C. RGB value is (237,147,124). Sum of RGB (Red+Green+Blue) = 237+147+124=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED937C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED937C is #126C83. Grayscale: #ABABAB. Windows color (decimal): -1207428 or 8164333. OLE color: 8164333.

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

Color convert

RGB 237 147 124 -
CMYK 0 0.38 0.48 0.07
HSL 12.21º 0.76% 0.71% -
HSV(B) 12.21º 0.48% 0.93% -
XYZ 49 40.33 24.27 -
YUV 171.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 237 147 124 0 0.38 0.48 0.07 12.21 0.76 0.71
Hex ED 93 7C 0 26 30 7 C 4C 47
Octal 355 223 174 0 46 60 7 14 114 107
Binary 11101101 10010011 1111100 0 100110 110000 111 1100 1001100 1000111

Color Harmonies of #ED937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED937C

Black with #ED937C

Text Example


Text Example

White with #ED937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED937C; }

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

 H1.HeaderClassName
 {
   color: #ED937C;
 }
 .AnyTagClassName
 {
   color: #ED937C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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