Shades of Dark Salmon #E59A80
Tints of Dark Salmon #E59A80
RGB
CMYK
RGB Variations
Color information
#E59A80 (or 0xE59A80) is known color: Dark Salmon. HEX triplet: E5, 9A and 80. RGB value is (229,154,128). Sum of RGB (Red+Green+Blue) = 229+154+128=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A80 is #1A657F. Grayscale: #ADADAD. Windows color (decimal): -1729920 or 8428261. OLE color: 8428261.
HSL color Cylindrical-coordinate representation of color #E59A80: hue angle of 15.45º 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 #E59A80 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 128 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.10 |
| HSL | 15.45º | 0.66% | 0.7% | - |
| HSV(B) | 15.45º | 0.44% | 0.9% | - |
| XYZ | 47.76 | 41.33 | 25.88 | - |
| YUV | 173.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 128 | 0 | 0.33 | 0.44 | 0.10 | 15.45 | 0.66 | 0.7 |
| Hex | E5 | 9A | 80 | 0 | 21 | 2C | A | F | 42 | 46 |
| Octal | 345 | 232 | 200 | 0 | 41 | 54 | 12 | 17 | 102 | 106 |
| Binary | 11100101 | 10011010 | 10000000 | 0 | 100001 | 101100 | 1010 | 1111 | 1000010 | 1000110 |
Color Harmonies of #E59A80
Complementary color
Monochromatic Colors of #E59A80
Black with #E59A80
Text Example
Text Example
White with #E59A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A80; }
p { color: rgb(229,154,128); }
H1.HeaderClassName
{
color: #E59A80;
}
.AnyTagClassName
{
color: #E59A80;
}
</style>
background-color css
<style>
a { background-color: #E59A80; }
a { background-color: rgb(229,154,128); }
div.DivClassName
{
background-color: #E59A80;
}
.BgClassName
{
background-color: #E59A80;
}
</style>
border-color css
<style>
span { border-color: #E59A80; }
span { border-color: rgb(229,154,128); }
td.TdClassName
{
border-color: #E59A80;
}
.TagClassName
{
border-color: #E59A80;
}
</style>