Shades of Dark Salmon #ED957B
Tints of Dark Salmon #ED957B
RGB
CMYK
RGB Variations
Color information
#ED957B (or 0xED957B) is known color: Dark Salmon. HEX triplet: ED, 95 and 7B. RGB value is (237,149,123). Sum of RGB (Red+Green+Blue) = 237+149+123=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED957B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED957B is #126A84. Grayscale: #ACACAC. Windows color (decimal): -1206917 or 8099309. OLE color: 8099309.
HSL color Cylindrical-coordinate representation of color #ED957B: hue angle of 13.68º 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 #ED957B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 123 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.07 |
| HSL | 13.68º | 0.76% | 0.71% | - |
| HSV(B) | 13.68º | 0.48% | 0.93% | - |
| XYZ | 49.25 | 40.93 | 24.04 | - |
| YUV | 172.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 123 | 0 | 0.37 | 0.48 | 0.07 | 13.68 | 0.76 | 0.71 |
| Hex | ED | 95 | 7B | 0 | 25 | 30 | 7 | E | 4C | 47 |
| Octal | 355 | 225 | 173 | 0 | 45 | 60 | 7 | 16 | 114 | 107 |
| Binary | 11101101 | 10010101 | 1111011 | 0 | 100101 | 110000 | 111 | 1110 | 1001100 | 1000111 |
Color Harmonies of #ED957B
Complementary color
Monochromatic Colors of #ED957B
Black with #ED957B
Text Example
Text Example
White with #ED957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED957B; }
p { color: rgb(237,149,123); }
H1.HeaderClassName
{
color: #ED957B;
}
.AnyTagClassName
{
color: #ED957B;
}
</style>
background-color css
<style>
a { background-color: #ED957B; }
a { background-color: rgb(237,149,123); }
div.DivClassName
{
background-color: #ED957B;
}
.BgClassName
{
background-color: #ED957B;
}
</style>
border-color css
<style>
span { border-color: #ED957B; }
span { border-color: rgb(237,149,123); }
td.TdClassName
{
border-color: #ED957B;
}
.TagClassName
{
border-color: #ED957B;
}
</style>