Shades of Dark Salmon #ED9E7E
Tints of Dark Salmon #ED9E7E
RGB
CMYK
RGB Variations
Color information
#ED9E7E (or 0xED9E7E) is known color: Dark Salmon. HEX triplet: ED, 9E and 7E. RGB value is (237,158,126). Sum of RGB (Red+Green+Blue) = 237+158+126=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9E7E is #126181. Grayscale: #B2B2B2. Windows color (decimal): -1204610 or 8298221. OLE color: 8298221.
HSL color Cylindrical-coordinate representation of color #ED9E7E: hue angle of 17.3º 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 #ED9E7E is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 126 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.07 |
| HSL | 17.3º | 0.76% | 0.71% | - |
| HSV(B) | 17.3º | 0.47% | 0.93% | - |
| XYZ | 50.92 | 43.96 | 25.54 | - |
| YUV | 177.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 126 | 0 | 0.33 | 0.47 | 0.07 | 17.3 | 0.76 | 0.71 |
| Hex | ED | 9E | 7E | 0 | 21 | 2F | 7 | 11 | 4C | 47 |
| Octal | 355 | 236 | 176 | 0 | 41 | 57 | 7 | 21 | 114 | 107 |
| Binary | 11101101 | 10011110 | 1111110 | 0 | 100001 | 101111 | 111 | 10001 | 1001100 | 1000111 |
Color Harmonies of #ED9E7E
Complementary color
Monochromatic Colors of #ED9E7E
Black with #ED9E7E
Text Example
Text Example
White with #ED9E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E7E; }
p { color: rgb(237,158,126); }
H1.HeaderClassName
{
color: #ED9E7E;
}
.AnyTagClassName
{
color: #ED9E7E;
}
</style>
background-color css
<style>
a { background-color: #ED9E7E; }
a { background-color: rgb(237,158,126); }
div.DivClassName
{
background-color: #ED9E7E;
}
.BgClassName
{
background-color: #ED9E7E;
}
</style>
border-color css
<style>
span { border-color: #ED9E7E; }
span { border-color: rgb(237,158,126); }
td.TdClassName
{
border-color: #ED9E7E;
}
.TagClassName
{
border-color: #ED9E7E;
}
</style>