Shades of Dark Salmon #ED9172
Tints of Dark Salmon #ED9172
RGB
CMYK
RGB Variations
Color information
#ED9172 (or 0xED9172) is known color: Dark Salmon. HEX triplet: ED, 91 and 72. RGB value is (237,145,114). Sum of RGB (Red+Green+Blue) = 237+145+114=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9172 is #126E8D. Grayscale: #A9A9A9. Windows color (decimal): -1207950 or 7508461. OLE color: 7508461.
HSL color Cylindrical-coordinate representation of color #ED9172: hue angle of 15.12º 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 #ED9172 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 114 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.07 |
| HSL | 15.12º | 0.77% | 0.69% | - |
| HSV(B) | 15.12º | 0.52% | 0.93% | - |
| XYZ | 48.09 | 39.47 | 21 | - |
| YUV | 168.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 114 | 0 | 0.39 | 0.52 | 0.07 | 15.12 | 0.77 | 0.69 |
| Hex | ED | 91 | 72 | 0 | 27 | 34 | 7 | F | 4D | 45 |
| Octal | 355 | 221 | 162 | 0 | 47 | 64 | 7 | 17 | 115 | 105 |
| Binary | 11101101 | 10010001 | 1110010 | 0 | 100111 | 110100 | 111 | 1111 | 1001101 | 1000101 |
Color Harmonies of #ED9172
Complementary color
Monochromatic Colors of #ED9172
Black with #ED9172
Text Example
Text Example
White with #ED9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9172; }
p { color: rgb(237,145,114); }
H1.HeaderClassName
{
color: #ED9172;
}
.AnyTagClassName
{
color: #ED9172;
}
</style>
background-color css
<style>
a { background-color: #ED9172; }
a { background-color: rgb(237,145,114); }
div.DivClassName
{
background-color: #ED9172;
}
.BgClassName
{
background-color: #ED9172;
}
</style>
border-color css
<style>
span { border-color: #ED9172; }
span { border-color: rgb(237,145,114); }
td.TdClassName
{
border-color: #ED9172;
}
.TagClassName
{
border-color: #ED9172;
}
</style>