Shades of Dark Salmon #ED9C74
Tints of Dark Salmon #ED9C74
RGB
CMYK
RGB Variations
Color information
#ED9C74 (or 0xED9C74) is known color: Dark Salmon. HEX triplet: ED, 9C and 74. RGB value is (237,156,116). Sum of RGB (Red+Green+Blue) = 237+156+116=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9C74 is #12638B. Grayscale: #AFAFAF. Windows color (decimal): -1205132 or 7642349. OLE color: 7642349.
HSL color Cylindrical-coordinate representation of color #ED9C74: hue angle of 19.83º 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 #ED9C74 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 116 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.07 |
| HSL | 19.83º | 0.77% | 0.69% | - |
| HSV(B) | 19.83º | 0.51% | 0.93% | - |
| XYZ | 49.97 | 43.04 | 22.2 | - |
| YUV | 175.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 116 | 0 | 0.34 | 0.51 | 0.07 | 19.83 | 0.77 | 0.69 |
| Hex | ED | 9C | 74 | 0 | 22 | 33 | 7 | 14 | 4D | 45 |
| Octal | 355 | 234 | 164 | 0 | 42 | 63 | 7 | 24 | 115 | 105 |
| Binary | 11101101 | 10011100 | 1110100 | 0 | 100010 | 110011 | 111 | 10100 | 1001101 | 1000101 |
Color Harmonies of #ED9C74
Complementary color
Monochromatic Colors of #ED9C74
Black with #ED9C74
Text Example
Text Example
White with #ED9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C74; }
p { color: rgb(237,156,116); }
H1.HeaderClassName
{
color: #ED9C74;
}
.AnyTagClassName
{
color: #ED9C74;
}
</style>
background-color css
<style>
a { background-color: #ED9C74; }
a { background-color: rgb(237,156,116); }
div.DivClassName
{
background-color: #ED9C74;
}
.BgClassName
{
background-color: #ED9C74;
}
</style>
border-color css
<style>
span { border-color: #ED9C74; }
span { border-color: rgb(237,156,116); }
td.TdClassName
{
border-color: #ED9C74;
}
.TagClassName
{
border-color: #ED9C74;
}
</style>