#ed9677

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

Shades of Dark Salmon #ED9677

Tints of Dark Salmon #ED9677

Color information

#ED9677 (or 0xED9677) is unknown color: approx Dark Salmon. HEX triplet: ED, 96 and 77. RGB value is (237,150,119). Sum of RGB (Red+Green+Blue) = 237+150+119=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9677 is #126988. Grayscale: #ACACAC. Windows color (decimal): -1206665 or 7837421. OLE color: 7837421.

HSL color Cylindrical-coordinate representation of color #ED9677: hue angle of 15.76º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED9677 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237150119-
CMYK00.370.500.07
HSL15.76º76.62%69.8%-
HSV(B)15.76º49.79%92.94%-
XYZ49.1641.1522.8-
YUV172.4897.82174.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=46.84%
G=29.64%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715011900.370.500.0715.7676.6269.8
HexED9677025327104d46
Octal35522616704562720115106
Binary1110110110010110111011101001011100101111000010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9677; }

 p { color: rgb(237,150,119); }

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

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

 a { background-color: rgb(237,150,119); }

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

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

 span { border-color: rgb(237,150,119); }

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