Shades of Dark Salmon #ED9277
Tints of Dark Salmon #ED9277
RGB
CMYK
RGB Variations
Color information
#ED9277 (or 0xED9277) is known color: Dark Salmon. HEX triplet: ED, 92 and 77. RGB value is (237,146,119). Sum of RGB (Red+Green+Blue) = 237+146+119=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9277 is #126D88. Grayscale: #AAAAAA. Windows color (decimal): -1207689 or 7836397. OLE color: 7836397.
HSL color Cylindrical-coordinate representation of color #ED9277: hue angle of 13.73º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED9277 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 119 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.07 |
| HSL | 13.73º | 0.77% | 0.7% | - |
| HSV(B) | 13.73º | 0.5% | 0.93% | - |
| XYZ | 48.53 | 39.89 | 22.6 | - |
| YUV | 170.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 119 | 0 | 0.38 | 0.50 | 0.07 | 13.73 | 0.77 | 0.7 |
| Hex | ED | 92 | 77 | 0 | 26 | 32 | 7 | E | 4D | 46 |
| Octal | 355 | 222 | 167 | 0 | 46 | 62 | 7 | 16 | 115 | 106 |
| Binary | 11101101 | 10010010 | 1110111 | 0 | 100110 | 110010 | 111 | 1110 | 1001101 | 1000110 |
Color Harmonies of #ED9277
Complementary color
Monochromatic Colors of #ED9277
Black with #ED9277
Text Example
Text Example
White with #ED9277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9277; }
p { color: rgb(237,146,119); }
H1.HeaderClassName
{
color: #ED9277;
}
.AnyTagClassName
{
color: #ED9277;
}
</style>
background-color css
<style>
a { background-color: #ED9277; }
a { background-color: rgb(237,146,119); }
div.DivClassName
{
background-color: #ED9277;
}
.BgClassName
{
background-color: #ED9277;
}
</style>
border-color css
<style>
span { border-color: #ED9277; }
span { border-color: rgb(237,146,119); }
td.TdClassName
{
border-color: #ED9277;
}
.TagClassName
{
border-color: #ED9277;
}
</style>