Shades of Dark Salmon #ED937B
Tints of Dark Salmon #ED937B
RGB
CMYK
RGB Variations
Color information
#ED937B (or 0xED937B) is known color: Dark Salmon. HEX triplet: ED, 93 and 7B. RGB value is (237,147,123). Sum of RGB (Red+Green+Blue) = 237+147+123=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED937B is #126C84. Grayscale: #ABABAB. Windows color (decimal): -1207429 or 8098797. OLE color: 8098797.
HSL color Cylindrical-coordinate representation of color #ED937B: hue angle of 12.63º 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 #ED937B is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 123 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.07 |
| HSL | 12.63º | 0.76% | 0.71% | - |
| HSV(B) | 12.63º | 0.48% | 0.93% | - |
| XYZ | 48.93 | 40.3 | 23.94 | - |
| YUV | 171.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 123 | 0 | 0.38 | 0.48 | 0.07 | 12.63 | 0.76 | 0.71 |
| Hex | ED | 93 | 7B | 0 | 26 | 30 | 7 | D | 4C | 47 |
| Octal | 355 | 223 | 173 | 0 | 46 | 60 | 7 | 15 | 114 | 107 |
| Binary | 11101101 | 10010011 | 1111011 | 0 | 100110 | 110000 | 111 | 1101 | 1001100 | 1000111 |
Color Harmonies of #ED937B
Complementary color
Monochromatic Colors of #ED937B
Black with #ED937B
Text Example
Text Example
White with #ED937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED937B; }
p { color: rgb(237,147,123); }
H1.HeaderClassName
{
color: #ED937B;
}
.AnyTagClassName
{
color: #ED937B;
}
</style>
background-color css
<style>
a { background-color: #ED937B; }
a { background-color: rgb(237,147,123); }
div.DivClassName
{
background-color: #ED937B;
}
.BgClassName
{
background-color: #ED937B;
}
</style>
border-color css
<style>
span { border-color: #ED937B; }
span { border-color: rgb(237,147,123); }
td.TdClassName
{
border-color: #ED937B;
}
.TagClassName
{
border-color: #ED937B;
}
</style>