Shades of Dark Salmon #ED917B
Tints of Dark Salmon #ED917B
RGB
CMYK
RGB Variations
Color information
#ED917B (or 0xED917B) is known color: Dark Salmon. HEX triplet: ED, 91 and 7B. RGB value is (237,145,123). Sum of RGB (Red+Green+Blue) = 237+145+123=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED917B is #126E84. Grayscale: #AAAAAA. Windows color (decimal): -1207941 or 8098285. OLE color: 8098285.
HSL color Cylindrical-coordinate representation of color #ED917B: hue angle of 11.58º 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 #ED917B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 123 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.07 |
| HSL | 11.58º | 0.76% | 0.71% | - |
| HSV(B) | 11.58º | 0.48% | 0.93% | - |
| XYZ | 48.63 | 39.69 | 23.84 | - |
| YUV | 170 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 123 | 0 | 0.39 | 0.48 | 0.07 | 11.58 | 0.76 | 0.71 |
| Hex | ED | 91 | 7B | 0 | 27 | 30 | 7 | C | 4C | 47 |
| Octal | 355 | 221 | 173 | 0 | 47 | 60 | 7 | 14 | 114 | 107 |
| Binary | 11101101 | 10010001 | 1111011 | 0 | 100111 | 110000 | 111 | 1100 | 1001100 | 1000111 |
Color Harmonies of #ED917B
Complementary color
Monochromatic Colors of #ED917B
Black with #ED917B
Text Example
Text Example
White with #ED917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED917B; }
p { color: rgb(237,145,123); }
H1.HeaderClassName
{
color: #ED917B;
}
.AnyTagClassName
{
color: #ED917B;
}
</style>
background-color css
<style>
a { background-color: #ED917B; }
a { background-color: rgb(237,145,123); }
div.DivClassName
{
background-color: #ED917B;
}
.BgClassName
{
background-color: #ED917B;
}
</style>
border-color css
<style>
span { border-color: #ED917B; }
span { border-color: rgb(237,145,123); }
td.TdClassName
{
border-color: #ED917B;
}
.TagClassName
{
border-color: #ED917B;
}
</style>