Shades of Dark Salmon #E59D6D
Tints of Dark Salmon #E59D6D
RGB
CMYK
RGB Variations
Color information
#E59D6D (or 0xE59D6D) is known color: Dark Salmon. HEX triplet: E5, 9D and 6D. RGB value is (229,157,109). Sum of RGB (Red+Green+Blue) = 229+157+109=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59D6D is #1A6292. Grayscale: #ADADAD. Windows color (decimal): -1729171 or 7183845. OLE color: 7183845.
HSL color Cylindrical-coordinate representation of color #E59D6D: hue angle of 24º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E59D6D is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 109 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.10 |
| HSL | 24º | 0.7% | 0.66% | - |
| HSV(B) | 24º | 0.52% | 0.9% | - |
| XYZ | 47.13 | 41.88 | 20.07 | - |
| YUV | 173.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 109 | 0 | 0.31 | 0.52 | 0.10 | 24 | 0.7 | 0.66 |
| Hex | E5 | 9D | 6D | 0 | 1F | 34 | A | 18 | 46 | 42 |
| Octal | 345 | 235 | 155 | 0 | 37 | 64 | 12 | 30 | 106 | 102 |
| Binary | 11100101 | 10011101 | 1101101 | 0 | 11111 | 110100 | 1010 | 11000 | 1000110 | 1000010 |
Color Harmonies of #E59D6D
Complementary color
Monochromatic Colors of #E59D6D
Black with #E59D6D
Text Example
Text Example
White with #E59D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D6D; }
p { color: rgb(229,157,109); }
H1.HeaderClassName
{
color: #E59D6D;
}
.AnyTagClassName
{
color: #E59D6D;
}
</style>
background-color css
<style>
a { background-color: #E59D6D; }
a { background-color: rgb(229,157,109); }
div.DivClassName
{
background-color: #E59D6D;
}
.BgClassName
{
background-color: #E59D6D;
}
</style>
border-color css
<style>
span { border-color: #E59D6D; }
span { border-color: rgb(229,157,109); }
td.TdClassName
{
border-color: #E59D6D;
}
.TagClassName
{
border-color: #E59D6D;
}
</style>