Shades of Dark Salmon #E59081
Tints of Dark Salmon #E59081
RGB
CMYK
RGB Variations
Color information
#E59081 (or 0xE59081) is known color: Dark Salmon. HEX triplet: E5, 90 and 81. RGB value is (229,144,129). Sum of RGB (Red+Green+Blue) = 229+144+129=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E59081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59081 is #1A6F7E. Grayscale: #A7A7A7. Windows color (decimal): -1732479 or 8491237. OLE color: 8491237.
HSL color Cylindrical-coordinate representation of color #E59081: hue angle of 9º 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 #E59081 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 129 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.10 |
| HSL | 9º | 0.66% | 0.7% | - |
| HSV(B) | 9º | 0.44% | 0.9% | - |
| XYZ | 46.25 | 38.19 | 25.7 | - |
| YUV | 167.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 129 | 0 | 0.37 | 0.44 | 0.10 | 9 | 0.66 | 0.7 |
| Hex | E5 | 90 | 81 | 0 | 25 | 2C | A | 9 | 42 | 46 |
| Octal | 345 | 220 | 201 | 0 | 45 | 54 | 12 | 11 | 102 | 106 |
| Binary | 11100101 | 10010000 | 10000001 | 0 | 100101 | 101100 | 1010 | 1001 | 1000010 | 1000110 |
Color Harmonies of #E59081
Complementary color
Monochromatic Colors of #E59081
Black with #E59081
Text Example
Text Example
White with #E59081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59081; }
p { color: rgb(229,144,129); }
H1.HeaderClassName
{
color: #E59081;
}
.AnyTagClassName
{
color: #E59081;
}
</style>
background-color css
<style>
a { background-color: #E59081; }
a { background-color: rgb(229,144,129); }
div.DivClassName
{
background-color: #E59081;
}
.BgClassName
{
background-color: #E59081;
}
</style>
border-color css
<style>
span { border-color: #E59081; }
span { border-color: rgb(229,144,129); }
td.TdClassName
{
border-color: #E59081;
}
.TagClassName
{
border-color: #E59081;
}
</style>