Shades of Dark Salmon #ED8C7E
Tints of Dark Salmon #ED8C7E
RGB
CMYK
RGB Variations
Color information
#ED8C7E (or 0xED8C7E) is known color: Dark Salmon. HEX triplet: ED, 8C and 7E. RGB value is (237,140,126). Sum of RGB (Red+Green+Blue) = 237+140+126=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8C7E is #127381. Grayscale: #A7A7A7. Windows color (decimal): -1209218 or 8293613. OLE color: 8293613.
HSL color Cylindrical-coordinate representation of color #ED8C7E: hue angle of 7.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED8C7E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 126 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.07 |
| HSL | 7.57º | 0.76% | 0.71% | - |
| HSV(B) | 7.57º | 0.47% | 0.93% | - |
| XYZ | 48.07 | 38.27 | 24.59 | - |
| YUV | 167.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 126 | 0 | 0.41 | 0.47 | 0.07 | 7.57 | 0.76 | 0.71 |
| Hex | ED | 8C | 7E | 0 | 29 | 2F | 7 | 8 | 4C | 47 |
| Octal | 355 | 214 | 176 | 0 | 51 | 57 | 7 | 10 | 114 | 107 |
| Binary | 11101101 | 10001100 | 1111110 | 0 | 101001 | 101111 | 111 | 1000 | 1001100 | 1000111 |
Color Harmonies of #ED8C7E
Complementary color
Monochromatic Colors of #ED8C7E
Black with #ED8C7E
Text Example
Text Example
White with #ED8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C7E; }
p { color: rgb(237,140,126); }
H1.HeaderClassName
{
color: #ED8C7E;
}
.AnyTagClassName
{
color: #ED8C7E;
}
</style>
background-color css
<style>
a { background-color: #ED8C7E; }
a { background-color: rgb(237,140,126); }
div.DivClassName
{
background-color: #ED8C7E;
}
.BgClassName
{
background-color: #ED8C7E;
}
</style>
border-color css
<style>
span { border-color: #ED8C7E; }
span { border-color: rgb(237,140,126); }
td.TdClassName
{
border-color: #ED8C7E;
}
.TagClassName
{
border-color: #ED8C7E;
}
</style>