Shades of Dark Salmon #ED9672
Tints of Dark Salmon #ED9672
RGB
CMYK
RGB Variations
Color information
#ED9672 (or 0xED9672) is known color: Dark Salmon. HEX triplet: ED, 96 and 72. RGB value is (237,150,114). Sum of RGB (Red+Green+Blue) = 237+150+114=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9672 is #12698D. Grayscale: #ACACAC. Windows color (decimal): -1206670 or 7509741. OLE color: 7509741.
HSL color Cylindrical-coordinate representation of color #ED9672: hue angle of 17.56º 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 #ED9672 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 114 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.07 |
| HSL | 17.56º | 0.77% | 0.69% | - |
| HSV(B) | 17.56º | 0.52% | 0.93% | - |
| XYZ | 48.87 | 41.03 | 21.26 | - |
| YUV | 171.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 114 | 0 | 0.37 | 0.52 | 0.07 | 17.56 | 0.77 | 0.69 |
| Hex | ED | 96 | 72 | 0 | 25 | 34 | 7 | 12 | 4D | 45 |
| Octal | 355 | 226 | 162 | 0 | 45 | 64 | 7 | 22 | 115 | 105 |
| Binary | 11101101 | 10010110 | 1110010 | 0 | 100101 | 110100 | 111 | 10010 | 1001101 | 1000101 |
Color Harmonies of #ED9672
Complementary color
Monochromatic Colors of #ED9672
Black with #ED9672
Text Example
Text Example
White with #ED9672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9672; }
p { color: rgb(237,150,114); }
H1.HeaderClassName
{
color: #ED9672;
}
.AnyTagClassName
{
color: #ED9672;
}
</style>
background-color css
<style>
a { background-color: #ED9672; }
a { background-color: rgb(237,150,114); }
div.DivClassName
{
background-color: #ED9672;
}
.BgClassName
{
background-color: #ED9672;
}
</style>
border-color css
<style>
span { border-color: #ED9672; }
span { border-color: rgb(237,150,114); }
td.TdClassName
{
border-color: #ED9672;
}
.TagClassName
{
border-color: #ED9672;
}
</style>