Shades of Dark Salmon #ED906D
Tints of Dark Salmon #ED906D
RGB
CMYK
RGB Variations
Color information
#ED906D (or 0xED906D) is known color: Dark Salmon. HEX triplet: ED, 90 and 6D. RGB value is (237,144,109). Sum of RGB (Red+Green+Blue) = 237+144+109=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED906D is #126F92. Grayscale: #A8A8A8. Windows color (decimal): -1208211 or 7180525. OLE color: 7180525.
HSL color Cylindrical-coordinate representation of color #ED906D: hue angle of 16.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED906D is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 109 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.07 |
| HSL | 16.41º | 0.78% | 0.68% | - |
| HSV(B) | 16.41º | 0.54% | 0.93% | - |
| XYZ | 47.66 | 39.06 | 19.49 | - |
| YUV | 167.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 109 | 0 | 0.39 | 0.54 | 0.07 | 16.41 | 0.78 | 0.68 |
| Hex | ED | 90 | 6D | 0 | 27 | 36 | 7 | 10 | 4E | 44 |
| Octal | 355 | 220 | 155 | 0 | 47 | 66 | 7 | 20 | 116 | 104 |
| Binary | 11101101 | 10010000 | 1101101 | 0 | 100111 | 110110 | 111 | 10000 | 1001110 | 1000100 |
Color Harmonies of #ED906D
Complementary color
Monochromatic Colors of #ED906D
Black with #ED906D
Text Example
Text Example
White with #ED906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED906D; }
p { color: rgb(237,144,109); }
H1.HeaderClassName
{
color: #ED906D;
}
.AnyTagClassName
{
color: #ED906D;
}
</style>
background-color css
<style>
a { background-color: #ED906D; }
a { background-color: rgb(237,144,109); }
div.DivClassName
{
background-color: #ED906D;
}
.BgClassName
{
background-color: #ED906D;
}
</style>
border-color css
<style>
span { border-color: #ED906D; }
span { border-color: rgb(237,144,109); }
td.TdClassName
{
border-color: #ED906D;
}
.TagClassName
{
border-color: #ED906D;
}
</style>