Shades of Dark Salmon #ED947B
Tints of Dark Salmon #ED947B
RGB
CMYK
RGB Variations
Color information
#ED947B (or 0xED947B) is known color: Dark Salmon. HEX triplet: ED, 94 and 7B. RGB value is (237,148,123). Sum of RGB (Red+Green+Blue) = 237+148+123=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED947B is #126B84. Grayscale: #ABABAB. Windows color (decimal): -1207173 or 8099053. OLE color: 8099053.
HSL color Cylindrical-coordinate representation of color #ED947B: hue angle of 13.16º 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 #ED947B is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 123 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.07 |
| HSL | 13.16º | 0.76% | 0.71% | - |
| HSV(B) | 13.16º | 0.48% | 0.93% | - |
| XYZ | 49.09 | 40.61 | 23.99 | - |
| YUV | 171.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 123 | 0 | 0.38 | 0.48 | 0.07 | 13.16 | 0.76 | 0.71 |
| Hex | ED | 94 | 7B | 0 | 26 | 30 | 7 | D | 4C | 47 |
| Octal | 355 | 224 | 173 | 0 | 46 | 60 | 7 | 15 | 114 | 107 |
| Binary | 11101101 | 10010100 | 1111011 | 0 | 100110 | 110000 | 111 | 1101 | 1001100 | 1000111 |
Color Harmonies of #ED947B
Complementary color
Monochromatic Colors of #ED947B
Black with #ED947B
Text Example
Text Example
White with #ED947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED947B; }
p { color: rgb(237,148,123); }
H1.HeaderClassName
{
color: #ED947B;
}
.AnyTagClassName
{
color: #ED947B;
}
</style>
background-color css
<style>
a { background-color: #ED947B; }
a { background-color: rgb(237,148,123); }
div.DivClassName
{
background-color: #ED947B;
}
.BgClassName
{
background-color: #ED947B;
}
</style>
border-color css
<style>
span { border-color: #ED947B; }
span { border-color: rgb(237,148,123); }
td.TdClassName
{
border-color: #ED947B;
}
.TagClassName
{
border-color: #ED947B;
}
</style>