Shades of Dark Salmon #ED967F
Tints of Dark Salmon #ED967F
RGB
CMYK
RGB Variations
Color information
#ED967F (or 0xED967F) is known color: Dark Salmon. HEX triplet: ED, 96 and 7F. RGB value is (237,150,127). Sum of RGB (Red+Green+Blue) = 237+150+127=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED967F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED967F is #126980. Grayscale: #ADADAD. Windows color (decimal): -1206657 or 8361709. OLE color: 8361709.
HSL color Cylindrical-coordinate representation of color #ED967F: hue angle of 12.55º 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 #ED967F is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 127 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.07 |
| HSL | 12.55º | 0.75% | 0.71% | - |
| HSV(B) | 12.55º | 0.46% | 0.93% | - |
| XYZ | 49.66 | 41.35 | 25.44 | - |
| YUV | 173.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 127 | 0 | 0.37 | 0.46 | 0.07 | 12.55 | 0.75 | 0.71 |
| Hex | ED | 96 | 7F | 0 | 25 | 2E | 7 | D | 4B | 47 |
| Octal | 355 | 226 | 177 | 0 | 45 | 56 | 7 | 15 | 113 | 107 |
| Binary | 11101101 | 10010110 | 1111111 | 0 | 100101 | 101110 | 111 | 1101 | 1001011 | 1000111 |
Color Harmonies of #ED967F
Complementary color
Monochromatic Colors of #ED967F
Black with #ED967F
Text Example
Text Example
White with #ED967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED967F; }
p { color: rgb(237,150,127); }
H1.HeaderClassName
{
color: #ED967F;
}
.AnyTagClassName
{
color: #ED967F;
}
</style>
background-color css
<style>
a { background-color: #ED967F; }
a { background-color: rgb(237,150,127); }
div.DivClassName
{
background-color: #ED967F;
}
.BgClassName
{
background-color: #ED967F;
}
</style>
border-color css
<style>
span { border-color: #ED967F; }
span { border-color: rgb(237,150,127); }
td.TdClassName
{
border-color: #ED967F;
}
.TagClassName
{
border-color: #ED967F;
}
</style>