Shades of Dark Salmon #E59781
Tints of Dark Salmon #E59781
RGB
CMYK
RGB Variations
Color information
#E59781 (or 0xE59781) is known color: Dark Salmon. HEX triplet: E5, 97 and 81. RGB value is (229,151,129). Sum of RGB (Red+Green+Blue) = 229+151+129=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E59781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59781 is #1A687E. Grayscale: #ABABAB. Windows color (decimal): -1730687 or 8493029. OLE color: 8493029.
HSL color Cylindrical-coordinate representation of color #E59781: hue angle of 13.2º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E59781 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 129 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.10 |
| HSL | 13.2º | 0.66% | 0.7% | - |
| HSV(B) | 13.2º | 0.44% | 0.9% | - |
| XYZ | 47.34 | 40.38 | 26.07 | - |
| YUV | 171.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 129 | 0 | 0.34 | 0.44 | 0.10 | 13.2 | 0.66 | 0.7 |
| Hex | E5 | 97 | 81 | 0 | 22 | 2C | A | D | 42 | 46 |
| Octal | 345 | 227 | 201 | 0 | 42 | 54 | 12 | 15 | 102 | 106 |
| Binary | 11100101 | 10010111 | 10000001 | 0 | 100010 | 101100 | 1010 | 1101 | 1000010 | 1000110 |
Color Harmonies of #E59781
Complementary color
Monochromatic Colors of #E59781
Black with #E59781
Text Example
Text Example
White with #E59781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59781; }
p { color: rgb(229,151,129); }
H1.HeaderClassName
{
color: #E59781;
}
.AnyTagClassName
{
color: #E59781;
}
</style>
background-color css
<style>
a { background-color: #E59781; }
a { background-color: rgb(229,151,129); }
div.DivClassName
{
background-color: #E59781;
}
.BgClassName
{
background-color: #E59781;
}
</style>
border-color css
<style>
span { border-color: #E59781; }
span { border-color: rgb(229,151,129); }
td.TdClassName
{
border-color: #E59781;
}
.TagClassName
{
border-color: #E59781;
}
</style>