Shades of Dark Salmon #ED9671
Tints of Dark Salmon #ED9671
RGB
CMYK
RGB Variations
Color information
#ED9671 (or 0xED9671) is known color: Dark Salmon. HEX triplet: ED, 96 and 71. RGB value is (237,150,113). Sum of RGB (Red+Green+Blue) = 237+150+113=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9671 is #12698E. Grayscale: #ACACAC. Windows color (decimal): -1206671 or 7444205. OLE color: 7444205.
HSL color Cylindrical-coordinate representation of color #ED9671: hue angle of 17.9º 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 #ED9671 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 113 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.07 |
| HSL | 17.9º | 0.78% | 0.69% | - |
| HSV(B) | 17.9º | 0.52% | 0.93% | - |
| XYZ | 48.81 | 41.01 | 20.97 | - |
| YUV | 171.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 113 | 0 | 0.37 | 0.52 | 0.07 | 17.9 | 0.78 | 0.69 |
| Hex | ED | 96 | 71 | 0 | 25 | 34 | 7 | 12 | 4E | 45 |
| Octal | 355 | 226 | 161 | 0 | 45 | 64 | 7 | 22 | 116 | 105 |
| Binary | 11101101 | 10010110 | 1110001 | 0 | 100101 | 110100 | 111 | 10010 | 1001110 | 1000101 |
Color Harmonies of #ED9671
Complementary color
Monochromatic Colors of #ED9671
Black with #ED9671
Text Example
Text Example
White with #ED9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9671; }
p { color: rgb(237,150,113); }
H1.HeaderClassName
{
color: #ED9671;
}
.AnyTagClassName
{
color: #ED9671;
}
</style>
background-color css
<style>
a { background-color: #ED9671; }
a { background-color: rgb(237,150,113); }
div.DivClassName
{
background-color: #ED9671;
}
.BgClassName
{
background-color: #ED9671;
}
</style>
border-color css
<style>
span { border-color: #ED9671; }
span { border-color: rgb(237,150,113); }
td.TdClassName
{
border-color: #ED9671;
}
.TagClassName
{
border-color: #ED9671;
}
</style>