Shades of Dark Salmon #ED8974
Tints of Dark Salmon #ED8974
RGB
CMYK
RGB Variations
Color information
#ED8974 (or 0xED8974) is known color: Dark Salmon. HEX triplet: ED, 89 and 74. RGB value is (237,137,116). Sum of RGB (Red+Green+Blue) = 237+137+116=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8974 is #12768B. Grayscale: #A4A4A4. Windows color (decimal): -1209996 or 7637485. OLE color: 7637485.
HSL color Cylindrical-coordinate representation of color #ED8974: hue angle of 10.41º 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 #ED8974 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 116 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.07 |
| HSL | 10.41º | 0.77% | 0.69% | - |
| HSV(B) | 10.41º | 0.51% | 0.93% | - |
| XYZ | 47.02 | 37.16 | 21.22 | - |
| YUV | 164.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 116 | 0 | 0.42 | 0.51 | 0.07 | 10.41 | 0.77 | 0.69 |
| Hex | ED | 89 | 74 | 0 | 2A | 33 | 7 | A | 4D | 45 |
| Octal | 355 | 211 | 164 | 0 | 52 | 63 | 7 | 12 | 115 | 105 |
| Binary | 11101101 | 10001001 | 1110100 | 0 | 101010 | 110011 | 111 | 1010 | 1001101 | 1000101 |
Color Harmonies of #ED8974
Complementary color
Monochromatic Colors of #ED8974
Black with #ED8974
Text Example
Text Example
White with #ED8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8974; }
p { color: rgb(237,137,116); }
H1.HeaderClassName
{
color: #ED8974;
}
.AnyTagClassName
{
color: #ED8974;
}
</style>
background-color css
<style>
a { background-color: #ED8974; }
a { background-color: rgb(237,137,116); }
div.DivClassName
{
background-color: #ED8974;
}
.BgClassName
{
background-color: #ED8974;
}
</style>
border-color css
<style>
span { border-color: #ED8974; }
span { border-color: rgb(237,137,116); }
td.TdClassName
{
border-color: #ED8974;
}
.TagClassName
{
border-color: #ED8974;
}
</style>