Shades of Dark Salmon #ED9677
Tints of Dark Salmon #ED9677
RGB
CMYK
RGB Variations
Color information
#ED9677 (or 0xED9677) is known color: 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
| RGB | 237 | 150 | 119 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.07 |
| HSL | 15.76º | 0.77% | 0.7% | - |
| HSV(B) | 15.76º | 0.5% | 0.93% | - |
| XYZ | 49.16 | 41.15 | 22.8 | - |
| YUV | 172.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 119 | 0 | 0.37 | 0.50 | 0.07 | 15.76 | 0.77 | 0.7 |
| Hex | ED | 96 | 77 | 0 | 25 | 32 | 7 | 10 | 4D | 46 |
| Octal | 355 | 226 | 167 | 0 | 45 | 62 | 7 | 20 | 115 | 106 |
| Binary | 11101101 | 10010110 | 1110111 | 0 | 100101 | 110010 | 111 | 10000 | 1001101 | 1000110 |
Color Harmonies of #ED9677
Complementary color
Monochromatic Colors of #ED9677
Black with #ED9677
Text Example
Text Example
White with #ED9677
Text Example
Text Example
HTML Codes & Css Web 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>