Shades of Dark Salmon #E59284
Tints of Dark Salmon #E59284
RGB
CMYK
RGB Variations
Color information
#E59284 (or 0xE59284) is known color: Dark Salmon. HEX triplet: E5, 92 and 84. RGB value is (229,146,132). Sum of RGB (Red+Green+Blue) = 229+146+132=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E59284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59284 is #1A6D7B. Grayscale: #A9A9A9. Windows color (decimal): -1731964 or 8688357. OLE color: 8688357.
HSL color Cylindrical-coordinate representation of color #E59284: hue angle of 8.66º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E59284 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 132 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.10 |
| HSL | 8.66º | 0.65% | 0.71% | - |
| HSV(B) | 8.66º | 0.42% | 0.9% | - |
| XYZ | 46.76 | 38.88 | 26.87 | - |
| YUV | 169.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 132 | 0 | 0.36 | 0.42 | 0.10 | 8.66 | 0.65 | 0.71 |
| Hex | E5 | 92 | 84 | 0 | 24 | 2A | A | 9 | 41 | 47 |
| Octal | 345 | 222 | 204 | 0 | 44 | 52 | 12 | 11 | 101 | 107 |
| Binary | 11100101 | 10010010 | 10000100 | 0 | 100100 | 101010 | 1010 | 1001 | 1000001 | 1000111 |
Color Harmonies of #E59284
Complementary color
Monochromatic Colors of #E59284
Black with #E59284
Text Example
Text Example
White with #E59284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59284; }
p { color: rgb(229,146,132); }
H1.HeaderClassName
{
color: #E59284;
}
.AnyTagClassName
{
color: #E59284;
}
</style>
background-color css
<style>
a { background-color: #E59284; }
a { background-color: rgb(229,146,132); }
div.DivClassName
{
background-color: #E59284;
}
.BgClassName
{
background-color: #E59284;
}
</style>
border-color css
<style>
span { border-color: #E59284; }
span { border-color: rgb(229,146,132); }
td.TdClassName
{
border-color: #E59284;
}
.TagClassName
{
border-color: #E59284;
}
</style>