Shades of Dark Salmon #E58C7B
Tints of Dark Salmon #E58C7B
RGB
CMYK
RGB Variations
Color information
#E58C7B (or 0xE58C7B) is known color: Dark Salmon. HEX triplet: E5, 8C and 7B. RGB value is (229,140,123). Sum of RGB (Red+Green+Blue) = 229+140+123=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C7B is #1A7384. Grayscale: #A4A4A4. Windows color (decimal): -1733509 or 8096997. OLE color: 8096997.
HSL color Cylindrical-coordinate representation of color #E58C7B: hue angle of 9.62º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E58C7B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 123 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.10 |
| HSL | 9.62º | 0.67% | 0.69% | - |
| HSV(B) | 9.62º | 0.46% | 0.9% | - |
| XYZ | 45.27 | 36.84 | 23.46 | - |
| YUV | 164.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 123 | 0 | 0.39 | 0.46 | 0.10 | 9.62 | 0.67 | 0.69 |
| Hex | E5 | 8C | 7B | 0 | 27 | 2E | A | A | 43 | 45 |
| Octal | 345 | 214 | 173 | 0 | 47 | 56 | 12 | 12 | 103 | 105 |
| Binary | 11100101 | 10001100 | 1111011 | 0 | 100111 | 101110 | 1010 | 1010 | 1000011 | 1000101 |
Color Harmonies of #E58C7B
Complementary color
Monochromatic Colors of #E58C7B
Black with #E58C7B
Text Example
Text Example
White with #E58C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C7B; }
p { color: rgb(229,140,123); }
H1.HeaderClassName
{
color: #E58C7B;
}
.AnyTagClassName
{
color: #E58C7B;
}
</style>
background-color css
<style>
a { background-color: #E58C7B; }
a { background-color: rgb(229,140,123); }
div.DivClassName
{
background-color: #E58C7B;
}
.BgClassName
{
background-color: #E58C7B;
}
</style>
border-color css
<style>
span { border-color: #E58C7B; }
span { border-color: rgb(229,140,123); }
td.TdClassName
{
border-color: #E58C7B;
}
.TagClassName
{
border-color: #E58C7B;
}
</style>