Shades of Dark Salmon #ED8F72
Tints of Dark Salmon #ED8F72
RGB
CMYK
RGB Variations
Color information
#ED8F72 (or 0xED8F72) is known color: Dark Salmon. HEX triplet: ED, 8F and 72. RGB value is (237,143,114). Sum of RGB (Red+Green+Blue) = 237+143+114=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F72 is #12708D. Grayscale: #A8A8A8. Windows color (decimal): -1208462 or 7507949. OLE color: 7507949.
HSL color Cylindrical-coordinate representation of color #ED8F72: hue angle of 14.15º 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 #ED8F72 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 114 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.07 |
| HSL | 14.15º | 0.77% | 0.69% | - |
| HSV(B) | 14.15º | 0.52% | 0.93% | - |
| XYZ | 47.78 | 38.86 | 20.9 | - |
| YUV | 167.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 114 | 0 | 0.40 | 0.52 | 0.07 | 14.15 | 0.77 | 0.69 |
| Hex | ED | 8F | 72 | 0 | 28 | 34 | 7 | E | 4D | 45 |
| Octal | 355 | 217 | 162 | 0 | 50 | 64 | 7 | 16 | 115 | 105 |
| Binary | 11101101 | 10001111 | 1110010 | 0 | 101000 | 110100 | 111 | 1110 | 1001101 | 1000101 |
Color Harmonies of #ED8F72
Complementary color
Monochromatic Colors of #ED8F72
Black with #ED8F72
Text Example
Text Example
White with #ED8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F72; }
p { color: rgb(237,143,114); }
H1.HeaderClassName
{
color: #ED8F72;
}
.AnyTagClassName
{
color: #ED8F72;
}
</style>
background-color css
<style>
a { background-color: #ED8F72; }
a { background-color: rgb(237,143,114); }
div.DivClassName
{
background-color: #ED8F72;
}
.BgClassName
{
background-color: #ED8F72;
}
</style>
border-color css
<style>
span { border-color: #ED8F72; }
span { border-color: rgb(237,143,114); }
td.TdClassName
{
border-color: #ED8F72;
}
.TagClassName
{
border-color: #ED8F72;
}
</style>