Shades of Dark Salmon #ED917D
Tints of Dark Salmon #ED917D
RGB
CMYK
RGB Variations
Color information
#ED917D (or 0xED917D) is known color: Dark Salmon. HEX triplet: ED, 91 and 7D. RGB value is (237,145,125). Sum of RGB (Red+Green+Blue) = 237+145+125=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED917D is #126E82. Grayscale: #AAAAAA. Windows color (decimal): -1207939 or 8229357. OLE color: 8229357.
HSL color Cylindrical-coordinate representation of color #ED917D: hue angle of 10.71º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED917D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 125 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 10.71º | 0.76% | 0.71% | - |
| HSV(B) | 10.71º | 0.47% | 0.93% | - |
| XYZ | 48.75 | 39.74 | 24.5 | - |
| YUV | 170.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 125 | 0 | 0.39 | 0.47 | 0.07 | 10.71 | 0.76 | 0.71 |
| Hex | ED | 91 | 7D | 0 | 27 | 2F | 7 | B | 4C | 47 |
| Octal | 355 | 221 | 175 | 0 | 47 | 57 | 7 | 13 | 114 | 107 |
| Binary | 11101101 | 10010001 | 1111101 | 0 | 100111 | 101111 | 111 | 1011 | 1001100 | 1000111 |
Color Harmonies of #ED917D
Complementary color
Monochromatic Colors of #ED917D
Black with #ED917D
Text Example
Text Example
White with #ED917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED917D; }
p { color: rgb(237,145,125); }
H1.HeaderClassName
{
color: #ED917D;
}
.AnyTagClassName
{
color: #ED917D;
}
</style>
background-color css
<style>
a { background-color: #ED917D; }
a { background-color: rgb(237,145,125); }
div.DivClassName
{
background-color: #ED917D;
}
.BgClassName
{
background-color: #ED917D;
}
</style>
border-color css
<style>
span { border-color: #ED917D; }
span { border-color: rgb(237,145,125); }
td.TdClassName
{
border-color: #ED917D;
}
.TagClassName
{
border-color: #ED917D;
}
</style>