Shades of Dark Salmon #E1966F
Tints of Dark Salmon #E1966F
RGB
CMYK
RGB Variations
Color information
#E1966F (or 0xE1966F) is known color: Dark Salmon. HEX triplet: E1, 96 and 6F. RGB value is (225,150,111). Sum of RGB (Red+Green+Blue) = 225+150+111=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E1966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1966F is #1E6990. Grayscale: #A8A8A8. Windows color (decimal): -1993105 or 7313121. OLE color: 7313121.
HSL color Cylindrical-coordinate representation of color #E1966F: hue angle of 20.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1966F is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 111 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.12 |
| HSL | 20.53º | 0.66% | 0.66% | - |
| HSV(B) | 20.53º | 0.51% | 0.88% | - |
| XYZ | 44.83 | 38.97 | 20.2 | - |
| YUV | 167.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 111 | 0 | 0.33 | 0.51 | 0.12 | 20.53 | 0.66 | 0.66 |
| Hex | E1 | 96 | 6F | 0 | 21 | 33 | C | 15 | 42 | 42 |
| Octal | 341 | 226 | 157 | 0 | 41 | 63 | 14 | 25 | 102 | 102 |
| Binary | 11100001 | 10010110 | 1101111 | 0 | 100001 | 110011 | 1100 | 10101 | 1000010 | 1000010 |
Color Harmonies of #E1966F
Complementary color
Monochromatic Colors of #E1966F
Black with #E1966F
Text Example
Text Example
White with #E1966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1966F; }
p { color: rgb(225,150,111); }
H1.HeaderClassName
{
color: #E1966F;
}
.AnyTagClassName
{
color: #E1966F;
}
</style>
background-color css
<style>
a { background-color: #E1966F; }
a { background-color: rgb(225,150,111); }
div.DivClassName
{
background-color: #E1966F;
}
.BgClassName
{
background-color: #E1966F;
}
</style>
border-color css
<style>
span { border-color: #E1966F; }
span { border-color: rgb(225,150,111); }
td.TdClassName
{
border-color: #E1966F;
}
.TagClassName
{
border-color: #E1966F;
}
</style>