#ED916F

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

Shades of Dark Salmon #ED916F

Tints of Dark Salmon #ED916F

Color information

#ED916F (or 0xED916F) is unknown color: approx Dark Salmon. HEX triplet: ED, 91 and 6F. RGB value is (237,145,111). Sum of RGB (Red+Green+Blue) = 237+145+111=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED916F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED916F is #126E90. Grayscale: #A8A8A8. Windows color (decimal): -1207953 or 7311853. OLE color: 7311853.

HSL color Cylindrical-coordinate representation of color #ED916F: hue angle of 16.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED916F is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237145111-
CMYK00.390.530.07
HSL16.19º77.78%68.24%-
HSV(B)16.19º53.16%92.94%-
XYZ47.9239.420.12-
YUV168.6395.48176.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=48.07%
G=29.41%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714511100.390.530.0716.1977.7868.24
HexED916F027357104e44
Octal35522115704765720116104
Binary1110110110010001110111101001111101011111000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED916F; }

 p { color: rgb(237,145,111); }

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

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

 a { background-color: rgb(237,145,111); }

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

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

 span { border-color: rgb(237,145,111); }

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