Html Css Color HEX #ED977C Dark Salmon

📋 copy color: '#ED977C'

red 237 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #ED977C

Tints of Dark Salmon #ED977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.49%

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

R = 46.29%
G = 29.49%
B = 24.22%

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

#ED977C (or 0xED977C) is known color: Dark Salmon. HEX triplet: ED, 97 and 7C. RGB value is (237,151,124). Sum of RGB (Red+Green+Blue) = 237+151+124=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED977C is #126883. Grayscale: #ADADAD. Windows color (decimal): -1206404 or 8165357. OLE color: 8165357.

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

Color convert

RGB 237 151 124 -
CMYK 0 0.36 0.48 0.07
HSL 14.34º 0.76% 0.71% -
HSV(B) 14.34º 0.48% 0.93% -
XYZ 49.63 41.59 24.48 -
YUV 173.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 237 151 124 0 0.36 0.48 0.07 14.34 0.76 0.71
Hex ED 97 7C 0 24 30 7 E 4C 47
Octal 355 227 174 0 44 60 7 16 114 107
Binary 11101101 10010111 1111100 0 100100 110000 111 1110 1001100 1000111

Color Harmonies of #ED977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED977C

Black with #ED977C

Text Example


Text Example

White with #ED977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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