Shades of Dark Salmon #EE967F
Tints of Dark Salmon #EE967F
RGB
CMYK
RGB Variations
Color information
#EE967F (or 0xEE967F) is known color: Dark Salmon. HEX triplet: EE, 96 and 7F. RGB value is (238,150,127). Sum of RGB (Red+Green+Blue) = 238+150+127=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE967F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE967F is #116980. Grayscale: #ADADAD. Windows color (decimal): -1141121 or 8361710. OLE color: 8361710.
HSL color Cylindrical-coordinate representation of color #EE967F: hue angle of 12.43º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE967F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 127 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 12.43º | 0.77% | 0.72% | - |
| HSV(B) | 12.43º | 0.47% | 0.93% | - |
| XYZ | 50 | 41.52 | 25.46 | - |
| YUV | 173.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 127 | 0 | 0.37 | 0.47 | 0.07 | 12.43 | 0.77 | 0.72 |
| Hex | EE | 96 | 7F | 0 | 25 | 2F | 7 | C | 4D | 48 |
| Octal | 356 | 226 | 177 | 0 | 45 | 57 | 7 | 14 | 115 | 110 |
| Binary | 11101110 | 10010110 | 1111111 | 0 | 100101 | 101111 | 111 | 1100 | 1001101 | 1001000 |
Color Harmonies of #EE967F
Complementary color
Monochromatic Colors of #EE967F
Black with #EE967F
Text Example
Text Example
White with #EE967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE967F; }
p { color: rgb(238,150,127); }
H1.HeaderClassName
{
color: #EE967F;
}
.AnyTagClassName
{
color: #EE967F;
}
</style>
background-color css
<style>
a { background-color: #EE967F; }
a { background-color: rgb(238,150,127); }
div.DivClassName
{
background-color: #EE967F;
}
.BgClassName
{
background-color: #EE967F;
}
</style>
border-color css
<style>
span { border-color: #EE967F; }
span { border-color: rgb(238,150,127); }
td.TdClassName
{
border-color: #EE967F;
}
.TagClassName
{
border-color: #EE967F;
}
</style>