Shades of Dark Salmon #E59B7F
Tints of Dark Salmon #E59B7F
RGB
CMYK
RGB Variations
Color information
#E59B7F (or 0xE59B7F) is known color: Dark Salmon. HEX triplet: E5, 9B and 7F. RGB value is (229,155,127). Sum of RGB (Red+Green+Blue) = 229+155+127=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59B7F is #1A6480. Grayscale: #AEAEAE. Windows color (decimal): -1729665 or 8362981. OLE color: 8362981.
HSL color Cylindrical-coordinate representation of color #E59B7F: hue angle of 16.47º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E59B7F is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 127 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.10 |
| HSL | 16.47º | 0.66% | 0.7% | - |
| HSV(B) | 16.47º | 0.45% | 0.9% | - |
| XYZ | 47.87 | 41.63 | 25.59 | - |
| YUV | 173.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 127 | 0 | 0.32 | 0.45 | 0.10 | 16.47 | 0.66 | 0.7 |
| Hex | E5 | 9B | 7F | 0 | 20 | 2D | A | 10 | 42 | 46 |
| Octal | 345 | 233 | 177 | 0 | 40 | 55 | 12 | 20 | 102 | 106 |
| Binary | 11100101 | 10011011 | 1111111 | 0 | 100000 | 101101 | 1010 | 10000 | 1000010 | 1000110 |
Color Harmonies of #E59B7F
Complementary color
Monochromatic Colors of #E59B7F
Black with #E59B7F
Text Example
Text Example
White with #E59B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B7F; }
p { color: rgb(229,155,127); }
H1.HeaderClassName
{
color: #E59B7F;
}
.AnyTagClassName
{
color: #E59B7F;
}
</style>
background-color css
<style>
a { background-color: #E59B7F; }
a { background-color: rgb(229,155,127); }
div.DivClassName
{
background-color: #E59B7F;
}
.BgClassName
{
background-color: #E59B7F;
}
</style>
border-color css
<style>
span { border-color: #E59B7F; }
span { border-color: rgb(229,155,127); }
td.TdClassName
{
border-color: #E59B7F;
}
.TagClassName
{
border-color: #E59B7F;
}
</style>