Shades of Dark Salmon #E3996C
Tints of Dark Salmon #E3996C
RGB
CMYK
RGB Variations
Color information
#E3996C (or 0xE3996C) is known color: Dark Salmon. HEX triplet: E3, 99 and 6C. RGB value is (227,153,108). Sum of RGB (Red+Green+Blue) = 227+153+108=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E3996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3996C is #1C6693. Grayscale: #AAAAAA. Windows color (decimal): -1861268 or 7117283. OLE color: 7117283.
HSL color Cylindrical-coordinate representation of color #E3996C: hue angle of 22.69º 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 #E3996C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 108 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.11 |
| HSL | 22.69º | 0.68% | 0.66% | - |
| HSV(B) | 22.69º | 0.52% | 0.89% | - |
| XYZ | 45.78 | 40.2 | 19.53 | - |
| YUV | 170 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 108 | 0 | 0.33 | 0.52 | 0.11 | 22.69 | 0.68 | 0.66 |
| Hex | E3 | 99 | 6C | 0 | 21 | 34 | B | 17 | 44 | 42 |
| Octal | 343 | 231 | 154 | 0 | 41 | 64 | 13 | 27 | 104 | 102 |
| Binary | 11100011 | 10011001 | 1101100 | 0 | 100001 | 110100 | 1011 | 10111 | 1000100 | 1000010 |
Color Harmonies of #E3996C
Complementary color
Monochromatic Colors of #E3996C
Black with #E3996C
Text Example
Text Example
White with #E3996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3996C; }
p { color: rgb(227,153,108); }
H1.HeaderClassName
{
color: #E3996C;
}
.AnyTagClassName
{
color: #E3996C;
}
</style>
background-color css
<style>
a { background-color: #E3996C; }
a { background-color: rgb(227,153,108); }
div.DivClassName
{
background-color: #E3996C;
}
.BgClassName
{
background-color: #E3996C;
}
</style>
border-color css
<style>
span { border-color: #E3996C; }
span { border-color: rgb(227,153,108); }
td.TdClassName
{
border-color: #E3996C;
}
.TagClassName
{
border-color: #E3996C;
}
</style>