Shades of Dark Salmon #ED917E
Tints of Dark Salmon #ED917E
RGB
CMYK
RGB Variations
Color information
#ED917E (or 0xED917E) is known color: Dark Salmon. HEX triplet: ED, 91 and 7E. RGB value is (237,145,126). Sum of RGB (Red+Green+Blue) = 237+145+126=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED917E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED917E is #126E81. Grayscale: #AAAAAA. Windows color (decimal): -1207938 or 8294893. OLE color: 8294893.
HSL color Cylindrical-coordinate representation of color #ED917E: hue angle of 10.27º 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 #ED917E is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 126 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 10.27º | 0.76% | 0.71% | - |
| HSV(B) | 10.27º | 0.47% | 0.93% | - |
| XYZ | 48.82 | 39.76 | 24.84 | - |
| YUV | 170.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 126 | 0 | 0.39 | 0.47 | 0.07 | 10.27 | 0.76 | 0.71 |
| Hex | ED | 91 | 7E | 0 | 27 | 2F | 7 | A | 4C | 47 |
| Octal | 355 | 221 | 176 | 0 | 47 | 57 | 7 | 12 | 114 | 107 |
| Binary | 11101101 | 10010001 | 1111110 | 0 | 100111 | 101111 | 111 | 1010 | 1001100 | 1000111 |
Color Harmonies of #ED917E
Complementary color
Monochromatic Colors of #ED917E
Black with #ED917E
Text Example
Text Example
White with #ED917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED917E; }
p { color: rgb(237,145,126); }
H1.HeaderClassName
{
color: #ED917E;
}
.AnyTagClassName
{
color: #ED917E;
}
</style>
background-color css
<style>
a { background-color: #ED917E; }
a { background-color: rgb(237,145,126); }
div.DivClassName
{
background-color: #ED917E;
}
.BgClassName
{
background-color: #ED917E;
}
</style>
border-color css
<style>
span { border-color: #ED917E; }
span { border-color: rgb(237,145,126); }
td.TdClassName
{
border-color: #ED917E;
}
.TagClassName
{
border-color: #ED917E;
}
</style>