Html Css Color HEX #ED987C Dark Salmon

📋 copy color: '#ED987C'

red 237 ◦ green 152 ◦ blue 124

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

Shades of Dark Salmon #ED987C

Tints of Dark Salmon #ED987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.63%

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

R = 46.2%
G = 29.63%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED987C (or 0xED987C) is known color: Dark Salmon. HEX triplet: ED, 98 and 7C. RGB value is (237,152,124). Sum of RGB (Red+Green+Blue) = 237+152+124=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED987C is #126783. Grayscale: #AEAEAE. Windows color (decimal): -1206148 or 8165613. OLE color: 8165613.

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

Color convert

RGB 237 152 124 -
CMYK 0 0.36 0.48 0.07
HSL 14.87º 0.76% 0.71% -
HSV(B) 14.87º 0.48% 0.93% -
XYZ 49.79 41.92 24.54 -
YUV 174.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 237 152 124 0 0.36 0.48 0.07 14.87 0.76 0.71
Hex ED 98 7C 0 24 30 7 F 4C 47
Octal 355 230 174 0 44 60 7 17 114 107
Binary 11101101 10011000 1111100 0 100100 110000 111 1111 1001100 1000111

Color Harmonies of #ED987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED987C

Black with #ED987C

Text Example


Text Example

White with #ED987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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