Html Css Color HEX #ED947D Dark Salmon

📋 copy color: '#ED947D'

red 237 ◦ green 148 ◦ blue 125

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

Shades of Dark Salmon #ED947D

Tints of Dark Salmon #ED947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

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

R = 46.47%
G = 29.02%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED947D (or 0xED947D) is known color: Dark Salmon. HEX triplet: ED, 94 and 7D. RGB value is (237,148,125). Sum of RGB (Red+Green+Blue) = 237+148+125=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED947D is #126B82. Grayscale: #ACACAC. Windows color (decimal): -1207171 or 8230125. OLE color: 8230125.

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

Color convert

RGB 237 148 125 -
CMYK 0 0.38 0.47 0.07
HSL 12.32º 0.76% 0.71% -
HSV(B) 12.32º 0.47% 0.93% -
XYZ 49.22 40.67 24.66 -
YUV 171.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 237 148 125 0 0.38 0.47 0.07 12.32 0.76 0.71
Hex ED 94 7D 0 26 2F 7 C 4C 47
Octal 355 224 175 0 46 57 7 14 114 107
Binary 11101101 10010100 1111101 0 100110 101111 111 1100 1001100 1000111

Color Harmonies of #ED947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED947D

Black with #ED947D

Text Example


Text Example

White with #ED947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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