Html Css Color HEX #ED957C Dark Salmon

📋 copy color: '#ED957C'

red 237 ◦ green 149 ◦ blue 124

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

Shades of Dark Salmon #ED957C

Tints of Dark Salmon #ED957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

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

R = 46.47%
G = 29.22%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED957C (or 0xED957C) is known color: Dark Salmon. HEX triplet: ED, 95 and 7C. RGB value is (237,149,124). Sum of RGB (Red+Green+Blue) = 237+149+124=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED957C is #126A83. Grayscale: #ACACAC. Windows color (decimal): -1206916 or 8164845. OLE color: 8164845.

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

Color convert

RGB 237 149 124 -
CMYK 0 0.37 0.48 0.07
HSL 13.27º 0.76% 0.71% -
HSV(B) 13.27º 0.48% 0.93% -
XYZ 49.31 40.95 24.37 -
YUV 172.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 237 149 124 0 0.37 0.48 0.07 13.27 0.76 0.71
Hex ED 95 7C 0 25 30 7 D 4C 47
Octal 355 225 174 0 45 60 7 15 114 107
Binary 11101101 10010101 1111100 0 100101 110000 111 1101 1001100 1000111

Color Harmonies of #ED957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED957C

Black with #ED957C

Text Example


Text Example

White with #ED957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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