Shades of Dark Salmon #EDA176
Tints of Dark Salmon #EDA176
RGB
CMYK
RGB Variations
Color information
#EDA176 (or 0xEDA176) is known color: Dark Salmon. HEX triplet: ED, A1 and 76. RGB value is (237,161,118). Sum of RGB (Red+Green+Blue) = 237+161+118=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA176 is #125E89. Grayscale: #B3B3B3. Windows color (decimal): -1203850 or 7774701. OLE color: 7774701.
HSL color Cylindrical-coordinate representation of color #EDA176: hue angle of 21.68º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDA176 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 118 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.07 |
| HSL | 21.68º | 0.77% | 0.7% | - |
| HSV(B) | 21.68º | 0.5% | 0.93% | - |
| XYZ | 50.94 | 44.8 | 23.1 | - |
| YUV | 178.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 118 | 0 | 0.32 | 0.50 | 0.07 | 21.68 | 0.77 | 0.7 |
| Hex | ED | A1 | 76 | 0 | 20 | 32 | 7 | 16 | 4D | 46 |
| Octal | 355 | 241 | 166 | 0 | 40 | 62 | 7 | 26 | 115 | 106 |
| Binary | 11101101 | 10100001 | 1110110 | 0 | 100000 | 110010 | 111 | 10110 | 1001101 | 1000110 |
Color Harmonies of #EDA176
Complementary color
Monochromatic Colors of #EDA176
Black with #EDA176
Text Example
Text Example
White with #EDA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA176; }
p { color: rgb(237,161,118); }
H1.HeaderClassName
{
color: #EDA176;
}
.AnyTagClassName
{
color: #EDA176;
}
</style>
background-color css
<style>
a { background-color: #EDA176; }
a { background-color: rgb(237,161,118); }
div.DivClassName
{
background-color: #EDA176;
}
.BgClassName
{
background-color: #EDA176;
}
</style>
border-color css
<style>
span { border-color: #EDA176; }
span { border-color: rgb(237,161,118); }
td.TdClassName
{
border-color: #EDA176;
}
.TagClassName
{
border-color: #EDA176;
}
</style>