Shades of Dark Salmon #E59B6D
Tints of Dark Salmon #E59B6D
RGB
CMYK
RGB Variations
Color information
#E59B6D (or 0xE59B6D) is known color: Dark Salmon. HEX triplet: E5, 9B and 6D. RGB value is (229,155,109). Sum of RGB (Red+Green+Blue) = 229+155+109=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59B6D is #1A6492. Grayscale: #ACACAC. Windows color (decimal): -1729683 or 7183333. OLE color: 7183333.
HSL color Cylindrical-coordinate representation of color #E59B6D: hue angle of 23º 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 #E59B6D is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 109 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.10 |
| HSL | 23º | 0.7% | 0.66% | - |
| HSV(B) | 23º | 0.52% | 0.9% | - |
| XYZ | 46.79 | 41.2 | 19.95 | - |
| YUV | 171.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 109 | 0 | 0.32 | 0.52 | 0.10 | 23 | 0.7 | 0.66 |
| Hex | E5 | 9B | 6D | 0 | 20 | 34 | A | 17 | 46 | 42 |
| Octal | 345 | 233 | 155 | 0 | 40 | 64 | 12 | 27 | 106 | 102 |
| Binary | 11100101 | 10011011 | 1101101 | 0 | 100000 | 110100 | 1010 | 10111 | 1000110 | 1000010 |
Color Harmonies of #E59B6D
Complementary color
Monochromatic Colors of #E59B6D
Black with #E59B6D
Text Example
Text Example
White with #E59B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B6D; }
p { color: rgb(229,155,109); }
H1.HeaderClassName
{
color: #E59B6D;
}
.AnyTagClassName
{
color: #E59B6D;
}
</style>
background-color css
<style>
a { background-color: #E59B6D; }
a { background-color: rgb(229,155,109); }
div.DivClassName
{
background-color: #E59B6D;
}
.BgClassName
{
background-color: #E59B6D;
}
</style>
border-color css
<style>
span { border-color: #E59B6D; }
span { border-color: rgb(229,155,109); }
td.TdClassName
{
border-color: #E59B6D;
}
.TagClassName
{
border-color: #E59B6D;
}
</style>