Shades of Dark Salmon #EDA074
Tints of Dark Salmon #EDA074
RGB
CMYK
RGB Variations
Color information
#EDA074 (or 0xEDA074) is known color: Dark Salmon. HEX triplet: ED, A0 and 74. RGB value is (237,160,116). Sum of RGB (Red+Green+Blue) = 237+160+116=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA074 is #125F8B. Grayscale: #B2B2B2. Windows color (decimal): -1204108 or 7643373. OLE color: 7643373.
HSL color Cylindrical-coordinate representation of color #EDA074: hue angle of 21.82º 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 #EDA074 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 116 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 21.82º | 0.77% | 0.69% | - |
| HSV(B) | 21.82º | 0.51% | 0.93% | - |
| XYZ | 50.65 | 44.41 | 22.42 | - |
| YUV | 178.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 116 | 0 | 0.32 | 0.51 | 0.07 | 21.82 | 0.77 | 0.69 |
| Hex | ED | A0 | 74 | 0 | 20 | 33 | 7 | 16 | 4D | 45 |
| Octal | 355 | 240 | 164 | 0 | 40 | 63 | 7 | 26 | 115 | 105 |
| Binary | 11101101 | 10100000 | 1110100 | 0 | 100000 | 110011 | 111 | 10110 | 1001101 | 1000101 |
Color Harmonies of #EDA074
Complementary color
Monochromatic Colors of #EDA074
Black with #EDA074
Text Example
Text Example
White with #EDA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA074; }
p { color: rgb(237,160,116); }
H1.HeaderClassName
{
color: #EDA074;
}
.AnyTagClassName
{
color: #EDA074;
}
</style>
background-color css
<style>
a { background-color: #EDA074; }
a { background-color: rgb(237,160,116); }
div.DivClassName
{
background-color: #EDA074;
}
.BgClassName
{
background-color: #EDA074;
}
</style>
border-color css
<style>
span { border-color: #EDA074; }
span { border-color: rgb(237,160,116); }
td.TdClassName
{
border-color: #EDA074;
}
.TagClassName
{
border-color: #EDA074;
}
</style>