Shades of Dark Salmon #ED9E71
Tints of Dark Salmon #ED9E71
RGB
CMYK
RGB Variations
Color information
#ED9E71 (or 0xED9E71) is known color: Dark Salmon. HEX triplet: ED, 9E and 71. RGB value is (237,158,113). Sum of RGB (Red+Green+Blue) = 237+158+113=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9E71 is #12618E. Grayscale: #B0B0B0. Windows color (decimal): -1204623 or 7446253. OLE color: 7446253.
HSL color Cylindrical-coordinate representation of color #ED9E71: hue angle of 21.77º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED9E71 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 113 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.07 |
| HSL | 21.77º | 0.78% | 0.69% | - |
| HSV(B) | 21.77º | 0.52% | 0.93% | - |
| XYZ | 50.13 | 43.65 | 21.41 | - |
| YUV | 176.49 | 92.17 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 113 | 0 | 0.33 | 0.52 | 0.07 | 21.77 | 0.78 | 0.69 |
| Hex | ED | 9E | 71 | 0 | 21 | 34 | 7 | 16 | 4E | 45 |
| Octal | 355 | 236 | 161 | 0 | 41 | 64 | 7 | 26 | 116 | 105 |
| Binary | 11101101 | 10011110 | 1110001 | 0 | 100001 | 110100 | 111 | 10110 | 1001110 | 1000101 |
Color Harmonies of #ED9E71
Complementary color
Monochromatic Colors of #ED9E71
Black with #ED9E71
Text Example
Text Example
White with #ED9E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E71; }
p { color: rgb(237,158,113); }
H1.HeaderClassName
{
color: #ED9E71;
}
.AnyTagClassName
{
color: #ED9E71;
}
</style>
background-color css
<style>
a { background-color: #ED9E71; }
a { background-color: rgb(237,158,113); }
div.DivClassName
{
background-color: #ED9E71;
}
.BgClassName
{
background-color: #ED9E71;
}
</style>
border-color css
<style>
span { border-color: #ED9E71; }
span { border-color: rgb(237,158,113); }
td.TdClassName
{
border-color: #ED9E71;
}
.TagClassName
{
border-color: #ED9E71;
}
</style>