Shades of Dark Salmon #ED926F
Tints of Dark Salmon #ED926F
RGB
CMYK
RGB Variations
Color information
#ED926F (or 0xED926F) is known color: Dark Salmon. HEX triplet: ED, 92 and 6F. RGB value is (237,146,111). Sum of RGB (Red+Green+Blue) = 237+146+111=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED926F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED926F is #126D90. Grayscale: #A9A9A9. Windows color (decimal): -1207697 or 7312109. OLE color: 7312109.
HSL color Cylindrical-coordinate representation of color #ED926F: hue angle of 16.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED926F is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 111 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.07 |
| HSL | 16.67º | 0.78% | 0.68% | - |
| HSV(B) | 16.67º | 0.53% | 0.93% | - |
| XYZ | 48.07 | 39.71 | 20.17 | - |
| YUV | 169.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 111 | 0 | 0.38 | 0.53 | 0.07 | 16.67 | 0.78 | 0.68 |
| Hex | ED | 92 | 6F | 0 | 26 | 35 | 7 | 11 | 4E | 44 |
| Octal | 355 | 222 | 157 | 0 | 46 | 65 | 7 | 21 | 116 | 104 |
| Binary | 11101101 | 10010010 | 1101111 | 0 | 100110 | 110101 | 111 | 10001 | 1001110 | 1000100 |
Color Harmonies of #ED926F
Complementary color
Monochromatic Colors of #ED926F
Black with #ED926F
Text Example
Text Example
White with #ED926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED926F; }
p { color: rgb(237,146,111); }
H1.HeaderClassName
{
color: #ED926F;
}
.AnyTagClassName
{
color: #ED926F;
}
</style>
background-color css
<style>
a { background-color: #ED926F; }
a { background-color: rgb(237,146,111); }
div.DivClassName
{
background-color: #ED926F;
}
.BgClassName
{
background-color: #ED926F;
}
</style>
border-color css
<style>
span { border-color: #ED926F; }
span { border-color: rgb(237,146,111); }
td.TdClassName
{
border-color: #ED926F;
}
.TagClassName
{
border-color: #ED926F;
}
</style>