Shades of Dark Salmon #ED8F7B
Tints of Dark Salmon #ED8F7B
RGB
CMYK
RGB Variations
Color information
#ED8F7B (or 0xED8F7B) is known color: Dark Salmon. HEX triplet: ED, 8F and 7B. RGB value is (237,143,123). Sum of RGB (Red+Green+Blue) = 237+143+123=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F7B is #127084. Grayscale: #A8A8A8. Windows color (decimal): -1208453 or 8097773. OLE color: 8097773.
HSL color Cylindrical-coordinate representation of color #ED8F7B: hue angle of 10.53º 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 #ED8F7B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 123 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.07 |
| HSL | 10.53º | 0.76% | 0.71% | - |
| HSV(B) | 10.53º | 0.48% | 0.93% | - |
| XYZ | 48.32 | 39.08 | 23.74 | - |
| YUV | 168.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 123 | 0 | 0.40 | 0.48 | 0.07 | 10.53 | 0.76 | 0.71 |
| Hex | ED | 8F | 7B | 0 | 28 | 30 | 7 | B | 4C | 47 |
| Octal | 355 | 217 | 173 | 0 | 50 | 60 | 7 | 13 | 114 | 107 |
| Binary | 11101101 | 10001111 | 1111011 | 0 | 101000 | 110000 | 111 | 1011 | 1001100 | 1000111 |
Color Harmonies of #ED8F7B
Complementary color
Monochromatic Colors of #ED8F7B
Black with #ED8F7B
Text Example
Text Example
White with #ED8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F7B; }
p { color: rgb(237,143,123); }
H1.HeaderClassName
{
color: #ED8F7B;
}
.AnyTagClassName
{
color: #ED8F7B;
}
</style>
background-color css
<style>
a { background-color: #ED8F7B; }
a { background-color: rgb(237,143,123); }
div.DivClassName
{
background-color: #ED8F7B;
}
.BgClassName
{
background-color: #ED8F7B;
}
</style>
border-color css
<style>
span { border-color: #ED8F7B; }
span { border-color: rgb(237,143,123); }
td.TdClassName
{
border-color: #ED8F7B;
}
.TagClassName
{
border-color: #ED8F7B;
}
</style>