Shades of Dark Salmon #E3986D
Tints of Dark Salmon #E3986D
RGB
CMYK
RGB Variations
Color information
#E3986D (or 0xE3986D) is known color: Dark Salmon. HEX triplet: E3, 98 and 6D. RGB value is (227,152,109). Sum of RGB (Red+Green+Blue) = 227+152+109=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E3986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3986D is #1C6792. Grayscale: #A9A9A9. Windows color (decimal): -1861523 or 7182563. OLE color: 7182563.
HSL color Cylindrical-coordinate representation of color #E3986D: hue angle of 21.86º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3986D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 109 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.11 |
| HSL | 21.86º | 0.68% | 0.66% | - |
| HSV(B) | 21.86º | 0.52% | 0.89% | - |
| XYZ | 45.67 | 39.89 | 19.76 | - |
| YUV | 169.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 109 | 0 | 0.33 | 0.52 | 0.11 | 21.86 | 0.68 | 0.66 |
| Hex | E3 | 98 | 6D | 0 | 21 | 34 | B | 16 | 44 | 42 |
| Octal | 343 | 230 | 155 | 0 | 41 | 64 | 13 | 26 | 104 | 102 |
| Binary | 11100011 | 10011000 | 1101101 | 0 | 100001 | 110100 | 1011 | 10110 | 1000100 | 1000010 |
Color Harmonies of #E3986D
Complementary color
Monochromatic Colors of #E3986D
Black with #E3986D
Text Example
Text Example
White with #E3986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3986D; }
p { color: rgb(227,152,109); }
H1.HeaderClassName
{
color: #E3986D;
}
.AnyTagClassName
{
color: #E3986D;
}
</style>
background-color css
<style>
a { background-color: #E3986D; }
a { background-color: rgb(227,152,109); }
div.DivClassName
{
background-color: #E3986D;
}
.BgClassName
{
background-color: #E3986D;
}
</style>
border-color css
<style>
span { border-color: #E3986D; }
span { border-color: rgb(227,152,109); }
td.TdClassName
{
border-color: #E3986D;
}
.TagClassName
{
border-color: #E3986D;
}
</style>