Shades of Dark Salmon #EDA27C
Tints of Dark Salmon #EDA27C
RGB
CMYK
RGB Variations
Color information
#EDA27C (or 0xEDA27C) is known color: Dark Salmon. HEX triplet: ED, A2 and 7C. RGB value is (237,162,124). Sum of RGB (Red+Green+Blue) = 237+162+124=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA27C is #125D83. Grayscale: #B4B4B4. Windows color (decimal): -1203588 or 8168173. OLE color: 8168173.
HSL color Cylindrical-coordinate representation of color #EDA27C: hue angle of 20.18º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDA27C is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 124 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.07 |
| HSL | 20.18º | 0.76% | 0.71% | - |
| HSV(B) | 20.18º | 0.48% | 0.93% | - |
| XYZ | 51.48 | 45.3 | 25.1 | - |
| YUV | 180.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 124 | 0 | 0.32 | 0.48 | 0.07 | 20.18 | 0.76 | 0.71 |
| Hex | ED | A2 | 7C | 0 | 20 | 30 | 7 | 14 | 4C | 47 |
| Octal | 355 | 242 | 174 | 0 | 40 | 60 | 7 | 24 | 114 | 107 |
| Binary | 11101101 | 10100010 | 1111100 | 0 | 100000 | 110000 | 111 | 10100 | 1001100 | 1000111 |
Color Harmonies of #EDA27C
Complementary color
Monochromatic Colors of #EDA27C
Black with #EDA27C
Text Example
Text Example
White with #EDA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA27C; }
p { color: rgb(237,162,124); }
H1.HeaderClassName
{
color: #EDA27C;
}
.AnyTagClassName
{
color: #EDA27C;
}
</style>
background-color css
<style>
a { background-color: #EDA27C; }
a { background-color: rgb(237,162,124); }
div.DivClassName
{
background-color: #EDA27C;
}
.BgClassName
{
background-color: #EDA27C;
}
</style>
border-color css
<style>
span { border-color: #EDA27C; }
span { border-color: rgb(237,162,124); }
td.TdClassName
{
border-color: #EDA27C;
}
.TagClassName
{
border-color: #EDA27C;
}
</style>