Shades of Dark Salmon #ED8F7F
Tints of Dark Salmon #ED8F7F
RGB
CMYK
RGB Variations
Color information
#ED8F7F (or 0xED8F7F) is known color: Dark Salmon. HEX triplet: ED, 8F and 7F. RGB value is (237,143,127). Sum of RGB (Red+Green+Blue) = 237+143+127=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F7F is #127080. Grayscale: #A9A9A9. Windows color (decimal): -1208449 or 8359917. OLE color: 8359917.
HSL color Cylindrical-coordinate representation of color #ED8F7F: hue angle of 8.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8F7F is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 127 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.07 |
| HSL | 8.73º | 0.75% | 0.71% | - |
| HSV(B) | 8.73º | 0.46% | 0.93% | - |
| XYZ | 48.58 | 39.18 | 25.08 | - |
| YUV | 169.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 127 | 0 | 0.40 | 0.46 | 0.07 | 8.73 | 0.75 | 0.71 |
| Hex | ED | 8F | 7F | 0 | 28 | 2E | 7 | 9 | 4B | 47 |
| Octal | 355 | 217 | 177 | 0 | 50 | 56 | 7 | 11 | 113 | 107 |
| Binary | 11101101 | 10001111 | 1111111 | 0 | 101000 | 101110 | 111 | 1001 | 1001011 | 1000111 |
Color Harmonies of #ED8F7F
Complementary color
Monochromatic Colors of #ED8F7F
Black with #ED8F7F
Text Example
Text Example
White with #ED8F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F7F; }
p { color: rgb(237,143,127); }
H1.HeaderClassName
{
color: #ED8F7F;
}
.AnyTagClassName
{
color: #ED8F7F;
}
</style>
background-color css
<style>
a { background-color: #ED8F7F; }
a { background-color: rgb(237,143,127); }
div.DivClassName
{
background-color: #ED8F7F;
}
.BgClassName
{
background-color: #ED8F7F;
}
</style>
border-color css
<style>
span { border-color: #ED8F7F; }
span { border-color: rgb(237,143,127); }
td.TdClassName
{
border-color: #ED8F7F;
}
.TagClassName
{
border-color: #ED8F7F;
}
</style>