Shades of Dark Salmon #ED8C7C
Tints of Dark Salmon #ED8C7C
RGB
CMYK
RGB Variations
Color information
#ED8C7C (or 0xED8C7C) is known color: Dark Salmon. HEX triplet: ED, 8C and 7C. RGB value is (237,140,124). Sum of RGB (Red+Green+Blue) = 237+140+124=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8C7C is #127383. Grayscale: #A7A7A7. Windows color (decimal): -1209220 or 8162541. OLE color: 8162541.
HSL color Cylindrical-coordinate representation of color #ED8C7C: hue angle of 8.5º 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 #ED8C7C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 124 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.07 |
| HSL | 8.5º | 0.76% | 0.71% | - |
| HSV(B) | 8.5º | 0.48% | 0.93% | - |
| XYZ | 47.94 | 38.22 | 23.92 | - |
| YUV | 167.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 124 | 0 | 0.41 | 0.48 | 0.07 | 8.5 | 0.76 | 0.71 |
| Hex | ED | 8C | 7C | 0 | 29 | 30 | 7 | 8 | 4C | 47 |
| Octal | 355 | 214 | 174 | 0 | 51 | 60 | 7 | 10 | 114 | 107 |
| Binary | 11101101 | 10001100 | 1111100 | 0 | 101001 | 110000 | 111 | 1000 | 1001100 | 1000111 |
Color Harmonies of #ED8C7C
Complementary color
Monochromatic Colors of #ED8C7C
Black with #ED8C7C
Text Example
Text Example
White with #ED8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C7C; }
p { color: rgb(237,140,124); }
H1.HeaderClassName
{
color: #ED8C7C;
}
.AnyTagClassName
{
color: #ED8C7C;
}
</style>
background-color css
<style>
a { background-color: #ED8C7C; }
a { background-color: rgb(237,140,124); }
div.DivClassName
{
background-color: #ED8C7C;
}
.BgClassName
{
background-color: #ED8C7C;
}
</style>
border-color css
<style>
span { border-color: #ED8C7C; }
span { border-color: rgb(237,140,124); }
td.TdClassName
{
border-color: #ED8C7C;
}
.TagClassName
{
border-color: #ED8C7C;
}
</style>