Shades of Dark Salmon #E59281
Tints of Dark Salmon #E59281
RGB
CMYK
RGB Variations
Color information
#E59281 (or 0xE59281) is known color: Dark Salmon. HEX triplet: E5, 92 and 81. RGB value is (229,146,129). Sum of RGB (Red+Green+Blue) = 229+146+129=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E59281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59281 is #1A6D7E. Grayscale: #A9A9A9. Windows color (decimal): -1731967 or 8491749. OLE color: 8491749.
HSL color Cylindrical-coordinate representation of color #E59281: hue angle of 10.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 #E59281 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 129 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.10 |
| HSL | 10.2º | 0.66% | 0.7% | - |
| HSV(B) | 10.2º | 0.44% | 0.9% | - |
| XYZ | 46.55 | 38.8 | 25.8 | - |
| YUV | 168.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 129 | 0 | 0.36 | 0.44 | 0.10 | 10.2 | 0.66 | 0.7 |
| Hex | E5 | 92 | 81 | 0 | 24 | 2C | A | A | 42 | 46 |
| Octal | 345 | 222 | 201 | 0 | 44 | 54 | 12 | 12 | 102 | 106 |
| Binary | 11100101 | 10010010 | 10000001 | 0 | 100100 | 101100 | 1010 | 1010 | 1000010 | 1000110 |
Color Harmonies of #E59281
Complementary color
Monochromatic Colors of #E59281
Black with #E59281
Text Example
Text Example
White with #E59281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59281; }
p { color: rgb(229,146,129); }
H1.HeaderClassName
{
color: #E59281;
}
.AnyTagClassName
{
color: #E59281;
}
</style>
background-color css
<style>
a { background-color: #E59281; }
a { background-color: rgb(229,146,129); }
div.DivClassName
{
background-color: #E59281;
}
.BgClassName
{
background-color: #E59281;
}
</style>
border-color css
<style>
span { border-color: #E59281; }
span { border-color: rgb(229,146,129); }
td.TdClassName
{
border-color: #E59281;
}
.TagClassName
{
border-color: #E59281;
}
</style>