Shades of Dark Salmon #EDA27A
Tints of Dark Salmon #EDA27A
RGB
CMYK
RGB Variations
Color information
#EDA27A (or 0xEDA27A) is known color: Dark Salmon. HEX triplet: ED, A2 and 7A. RGB value is (237,162,122). Sum of RGB (Red+Green+Blue) = 237+162+122=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA27A is #125D85. Grayscale: #B4B4B4. Windows color (decimal): -1203590 or 8037101. OLE color: 8037101.
HSL color Cylindrical-coordinate representation of color #EDA27A: hue angle of 20.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDA27A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 122 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.07 |
| HSL | 20.87º | 0.76% | 0.7% | - |
| HSV(B) | 20.87º | 0.49% | 0.93% | - |
| XYZ | 51.36 | 45.25 | 24.44 | - |
| YUV | 179.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 122 | 0 | 0.32 | 0.49 | 0.07 | 20.87 | 0.76 | 0.7 |
| Hex | ED | A2 | 7A | 0 | 20 | 31 | 7 | 15 | 4C | 46 |
| Octal | 355 | 242 | 172 | 0 | 40 | 61 | 7 | 25 | 114 | 106 |
| Binary | 11101101 | 10100010 | 1111010 | 0 | 100000 | 110001 | 111 | 10101 | 1001100 | 1000110 |
Color Harmonies of #EDA27A
Complementary color
Monochromatic Colors of #EDA27A
Black with #EDA27A
Text Example
Text Example
White with #EDA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA27A; }
p { color: rgb(237,162,122); }
H1.HeaderClassName
{
color: #EDA27A;
}
.AnyTagClassName
{
color: #EDA27A;
}
</style>
background-color css
<style>
a { background-color: #EDA27A; }
a { background-color: rgb(237,162,122); }
div.DivClassName
{
background-color: #EDA27A;
}
.BgClassName
{
background-color: #EDA27A;
}
</style>
border-color css
<style>
span { border-color: #EDA27A; }
span { border-color: rgb(237,162,122); }
td.TdClassName
{
border-color: #EDA27A;
}
.TagClassName
{
border-color: #EDA27A;
}
</style>