Shades of Dark Salmon #ED977B
Tints of Dark Salmon #ED977B
RGB
CMYK
RGB Variations
Color information
#ED977B (or 0xED977B) is known color: Dark Salmon. HEX triplet: ED, 97 and 7B. RGB value is (237,151,123). Sum of RGB (Red+Green+Blue) = 237+151+123=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED977B is #126884. Grayscale: #ADADAD. Windows color (decimal): -1206405 or 8099821. OLE color: 8099821.
HSL color Cylindrical-coordinate representation of color #ED977B: hue angle of 14.74º 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 #ED977B is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 123 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.07 |
| HSL | 14.74º | 0.76% | 0.71% | - |
| HSV(B) | 14.74º | 0.48% | 0.93% | - |
| XYZ | 49.57 | 41.57 | 24.15 | - |
| YUV | 173.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 123 | 0 | 0.36 | 0.48 | 0.07 | 14.74 | 0.76 | 0.71 |
| Hex | ED | 97 | 7B | 0 | 24 | 30 | 7 | F | 4C | 47 |
| Octal | 355 | 227 | 173 | 0 | 44 | 60 | 7 | 17 | 114 | 107 |
| Binary | 11101101 | 10010111 | 1111011 | 0 | 100100 | 110000 | 111 | 1111 | 1001100 | 1000111 |
Color Harmonies of #ED977B
Complementary color
Monochromatic Colors of #ED977B
Black with #ED977B
Text Example
Text Example
White with #ED977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED977B; }
p { color: rgb(237,151,123); }
H1.HeaderClassName
{
color: #ED977B;
}
.AnyTagClassName
{
color: #ED977B;
}
</style>
background-color css
<style>
a { background-color: #ED977B; }
a { background-color: rgb(237,151,123); }
div.DivClassName
{
background-color: #ED977B;
}
.BgClassName
{
background-color: #ED977B;
}
</style>
border-color css
<style>
span { border-color: #ED977B; }
span { border-color: rgb(237,151,123); }
td.TdClassName
{
border-color: #ED977B;
}
.TagClassName
{
border-color: #ED977B;
}
</style>