Shades of Dark Salmon #EE8F79
Tints of Dark Salmon #EE8F79
RGB
CMYK
RGB Variations
Color information
#EE8F79 (or 0xEE8F79) is known color: Dark Salmon. HEX triplet: EE, 8F and 79. RGB value is (238,143,121). Sum of RGB (Red+Green+Blue) = 238+143+121=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F79 is #117086. Grayscale: #A9A9A9. Windows color (decimal): -1142919 or 7966702. OLE color: 7966702.
HSL color Cylindrical-coordinate representation of color #EE8F79: hue angle of 11.28º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE8F79 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 121 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.07 |
| HSL | 11.28º | 0.77% | 0.7% | - |
| HSV(B) | 11.28º | 0.49% | 0.93% | - |
| XYZ | 48.53 | 39.2 | 23.1 | - |
| YUV | 168.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 121 | 0 | 0.40 | 0.49 | 0.07 | 11.28 | 0.77 | 0.7 |
| Hex | EE | 8F | 79 | 0 | 28 | 31 | 7 | B | 4D | 46 |
| Octal | 356 | 217 | 171 | 0 | 50 | 61 | 7 | 13 | 115 | 106 |
| Binary | 11101110 | 10001111 | 1111001 | 0 | 101000 | 110001 | 111 | 1011 | 1001101 | 1000110 |
Color Harmonies of #EE8F79
Complementary color
Monochromatic Colors of #EE8F79
Black with #EE8F79
Text Example
Text Example
White with #EE8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F79; }
p { color: rgb(238,143,121); }
H1.HeaderClassName
{
color: #EE8F79;
}
.AnyTagClassName
{
color: #EE8F79;
}
</style>
background-color css
<style>
a { background-color: #EE8F79; }
a { background-color: rgb(238,143,121); }
div.DivClassName
{
background-color: #EE8F79;
}
.BgClassName
{
background-color: #EE8F79;
}
</style>
border-color css
<style>
span { border-color: #EE8F79; }
span { border-color: rgb(238,143,121); }
td.TdClassName
{
border-color: #EE8F79;
}
.TagClassName
{
border-color: #EE8F79;
}
</style>