Shades of Dark Salmon #ED8A74
Tints of Dark Salmon #ED8A74
RGB
CMYK
RGB Variations
Color information
#ED8A74 (or 0xED8A74) is known color: Dark Salmon. HEX triplet: ED, 8A and 74. RGB value is (237,138,116). Sum of RGB (Red+Green+Blue) = 237+138+116=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A74 is #12758B. Grayscale: #A5A5A5. Windows color (decimal): -1209740 or 7637741. OLE color: 7637741.
HSL color Cylindrical-coordinate representation of color #ED8A74: hue angle of 10.91º 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 #ED8A74 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 116 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.07 |
| HSL | 10.91º | 0.77% | 0.69% | - |
| HSV(B) | 10.91º | 0.51% | 0.93% | - |
| XYZ | 47.17 | 37.44 | 21.26 | - |
| YUV | 165.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 116 | 0 | 0.42 | 0.51 | 0.07 | 10.91 | 0.77 | 0.69 |
| Hex | ED | 8A | 74 | 0 | 2A | 33 | 7 | B | 4D | 45 |
| Octal | 355 | 212 | 164 | 0 | 52 | 63 | 7 | 13 | 115 | 105 |
| Binary | 11101101 | 10001010 | 1110100 | 0 | 101010 | 110011 | 111 | 1011 | 1001101 | 1000101 |
Color Harmonies of #ED8A74
Complementary color
Monochromatic Colors of #ED8A74
Black with #ED8A74
Text Example
Text Example
White with #ED8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A74; }
p { color: rgb(237,138,116); }
H1.HeaderClassName
{
color: #ED8A74;
}
.AnyTagClassName
{
color: #ED8A74;
}
</style>
background-color css
<style>
a { background-color: #ED8A74; }
a { background-color: rgb(237,138,116); }
div.DivClassName
{
background-color: #ED8A74;
}
.BgClassName
{
background-color: #ED8A74;
}
</style>
border-color css
<style>
span { border-color: #ED8A74; }
span { border-color: rgb(237,138,116); }
td.TdClassName
{
border-color: #ED8A74;
}
.TagClassName
{
border-color: #ED8A74;
}
</style>