Shades of Dark Salmon #ED8972
Tints of Dark Salmon #ED8972
RGB
CMYK
RGB Variations
Color information
#ED8972 (or 0xED8972) is known color: Dark Salmon. HEX triplet: ED, 89 and 72. RGB value is (237,137,114). Sum of RGB (Red+Green+Blue) = 237+137+114=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8972 is #12768D. Grayscale: #A4A4A4. Windows color (decimal): -1209998 or 7506413. OLE color: 7506413.
HSL color Cylindrical-coordinate representation of color #ED8972: hue angle of 11.22º 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 #ED8972 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 114 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.07 |
| HSL | 11.22º | 0.77% | 0.69% | - |
| HSV(B) | 11.22º | 0.52% | 0.93% | - |
| XYZ | 46.91 | 37.11 | 20.61 | - |
| YUV | 164.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 114 | 0 | 0.42 | 0.52 | 0.07 | 11.22 | 0.77 | 0.69 |
| Hex | ED | 89 | 72 | 0 | 2A | 34 | 7 | B | 4D | 45 |
| Octal | 355 | 211 | 162 | 0 | 52 | 64 | 7 | 13 | 115 | 105 |
| Binary | 11101101 | 10001001 | 1110010 | 0 | 101010 | 110100 | 111 | 1011 | 1001101 | 1000101 |
Color Harmonies of #ED8972
Complementary color
Monochromatic Colors of #ED8972
Black with #ED8972
Text Example
Text Example
White with #ED8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8972; }
p { color: rgb(237,137,114); }
H1.HeaderClassName
{
color: #ED8972;
}
.AnyTagClassName
{
color: #ED8972;
}
</style>
background-color css
<style>
a { background-color: #ED8972; }
a { background-color: rgb(237,137,114); }
div.DivClassName
{
background-color: #ED8972;
}
.BgClassName
{
background-color: #ED8972;
}
</style>
border-color css
<style>
span { border-color: #ED8972; }
span { border-color: rgb(237,137,114); }
td.TdClassName
{
border-color: #ED8972;
}
.TagClassName
{
border-color: #ED8972;
}
</style>