Html Css Color HEX #ED977D Dark Salmon

📋 copy color: '#ED977D'

red 237 ◦ green 151 ◦ blue 125

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

Shades of Dark Salmon #ED977D

Tints of Dark Salmon #ED977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.37%

R = 46.2%
G = 29.43%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED977D (or 0xED977D) is known color: Dark Salmon. HEX triplet: ED, 97 and 7D. RGB value is (237,151,125). Sum of RGB (Red+Green+Blue) = 237+151+125=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED977D is #126882. Grayscale: #ADADAD. Windows color (decimal): -1206403 or 8230893. OLE color: 8230893.

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

Color convert

RGB 237 151 125 -
CMYK 0 0.36 0.47 0.07
HSL 13.93º 0.76% 0.71% -
HSV(B) 13.93º 0.47% 0.93% -
XYZ 49.69 41.62 24.82 -
YUV 173.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 237 151 125 0 0.36 0.47 0.07 13.93 0.76 0.71
Hex ED 97 7D 0 24 2F 7 E 4C 47
Octal 355 227 175 0 44 57 7 16 114 107
Binary 11101101 10010111 1111101 0 100100 101111 111 1110 1001100 1000111

Color Harmonies of #ED977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED977D

Black with #ED977D

Text Example


Text Example

White with #ED977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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