Shades of Dark Salmon #ED9D72
Tints of Dark Salmon #ED9D72
RGB
CMYK
RGB Variations
Color information
#ED9D72 (or 0xED9D72) is known color: Dark Salmon. HEX triplet: ED, 9D and 72. RGB value is (237,157,114). Sum of RGB (Red+Green+Blue) = 237+157+114=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9D72 is #12628D. Grayscale: #B0B0B0. Windows color (decimal): -1204878 or 7511533. OLE color: 7511533.
HSL color Cylindrical-coordinate representation of color #ED9D72: hue angle of 20.98º 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 #ED9D72 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 114 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.07 |
| HSL | 20.98º | 0.77% | 0.69% | - |
| HSV(B) | 20.98º | 0.52% | 0.93% | - |
| XYZ | 50.02 | 43.33 | 21.65 | - |
| YUV | 176.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 114 | 0 | 0.34 | 0.52 | 0.07 | 20.98 | 0.77 | 0.69 |
| Hex | ED | 9D | 72 | 0 | 22 | 34 | 7 | 15 | 4D | 45 |
| Octal | 355 | 235 | 162 | 0 | 42 | 64 | 7 | 25 | 115 | 105 |
| Binary | 11101101 | 10011101 | 1110010 | 0 | 100010 | 110100 | 111 | 10101 | 1001101 | 1000101 |
Color Harmonies of #ED9D72
Complementary color
Monochromatic Colors of #ED9D72
Black with #ED9D72
Text Example
Text Example
White with #ED9D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9D72; }
p { color: rgb(237,157,114); }
H1.HeaderClassName
{
color: #ED9D72;
}
.AnyTagClassName
{
color: #ED9D72;
}
</style>
background-color css
<style>
a { background-color: #ED9D72; }
a { background-color: rgb(237,157,114); }
div.DivClassName
{
background-color: #ED9D72;
}
.BgClassName
{
background-color: #ED9D72;
}
</style>
border-color css
<style>
span { border-color: #ED9D72; }
span { border-color: rgb(237,157,114); }
td.TdClassName
{
border-color: #ED9D72;
}
.TagClassName
{
border-color: #ED9D72;
}
</style>