Shades of Dark Salmon #ED9375
Tints of Dark Salmon #ED9375
RGB
CMYK
RGB Variations
Color information
#ED9375 (or 0xED9375) is known color: Dark Salmon. HEX triplet: ED, 93 and 75. RGB value is (237,147,117). Sum of RGB (Red+Green+Blue) = 237+147+117=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9375 is #126C8A. Grayscale: #AAAAAA. Windows color (decimal): -1207435 or 7705581. OLE color: 7705581.
HSL color Cylindrical-coordinate representation of color #ED9375: hue angle of 15º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED9375 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 117 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.07 |
| HSL | 15º | 0.77% | 0.69% | - |
| HSV(B) | 15º | 0.51% | 0.93% | - |
| XYZ | 48.57 | 40.16 | 22.02 | - |
| YUV | 170.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 117 | 0 | 0.38 | 0.51 | 0.07 | 15 | 0.77 | 0.69 |
| Hex | ED | 93 | 75 | 0 | 26 | 33 | 7 | F | 4D | 45 |
| Octal | 355 | 223 | 165 | 0 | 46 | 63 | 7 | 17 | 115 | 105 |
| Binary | 11101101 | 10010011 | 1110101 | 0 | 100110 | 110011 | 111 | 1111 | 1001101 | 1000101 |
Color Harmonies of #ED9375
Complementary color
Monochromatic Colors of #ED9375
Black with #ED9375
Text Example
Text Example
White with #ED9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9375; }
p { color: rgb(237,147,117); }
H1.HeaderClassName
{
color: #ED9375;
}
.AnyTagClassName
{
color: #ED9375;
}
</style>
background-color css
<style>
a { background-color: #ED9375; }
a { background-color: rgb(237,147,117); }
div.DivClassName
{
background-color: #ED9375;
}
.BgClassName
{
background-color: #ED9375;
}
</style>
border-color css
<style>
span { border-color: #ED9375; }
span { border-color: rgb(237,147,117); }
td.TdClassName
{
border-color: #ED9375;
}
.TagClassName
{
border-color: #ED9375;
}
</style>