Shades of Dark Salmon #ED917F
Tints of Dark Salmon #ED917F
RGB
CMYK
RGB Variations
Color information
#ED917F (or 0xED917F) is known color: Dark Salmon. HEX triplet: ED, 91 and 7F. RGB value is (237,145,127). Sum of RGB (Red+Green+Blue) = 237+145+127=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED917F is #126E80. Grayscale: #AAAAAA. Windows color (decimal): -1207937 or 8360429. OLE color: 8360429.
HSL color Cylindrical-coordinate representation of color #ED917F: hue angle of 9.82º 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 #ED917F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 127 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 9.82º | 0.75% | 0.71% | - |
| HSV(B) | 9.82º | 0.46% | 0.93% | - |
| XYZ | 48.88 | 39.79 | 25.18 | - |
| YUV | 170.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 127 | 0 | 0.39 | 0.46 | 0.07 | 9.82 | 0.75 | 0.71 |
| Hex | ED | 91 | 7F | 0 | 27 | 2E | 7 | A | 4B | 47 |
| Octal | 355 | 221 | 177 | 0 | 47 | 56 | 7 | 12 | 113 | 107 |
| Binary | 11101101 | 10010001 | 1111111 | 0 | 100111 | 101110 | 111 | 1010 | 1001011 | 1000111 |
Color Harmonies of #ED917F
Complementary color
Monochromatic Colors of #ED917F
Black with #ED917F
Text Example
Text Example
White with #ED917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED917F; }
p { color: rgb(237,145,127); }
H1.HeaderClassName
{
color: #ED917F;
}
.AnyTagClassName
{
color: #ED917F;
}
</style>
background-color css
<style>
a { background-color: #ED917F; }
a { background-color: rgb(237,145,127); }
div.DivClassName
{
background-color: #ED917F;
}
.BgClassName
{
background-color: #ED917F;
}
</style>
border-color css
<style>
span { border-color: #ED917F; }
span { border-color: rgb(237,145,127); }
td.TdClassName
{
border-color: #ED917F;
}
.TagClassName
{
border-color: #ED917F;
}
</style>