Shades of Dark Salmon #ED8C74
Tints of Dark Salmon #ED8C74
RGB
CMYK
RGB Variations
Color information
#ED8C74 (or 0xED8C74) is known color: Dark Salmon. HEX triplet: ED, 8C and 74. RGB value is (237,140,116). Sum of RGB (Red+Green+Blue) = 237+140+116=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8C74 is #12738B. Grayscale: #A6A6A6. Windows color (decimal): -1209228 or 7638253. OLE color: 7638253.
HSL color Cylindrical-coordinate representation of color #ED8C74: hue angle of 11.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8C74 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 116 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.07 |
| HSL | 11.9º | 0.77% | 0.69% | - |
| HSV(B) | 11.9º | 0.51% | 0.93% | - |
| XYZ | 47.46 | 38.02 | 21.36 | - |
| YUV | 166.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 116 | 0 | 0.41 | 0.51 | 0.07 | 11.9 | 0.77 | 0.69 |
| Hex | ED | 8C | 74 | 0 | 29 | 33 | 7 | C | 4D | 45 |
| Octal | 355 | 214 | 164 | 0 | 51 | 63 | 7 | 14 | 115 | 105 |
| Binary | 11101101 | 10001100 | 1110100 | 0 | 101001 | 110011 | 111 | 1100 | 1001101 | 1000101 |
Color Harmonies of #ED8C74
Complementary color
Monochromatic Colors of #ED8C74
Black with #ED8C74
Text Example
Text Example
White with #ED8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C74; }
p { color: rgb(237,140,116); }
H1.HeaderClassName
{
color: #ED8C74;
}
.AnyTagClassName
{
color: #ED8C74;
}
</style>
background-color css
<style>
a { background-color: #ED8C74; }
a { background-color: rgb(237,140,116); }
div.DivClassName
{
background-color: #ED8C74;
}
.BgClassName
{
background-color: #ED8C74;
}
</style>
border-color css
<style>
span { border-color: #ED8C74; }
span { border-color: rgb(237,140,116); }
td.TdClassName
{
border-color: #ED8C74;
}
.TagClassName
{
border-color: #ED8C74;
}
</style>