Html Css Color HEX #ED977E Dark Salmon

📋 copy color: '#ED977E'

red 237 ◦ green 151 ◦ blue 126

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

Shades of Dark Salmon #ED977E

Tints of Dark Salmon #ED977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 46.11%
G = 29.38%
B = 24.51%

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

#ED977E (or 0xED977E) is known color: Dark Salmon. HEX triplet: ED, 97 and 7E. RGB value is (237,151,126). Sum of RGB (Red+Green+Blue) = 237+151+126=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED977E is #126881. Grayscale: #AEAEAE. Windows color (decimal): -1206402 or 8296429. OLE color: 8296429.

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

Color convert

RGB 237 151 126 -
CMYK 0 0.36 0.47 0.07
HSL 13.51º 0.76% 0.71% -
HSV(B) 13.51º 0.47% 0.93% -
XYZ 49.76 41.64 25.15 -
YUV 173.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 237 151 126 0 0.36 0.47 0.07 13.51 0.76 0.71
Hex ED 97 7E 0 24 2F 7 E 4C 47
Octal 355 227 176 0 44 57 7 16 114 107
Binary 11101101 10010111 1111110 0 100100 101111 111 1110 1001100 1000111

Color Harmonies of #ED977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED977E

Black with #ED977E

Text Example


Text Example

White with #ED977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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