Shades of Dark Salmon #E58D72
Tints of Dark Salmon #E58D72
RGB
CMYK
RGB Variations
Color information
#E58D72 (or 0xE58D72) is known color: Dark Salmon. HEX triplet: E5, 8D and 72. RGB value is (229,141,114). Sum of RGB (Red+Green+Blue) = 229+141+114=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D72 is #1A728D. Grayscale: #A4A4A4. Windows color (decimal): -1733262 or 7507429. OLE color: 7507429.
HSL color Cylindrical-coordinate representation of color #E58D72: hue angle of 14.09º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E58D72 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 114 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.10 |
| HSL | 14.09º | 0.69% | 0.67% | - |
| HSV(B) | 14.09º | 0.5% | 0.9% | - |
| XYZ | 44.88 | 36.92 | 20.68 | - |
| YUV | 164.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 114 | 0 | 0.38 | 0.50 | 0.10 | 14.09 | 0.69 | 0.67 |
| Hex | E5 | 8D | 72 | 0 | 26 | 32 | A | E | 45 | 43 |
| Octal | 345 | 215 | 162 | 0 | 46 | 62 | 12 | 16 | 105 | 103 |
| Binary | 11100101 | 10001101 | 1110010 | 0 | 100110 | 110010 | 1010 | 1110 | 1000101 | 1000011 |
Color Harmonies of #E58D72
Complementary color
Monochromatic Colors of #E58D72
Black with #E58D72
Text Example
Text Example
White with #E58D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D72; }
p { color: rgb(229,141,114); }
H1.HeaderClassName
{
color: #E58D72;
}
.AnyTagClassName
{
color: #E58D72;
}
</style>
background-color css
<style>
a { background-color: #E58D72; }
a { background-color: rgb(229,141,114); }
div.DivClassName
{
background-color: #E58D72;
}
.BgClassName
{
background-color: #E58D72;
}
</style>
border-color css
<style>
span { border-color: #E58D72; }
span { border-color: rgb(229,141,114); }
td.TdClassName
{
border-color: #E58D72;
}
.TagClassName
{
border-color: #E58D72;
}
</style>