Shades of Dark Salmon #EDA174
Tints of Dark Salmon #EDA174
RGB
CMYK
RGB Variations
Color information
#EDA174 (or 0xEDA174) is known color: Dark Salmon. HEX triplet: ED, A1 and 74. RGB value is (237,161,116). Sum of RGB (Red+Green+Blue) = 237+161+116=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA174 is #125E8B. Grayscale: #B2B2B2. Windows color (decimal): -1203852 or 7643629. OLE color: 7643629.
HSL color Cylindrical-coordinate representation of color #EDA174: hue angle of 22.31º 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 #EDA174 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 116 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 22.31º | 0.77% | 0.69% | - |
| HSV(B) | 22.31º | 0.51% | 0.93% | - |
| XYZ | 50.82 | 44.76 | 22.48 | - |
| YUV | 178.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 116 | 0 | 0.32 | 0.51 | 0.07 | 22.31 | 0.77 | 0.69 |
| Hex | ED | A1 | 74 | 0 | 20 | 33 | 7 | 16 | 4D | 45 |
| Octal | 355 | 241 | 164 | 0 | 40 | 63 | 7 | 26 | 115 | 105 |
| Binary | 11101101 | 10100001 | 1110100 | 0 | 100000 | 110011 | 111 | 10110 | 1001101 | 1000101 |
Color Harmonies of #EDA174
Complementary color
Monochromatic Colors of #EDA174
Black with #EDA174
Text Example
Text Example
White with #EDA174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA174; }
p { color: rgb(237,161,116); }
H1.HeaderClassName
{
color: #EDA174;
}
.AnyTagClassName
{
color: #EDA174;
}
</style>
background-color css
<style>
a { background-color: #EDA174; }
a { background-color: rgb(237,161,116); }
div.DivClassName
{
background-color: #EDA174;
}
.BgClassName
{
background-color: #EDA174;
}
</style>
border-color css
<style>
span { border-color: #EDA174; }
span { border-color: rgb(237,161,116); }
td.TdClassName
{
border-color: #EDA174;
}
.TagClassName
{
border-color: #EDA174;
}
</style>