Shades of Dark Salmon #E59F7B
Tints of Dark Salmon #E59F7B
RGB
CMYK
RGB Variations
Color information
#E59F7B (or 0xE59F7B) is known color: Dark Salmon. HEX triplet: E5, 9F and 7B. RGB value is (229,159,123). Sum of RGB (Red+Green+Blue) = 229+159+123=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59F7B is #1A6084. Grayscale: #B0B0B0. Windows color (decimal): -1728645 or 8101861. OLE color: 8101861.
HSL color Cylindrical-coordinate representation of color #E59F7B: hue angle of 20.38º 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 #E59F7B is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 123 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.10 |
| HSL | 20.38º | 0.67% | 0.69% | - |
| HSV(B) | 20.38º | 0.46% | 0.9% | - |
| XYZ | 48.29 | 42.88 | 24.47 | - |
| YUV | 175.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 123 | 0 | 0.31 | 0.46 | 0.10 | 20.38 | 0.67 | 0.69 |
| Hex | E5 | 9F | 7B | 0 | 1F | 2E | A | 14 | 43 | 45 |
| Octal | 345 | 237 | 173 | 0 | 37 | 56 | 12 | 24 | 103 | 105 |
| Binary | 11100101 | 10011111 | 1111011 | 0 | 11111 | 101110 | 1010 | 10100 | 1000011 | 1000101 |
Color Harmonies of #E59F7B
Complementary color
Monochromatic Colors of #E59F7B
Black with #E59F7B
Text Example
Text Example
White with #E59F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F7B; }
p { color: rgb(229,159,123); }
H1.HeaderClassName
{
color: #E59F7B;
}
.AnyTagClassName
{
color: #E59F7B;
}
</style>
background-color css
<style>
a { background-color: #E59F7B; }
a { background-color: rgb(229,159,123); }
div.DivClassName
{
background-color: #E59F7B;
}
.BgClassName
{
background-color: #E59F7B;
}
</style>
border-color css
<style>
span { border-color: #E59F7B; }
span { border-color: rgb(229,159,123); }
td.TdClassName
{
border-color: #E59F7B;
}
.TagClassName
{
border-color: #E59F7B;
}
</style>