Shades of Dark Salmon #EE977F
Tints of Dark Salmon #EE977F
RGB
CMYK
RGB Variations
Color information
#EE977F (or 0xEE977F) is known color: Dark Salmon. HEX triplet: EE, 97 and 7F. RGB value is (238,151,127). Sum of RGB (Red+Green+Blue) = 238+151+127=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE977F is #116880. Grayscale: #AEAEAE. Windows color (decimal): -1140865 or 8361966. OLE color: 8361966.
HSL color Cylindrical-coordinate representation of color #EE977F: hue angle of 12.97º 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 #EE977F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 127 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 12.97º | 0.77% | 0.72% | - |
| HSV(B) | 12.97º | 0.47% | 0.93% | - |
| XYZ | 50.16 | 41.84 | 25.51 | - |
| YUV | 174.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 127 | 0 | 0.37 | 0.47 | 0.07 | 12.97 | 0.77 | 0.72 |
| Hex | EE | 97 | 7F | 0 | 25 | 2F | 7 | D | 4D | 48 |
| Octal | 356 | 227 | 177 | 0 | 45 | 57 | 7 | 15 | 115 | 110 |
| Binary | 11101110 | 10010111 | 1111111 | 0 | 100101 | 101111 | 111 | 1101 | 1001101 | 1001000 |
Color Harmonies of #EE977F
Complementary color
Monochromatic Colors of #EE977F
Black with #EE977F
Text Example
Text Example
White with #EE977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE977F; }
p { color: rgb(238,151,127); }
H1.HeaderClassName
{
color: #EE977F;
}
.AnyTagClassName
{
color: #EE977F;
}
</style>
background-color css
<style>
a { background-color: #EE977F; }
a { background-color: rgb(238,151,127); }
div.DivClassName
{
background-color: #EE977F;
}
.BgClassName
{
background-color: #EE977F;
}
</style>
border-color css
<style>
span { border-color: #EE977F; }
span { border-color: rgb(238,151,127); }
td.TdClassName
{
border-color: #EE977F;
}
.TagClassName
{
border-color: #EE977F;
}
</style>