Shades of Dark Salmon #E69582
Tints of Dark Salmon #E69582
RGB
CMYK
RGB Variations
Color information
#E69582 (or 0xE69582) is known color: Dark Salmon. HEX triplet: E6, 95 and 82. RGB value is (230,149,130). Sum of RGB (Red+Green+Blue) = 230+149+130=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E69582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69582 is #196A7D. Grayscale: #ABABAB. Windows color (decimal): -1665662 or 8558054. OLE color: 8558054.
HSL color Cylindrical-coordinate representation of color #E69582: hue angle of 11.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69582 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 130 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.10 |
| HSL | 11.4º | 0.67% | 0.71% | - |
| HSV(B) | 11.4º | 0.43% | 0.9% | - |
| XYZ | 47.41 | 39.93 | 26.33 | - |
| YUV | 171.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 130 | 0 | 0.35 | 0.43 | 0.10 | 11.4 | 0.67 | 0.71 |
| Hex | E6 | 95 | 82 | 0 | 23 | 2B | A | B | 43 | 47 |
| Octal | 346 | 225 | 202 | 0 | 43 | 53 | 12 | 13 | 103 | 107 |
| Binary | 11100110 | 10010101 | 10000010 | 0 | 100011 | 101011 | 1010 | 1011 | 1000011 | 1000111 |
Color Harmonies of #E69582
Complementary color
Monochromatic Colors of #E69582
Black with #E69582
Text Example
Text Example
White with #E69582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69582; }
p { color: rgb(230,149,130); }
H1.HeaderClassName
{
color: #E69582;
}
.AnyTagClassName
{
color: #E69582;
}
</style>
background-color css
<style>
a { background-color: #E69582; }
a { background-color: rgb(230,149,130); }
div.DivClassName
{
background-color: #E69582;
}
.BgClassName
{
background-color: #E69582;
}
</style>
border-color css
<style>
span { border-color: #E69582; }
span { border-color: rgb(230,149,130); }
td.TdClassName
{
border-color: #E69582;
}
.TagClassName
{
border-color: #E69582;
}
</style>