Shades of Dark Salmon #E58E74
Tints of Dark Salmon #E58E74
RGB
CMYK
RGB Variations
Color information
#E58E74 (or 0xE58E74) is known color: Dark Salmon. HEX triplet: E5, 8E and 74. RGB value is (229,142,116). Sum of RGB (Red+Green+Blue) = 229+142+116=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E74 is #1A718B. Grayscale: #A5A5A5. Windows color (decimal): -1733004 or 7638757. OLE color: 7638757.
HSL color Cylindrical-coordinate representation of color #E58E74: hue angle of 13.81º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E58E74 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 116 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.10 |
| HSL | 13.81º | 0.68% | 0.68% | - |
| HSV(B) | 13.81º | 0.49% | 0.9% | - |
| XYZ | 45.14 | 37.26 | 21.34 | - |
| YUV | 165.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 116 | 0 | 0.38 | 0.49 | 0.10 | 13.81 | 0.68 | 0.68 |
| Hex | E5 | 8E | 74 | 0 | 26 | 31 | A | E | 44 | 44 |
| Octal | 345 | 216 | 164 | 0 | 46 | 61 | 12 | 16 | 104 | 104 |
| Binary | 11100101 | 10001110 | 1110100 | 0 | 100110 | 110001 | 1010 | 1110 | 1000100 | 1000100 |
Color Harmonies of #E58E74
Complementary color
Monochromatic Colors of #E58E74
Black with #E58E74
Text Example
Text Example
White with #E58E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E74; }
p { color: rgb(229,142,116); }
H1.HeaderClassName
{
color: #E58E74;
}
.AnyTagClassName
{
color: #E58E74;
}
</style>
background-color css
<style>
a { background-color: #E58E74; }
a { background-color: rgb(229,142,116); }
div.DivClassName
{
background-color: #E58E74;
}
.BgClassName
{
background-color: #E58E74;
}
</style>
border-color css
<style>
span { border-color: #E58E74; }
span { border-color: rgb(229,142,116); }
td.TdClassName
{
border-color: #E58E74;
}
.TagClassName
{
border-color: #E58E74;
}
</style>