Shades of Dark Salmon #ED907B
Tints of Dark Salmon #ED907B
RGB
CMYK
RGB Variations
Color information
#ED907B (or 0xED907B) is known color: Dark Salmon. HEX triplet: ED, 90 and 7B. RGB value is (237,144,123). Sum of RGB (Red+Green+Blue) = 237+144+123=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED907B is #126F84. Grayscale: #A9A9A9. Windows color (decimal): -1208197 or 8098029. OLE color: 8098029.
HSL color Cylindrical-coordinate representation of color #ED907B: hue angle of 11.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED907B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 123 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.07 |
| HSL | 11.05º | 0.76% | 0.71% | - |
| HSV(B) | 11.05º | 0.48% | 0.93% | - |
| XYZ | 48.47 | 39.38 | 23.79 | - |
| YUV | 169.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 123 | 0 | 0.39 | 0.48 | 0.07 | 11.05 | 0.76 | 0.71 |
| Hex | ED | 90 | 7B | 0 | 27 | 30 | 7 | B | 4C | 47 |
| Octal | 355 | 220 | 173 | 0 | 47 | 60 | 7 | 13 | 114 | 107 |
| Binary | 11101101 | 10010000 | 1111011 | 0 | 100111 | 110000 | 111 | 1011 | 1001100 | 1000111 |
Color Harmonies of #ED907B
Complementary color
Monochromatic Colors of #ED907B
Black with #ED907B
Text Example
Text Example
White with #ED907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED907B; }
p { color: rgb(237,144,123); }
H1.HeaderClassName
{
color: #ED907B;
}
.AnyTagClassName
{
color: #ED907B;
}
</style>
background-color css
<style>
a { background-color: #ED907B; }
a { background-color: rgb(237,144,123); }
div.DivClassName
{
background-color: #ED907B;
}
.BgClassName
{
background-color: #ED907B;
}
</style>
border-color css
<style>
span { border-color: #ED907B; }
span { border-color: rgb(237,144,123); }
td.TdClassName
{
border-color: #ED907B;
}
.TagClassName
{
border-color: #ED907B;
}
</style>