Shades of Dark Salmon #ED907F
Tints of Dark Salmon #ED907F
RGB
CMYK
RGB Variations
Color information
#ED907F (or 0xED907F) is known color: Dark Salmon. HEX triplet: ED, 90 and 7F. RGB value is (237,144,127). Sum of RGB (Red+Green+Blue) = 237+144+127=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED907F is #126F80. Grayscale: #AAAAAA. Windows color (decimal): -1208193 or 8360173. OLE color: 8360173.
HSL color Cylindrical-coordinate representation of color #ED907F: hue angle of 9.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED907F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 127 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 9.27º | 0.75% | 0.71% | - |
| HSV(B) | 9.27º | 0.46% | 0.93% | - |
| XYZ | 48.73 | 39.48 | 25.13 | - |
| YUV | 169.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 127 | 0 | 0.39 | 0.46 | 0.07 | 9.27 | 0.75 | 0.71 |
| Hex | ED | 90 | 7F | 0 | 27 | 2E | 7 | 9 | 4B | 47 |
| Octal | 355 | 220 | 177 | 0 | 47 | 56 | 7 | 11 | 113 | 107 |
| Binary | 11101101 | 10010000 | 1111111 | 0 | 100111 | 101110 | 111 | 1001 | 1001011 | 1000111 |
Color Harmonies of #ED907F
Complementary color
Monochromatic Colors of #ED907F
Black with #ED907F
Text Example
Text Example
White with #ED907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED907F; }
p { color: rgb(237,144,127); }
H1.HeaderClassName
{
color: #ED907F;
}
.AnyTagClassName
{
color: #ED907F;
}
</style>
background-color css
<style>
a { background-color: #ED907F; }
a { background-color: rgb(237,144,127); }
div.DivClassName
{
background-color: #ED907F;
}
.BgClassName
{
background-color: #ED907F;
}
</style>
border-color css
<style>
span { border-color: #ED907F; }
span { border-color: rgb(237,144,127); }
td.TdClassName
{
border-color: #ED907F;
}
.TagClassName
{
border-color: #ED907F;
}
</style>