#ED977F

Color #ED977F Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #ED977F

Tints of Dark Salmon #ED977F

Color information

#ED977F (or 0xED977F) is unknown color: approx Dark Salmon. HEX triplet: ED, 97 and 7F. RGB value is (237,151,127). Sum of RGB (Red+Green+Blue) = 237+151+127=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED977F is #126880. Grayscale: #AEAEAE. Windows color (decimal): -1206401 or 8361965. OLE color: 8361965.

HSL color Cylindrical-coordinate representation of color #ED977F: hue angle of 13.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED977F is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237151127-
CMYK00.360.460.07
HSL13.09º75.34%71.37%-
HSV(B)13.09º46.41%92.94%-
XYZ49.8241.6725.5-
YUV173.98101.49172.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 127 (50% from 255) = 24.66%
R=46.02%
G=29.32%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715112700.360.460.0713.0975.3471.37
HexED977F0242E7d4b47
Octal35522717704456715113107
Binary111011011001011111111110100100101110111110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED977F; }

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

 H1.HeaderClassName
 {
   color: #ED977F;
 }
 .AnyTagClassName
 {
   color: #ED977F;
 }
</style>
background-color css

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

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

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

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

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

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