Shades of Dark Salmon #ED9F7A
Tints of Dark Salmon #ED9F7A
RGB
CMYK
RGB Variations
Color information
#ED9F7A (or 0xED9F7A) is known color: Dark Salmon. HEX triplet: ED, 9F and 7A. RGB value is (237,159,122). Sum of RGB (Red+Green+Blue) = 237+159+122=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9F7A is #126085. Grayscale: #B2B2B2. Windows color (decimal): -1204358 or 8036333. OLE color: 8036333.
HSL color Cylindrical-coordinate representation of color #ED9F7A: hue angle of 19.3º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED9F7A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 122 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.07 |
| HSL | 19.3º | 0.76% | 0.7% | - |
| HSV(B) | 19.3º | 0.49% | 0.93% | - |
| XYZ | 50.84 | 44.21 | 24.27 | - |
| YUV | 178.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 122 | 0 | 0.33 | 0.49 | 0.07 | 19.3 | 0.76 | 0.7 |
| Hex | ED | 9F | 7A | 0 | 21 | 31 | 7 | 13 | 4C | 46 |
| Octal | 355 | 237 | 172 | 0 | 41 | 61 | 7 | 23 | 114 | 106 |
| Binary | 11101101 | 10011111 | 1111010 | 0 | 100001 | 110001 | 111 | 10011 | 1001100 | 1000110 |
Color Harmonies of #ED9F7A
Complementary color
Monochromatic Colors of #ED9F7A
Black with #ED9F7A
Text Example
Text Example
White with #ED9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9F7A; }
p { color: rgb(237,159,122); }
H1.HeaderClassName
{
color: #ED9F7A;
}
.AnyTagClassName
{
color: #ED9F7A;
}
</style>
background-color css
<style>
a { background-color: #ED9F7A; }
a { background-color: rgb(237,159,122); }
div.DivClassName
{
background-color: #ED9F7A;
}
.BgClassName
{
background-color: #ED9F7A;
}
</style>
border-color css
<style>
span { border-color: #ED9F7A; }
span { border-color: rgb(237,159,122); }
td.TdClassName
{
border-color: #ED9F7A;
}
.TagClassName
{
border-color: #ED9F7A;
}
</style>