Shades of Dark Salmon #EDA37D
Tints of Dark Salmon #EDA37D
RGB
CMYK
RGB Variations
Color information
#EDA37D (or 0xEDA37D) is known color: Dark Salmon. HEX triplet: ED, A3 and 7D. RGB value is (237,163,125). Sum of RGB (Red+Green+Blue) = 237+163+125=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA37D is #125C82. Grayscale: #B5B5B5. Windows color (decimal): -1203331 or 8233965. OLE color: 8233965.
HSL color Cylindrical-coordinate representation of color #EDA37D: hue angle of 20.36º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDA37D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 125 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.07 |
| HSL | 20.36º | 0.76% | 0.71% | - |
| HSV(B) | 20.36º | 0.47% | 0.93% | - |
| XYZ | 51.72 | 45.68 | 25.49 | - |
| YUV | 180.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 125 | 0 | 0.31 | 0.47 | 0.07 | 20.36 | 0.76 | 0.71 |
| Hex | ED | A3 | 7D | 0 | 1F | 2F | 7 | 14 | 4C | 47 |
| Octal | 355 | 243 | 175 | 0 | 37 | 57 | 7 | 24 | 114 | 107 |
| Binary | 11101101 | 10100011 | 1111101 | 0 | 11111 | 101111 | 111 | 10100 | 1001100 | 1000111 |
Color Harmonies of #EDA37D
Complementary color
Monochromatic Colors of #EDA37D
Black with #EDA37D
Text Example
Text Example
White with #EDA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA37D; }
p { color: rgb(237,163,125); }
H1.HeaderClassName
{
color: #EDA37D;
}
.AnyTagClassName
{
color: #EDA37D;
}
</style>
background-color css
<style>
a { background-color: #EDA37D; }
a { background-color: rgb(237,163,125); }
div.DivClassName
{
background-color: #EDA37D;
}
.BgClassName
{
background-color: #EDA37D;
}
</style>
border-color css
<style>
span { border-color: #EDA37D; }
span { border-color: rgb(237,163,125); }
td.TdClassName
{
border-color: #EDA37D;
}
.TagClassName
{
border-color: #EDA37D;
}
</style>