Shades of Dark Salmon #EE957F
Tints of Dark Salmon #EE957F
RGB
CMYK
RGB Variations
Color information
#EE957F (or 0xEE957F) is known color: Dark Salmon. HEX triplet: EE, 95 and 7F. RGB value is (238,149,127). Sum of RGB (Red+Green+Blue) = 238+149+127=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE957F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE957F is #116A80. Grayscale: #ADADAD. Windows color (decimal): -1141377 or 8361454. OLE color: 8361454.
HSL color Cylindrical-coordinate representation of color #EE957F: hue angle of 11.89º 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 #EE957F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 127 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 11.89º | 0.77% | 0.72% | - |
| HSV(B) | 11.89º | 0.47% | 0.93% | - |
| XYZ | 49.84 | 41.2 | 25.41 | - |
| YUV | 173.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 127 | 0 | 0.37 | 0.47 | 0.07 | 11.89 | 0.77 | 0.72 |
| Hex | EE | 95 | 7F | 0 | 25 | 2F | 7 | C | 4D | 48 |
| Octal | 356 | 225 | 177 | 0 | 45 | 57 | 7 | 14 | 115 | 110 |
| Binary | 11101110 | 10010101 | 1111111 | 0 | 100101 | 101111 | 111 | 1100 | 1001101 | 1001000 |
Color Harmonies of #EE957F
Complementary color
Monochromatic Colors of #EE957F
Black with #EE957F
Text Example
Text Example
White with #EE957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE957F; }
p { color: rgb(238,149,127); }
H1.HeaderClassName
{
color: #EE957F;
}
.AnyTagClassName
{
color: #EE957F;
}
</style>
background-color css
<style>
a { background-color: #EE957F; }
a { background-color: rgb(238,149,127); }
div.DivClassName
{
background-color: #EE957F;
}
.BgClassName
{
background-color: #EE957F;
}
</style>
border-color css
<style>
span { border-color: #EE957F; }
span { border-color: rgb(238,149,127); }
td.TdClassName
{
border-color: #EE957F;
}
.TagClassName
{
border-color: #EE957F;
}
</style>